00001 /* \class reco::modules::plugins::CandViewCombiner 00002 * 00003 * Configurable Candidate Selector reading 00004 * a View<Candidate> as input 00005 * 00006 * \author: Luca Lista, INFN 00007 * 00008 */ 00009 #include "FWCore/Framework/interface/MakerMacros.h" 00010 #include "PhysicsTools/UtilAlgos/interface/StringCutObjectSelector.h" 00011 #include "PhysicsTools/CandAlgos/interface/CandCombiner.h" 00012 00013 typedef reco::modules::CandCombiner< 00014 StringCutObjectSelector<reco::Candidate> 00015 > CandViewCombiner; 00016 00017 DEFINE_FWK_MODULE( CandViewCombiner );