CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PtMinCandViewCloneSelector.cc
Go to the documentation of this file.
1 /* \class PtMinCandViewCloneSelector
2  *
3  * Candidate Selector based on a minimum pt cut.
4  * Reads a edm::View<Candidate> as input
5  * and saves a vector of clones.
6  *
7  * Usage:
8  *
9  * module selectedCands = PtMinCandViewCloneSelector {
10  * InputTag src = myCollection
11  * double ptMin = 15.0
12  * };
13  *
14  * \author: Luca Lista, INFN
15  *
16  */
21 
22 typedef SingleObjectSelector<
27 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
SingleObjectSelector< edm::View< reco::Candidate >, PtMinSelector, reco::CandidateCollection > PtMinCandViewCloneSelector