CMS 3D CMS Logo

StatusCandSelector.cc
Go to the documentation of this file.
1 /* \class StatusCandSelector
2  *
3  * Candidate Selector based on the status
4  * Usage:
5  *
6  * module leptons = StatusCandSelector {
7  * InputTag src = myCollection
8  * vint32 status = { 1 }
9  * };
10  *
11  * \author: Luca Lista, INFN
12  *
13  */
18 
20 
SingleObjectSelector.h
MakerMacros.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
StatusCandSelector
SingleObjectSelector< reco::CandidateCollection, StatusSelector > StatusCandSelector
Definition: StatusCandSelector.cc:19
StatusSelector.h
SingleObjectSelectorBase
Definition: SingleObjectSelector.h:26
Candidate.h