|
||||
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);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |