CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AssociatedVariableMaxCutCandSelectorNew.cc
Go to the documentation of this file.
1 /* \class AssociatedVariableMaxCutCandSelectorNew
2  *
3  * Candidate Selector based on a maximun cut on an
4  * associated variable (e.g.: isolation), and saver a
5  * collection of references.
6  *
7  * Usage:
8  *
9  * module selectedCands = AssociatedVariableMaxCutCandSelectorNew {
10  * InputTag src = myCollection
11  * InputTag var = myVariable
12  * double max = 0.2
13  * }
14  *
15  * \author: Luca Lista, INFN
16  *
17  */
27 
28 
29 typedef ObjectSelector<
35  >
36  >
38 
ObjectSelector< AssociatedVariableCollectionSelector< reco::CandidateView, edm::ValueMap< float >, AndSelector< AnySelector, MaxSelector< float > > > > AssociatedVariableMaxCutCandSelectorNew
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
edm::View< Candidate > CandidateView
view of a collection containing candidates
Definition: CandidateFwd.h:23