|
||||
File indexing completed on 2024-04-06 12:01:02
0001 /* \class CandViewCountFilter 0002 * 0003 * Filters events based on number of particle candidates 0004 * (or derrived classes) 0005 * 0006 * \author: Luca Lista, INFN 0007 * 0008 */ 0009 0010 #include "FWCore/Framework/interface/MakerMacros.h" 0011 #include "DataFormats/Candidate/interface/Candidate.h" 0012 #include "CommonTools/UtilAlgos/interface/ObjectCountFilter.h" 0013 0014 typedef ObjectCountFilter<reco::CandidateView>::type CandViewCountFilter; 0015 0016 DEFINE_FWK_MODULE(CandViewCountFilter);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |