CMS 3D CMS Logo

PtMinAssociatedVariableMaxCutCandSelector.cc
Go to the documentation of this file.
1 /* \class PtMinAssociatedVariableMaxCutCandSelector
2  *
3  * Candidate Selector based on a minimum pt cut
4  * plus a cut on an associated variable (e.g.: isolation)
5  *
6  * Usage:
7  *
8  * module selectedCands = PtMinAssociatedVariableMaxCutCandSelector {
9  * InputTag src = myCollection
10  * double ptMin = 15.0
11  * double max = 0.2
12  * }
13  *
14  * \author: Luca Lista, INFN
15  *
16  */
24 
25 typedef double isolation;
26 
30 
RefSelector.h
PtMinSelector.h
SingleObjectSelector.h
MakerMacros.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
PtMinAssociatedVariableMaxCutCandSelector
SingleObjectSelector< edm::AssociationVector< reco::CandidateRefProd, std::vector< isolation > >, PairSelector< RefSelector< PtMinSelector >, MaxSelector< isolation > > > PtMinAssociatedVariableMaxCutCandSelector
Definition: PtMinAssociatedVariableMaxCutCandSelector.cc:29
MaxSelector
Definition: MaxSelector.h:11
isolation
double isolation
Definition: PtMinAssociatedVariableMaxCutCandSelector.cc:25
SingleObjectSelectorBase
Definition: SingleObjectSelector.h:26
PairSelector
Definition: PairSelector.h:11
Candidate.h
PairSelector.h
MaxSelector.h