CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AssociatedVariableMaxCutCandSelector.cc
Go to the documentation of this file.
1 /* \class AssociatedVariableMaxCutCandSelector
2  *
3  * Candidate Selector based on a maximum cut on
4  * an associated variable (e.g.: isolation).
5  *
6  * Usage:
7  *
8  * module selectedCands = AssociatedVariableMaxCutCandSelector {
9  * InputTag src = myCollection
10  * double max = 0.2
11  * }
12  *
13  * \author: Luca Lista, INFN
14  *
15  */
23 
24 typedef double isolation;
25 
26 typedef SingleObjectSelector<
31  >
33 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
SingleObjectSelector< edm::AssociationVector< reco::CandidateRefProd, std::vector< isolation > >, PairSelector< RefSelector< AnySelector >, MaxSelector< isolation > > > AssociatedVariableMaxCutCandSelector