Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:30

0001 #include "DataFormats/L1TParticleFlow/interface/PFCandidate.h"
0002 #include "FWCore/Framework/interface/MakerMacros.h"
0003 #include "CommonTools/UtilAlgos/interface/StringCutObjectSelector.h"
0004 #include "CommonTools/UtilAlgos/interface/SingleObjectSelector.h"
0005 
0006 typedef SingleObjectSelector<std::vector<l1t::PFCandidate>, StringCutObjectSelector<l1t::PFCandidate>> L1TPFCandSelector;
0007 
0008 DEFINE_FWK_MODULE(L1TPFCandSelector);