CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EtaPtMinCandSelector.cc
Go to the documentation of this file.
1 /* \class EtaPtMinCandSelector
2  *
3  * Candidate Selector based on a minimum pt cut and an eta range.
4  * Usage:
5  *
6  * module selectedCands = EtaPtMinCandSelector {
7  * InputTag src = myCollection
8  * double ptMin = 15.0
9  * double etaMin = -2
10  * double etaMax = 2
11  * };
12  *
13  * \author: Luca Lista, INFN
14  *
15  */
23 
24 typedef SingleObjectSelector<
29  >
31 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
SingleObjectSelector< reco::CandidateCollection, AndSelector< PtMinSelector, EtaRangeSelector > > EtaPtMinCandSelector
edm::OwnVector< Candidate > CandidateCollection
collection of Candidate objects
Definition: CandidateFwd.h:21