CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PtMinCandViewSelector.cc
Go to the documentation of this file.
1 /* \class PtMinCandViewSelector
2  *
3  * Candidate Selector based on a minimum pt cut.
4  * Reads a edm::View<Candidate> as input
5  * and saves a vector of references
6  * Usage:
7  *
8  * module selectedCands = PtMinCandViewSelector {
9  * InputTag src = myCollection
10  * double ptMin = 15.0
11  * };
12  *
13  * \author: Luca Lista, INFN
14  *
15  */
20 
21 typedef SingleObjectSelector<
25 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
SingleObjectSelector< edm::View< reco::Candidate >, PtMinSelector > PtMinCandViewSelector