CMS 3D CMS Logo

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 
24 
PtMinSelector.h
SingleObjectSelector.h
MakerMacros.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
SingleObjectSelectorBase
Definition: SingleObjectSelector.h:26
PtMinCandViewCloneSelector
SingleObjectSelector< edm::View< reco::Candidate >, PtMinSelector, reco::CandidateCollection > PtMinCandViewCloneSelector
Definition: PtMinCandViewCloneSelector.cc:23
Candidate.h
edm::OwnVector
Definition: OwnVector.h:24
PtMinSelector
Definition: PtMinSelector.h:10