CMS 3D CMS Logo

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