|
||||
File indexing completed on 2024-04-06 12:01:02
0001 /* \class reco::modules::plugins::CandViewCombiner 0002 * 0003 * Configurable Candidate Selector reading 0004 * a View<Candidate> as input 0005 * 0006 * \author: Luca Lista, INFN 0007 * 0008 */ 0009 #include "FWCore/Framework/interface/MakerMacros.h" 0010 #include "CommonTools/UtilAlgos/interface/StringCutObjectSelector.h" 0011 #include "CommonTools/CandAlgos/interface/CandCombiner.h" 0012 0013 typedef reco::modules::CandCombiner<StringCutObjectSelector<reco::Candidate, true> > CandViewCombiner; 0014 0015 DEFINE_FWK_MODULE(CandViewCombiner);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |