Closed skyriacoCMS closed 7 years ago
Dear Savvas,
This last PR which was merged, did not compile, see the error below this message. Could you please also add the MVA ID for electrons? The General Purpose one is computed already (as userFloat), but not added as a variable. Just in case could you also add the HZZ one? It would be very useful for electrons between pt [5,10], for which the GP one does not work.
Bests, Janos
/data/jkarancs/CMSSW/SusyAnalysis/Ntuples/CMSSW_8_0_26_patch2/src/Analysis/B2GAnaFW/src/PhotonJets.cc: In member function 'virtual void PhotonJets::produce(edm::Event&, const edm::EventSetup&)':
/data/jkarancs/CMSSW/SusyAnalysis/Ntuples/CMSSW_8_0_26_patch2/src/Analysis/B2GAnaFW/src/PhotonJets.cc:253:17: error: conflicting declaration 'fastjet::PseudoJet jetnew'
PseudoJet jetnew = pruner(jet_new[0]);
^
/data/jkarancs/CMSSW/SusyAnalysis/Ntuples/CMSSW_8_0_26_patch2/src/Analysis/B2GAnaFW/src/PhotonJets.cc:250:40: note: previous declaration as 'std::vector
PseudoJet jetnew = pruner(jet_new[0]);
^
/data/jkarancs/CMSSW/SusyAnalysis/Ntuples/CMSSW_8_0_26_patch2/src/Analysis/B2GAnaFW/src/PhotonJets.cc:269:17: error: 'class std::vector
^
/data/jkarancs/CMSSW/SusyAnalysis/Ntuples/CMSSW_8_0_26_patch2/src/Analysis/B2GAnaFW/src/PhotonJets.cc:277:9: error: 'class std::vector
Dear @skyriacoCMS
I shortly send a PR in which I add the HZZ version of the ID and also the categories which also might be useful. I didn't know how to fix the photonjets file so I did not attempt that.
Hello all,
I have made some small changes to the PhotonJets.cc . No new variables or anything.
After this I think I m ready from my side for a new tag.
Cheers,