CMS 3D CMS Logo

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