15 #ifndef FULLJETFINDER_H
16 #define FULLJETFINDER_H
21 #pragma GCC diagnostic push
22 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
23 #include <HepMC/GenEvent.h>
24 #include <HepMC/GenVertex.h>
25 #pragma GCC diagnostic pop
26 #include <particleflowreco/ParticleFlowElementv1.h>
84 jetR.push_back(std::stof(recojetname.substr(recojetname.find(
"r0") + 2))/10);
85 std::cout<<
"pushing name "<<recojetname<<
" "<<truthjetname<<
" "<<outputtreename<<
" jet R"<<std::stof(recojetname.substr(recojetname.find(
"r0") + 2))/10<<
" total inputs "<<
m_inputs<<std::endl;
142 using List = std::vector<RecoJets>;
162 using List = std::vector<TruthJets>;
177 using List = std::vector<PrimaryVertex>;
222 #endif // FULLJETFINDER_H