CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StatusCandRefSelector.cc
Go to the documentation of this file.
1 /* \class StatusCandRefSelector
2  *
3  * Candidate Selector based on the status.
4  * Save a vector of references to selected candidates.
5  * Usage:
6  *
7  * module leptons = StatusCandRefSelector {
8  * InputTag src = myCollection
9  * vint32 status = { 1 }
10  * };
11  *
12  * \author: Luca Lista, INFN
13  *
14  */
19 
20 typedef SingleObjectSelector<
25 
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
SingleObjectSelector< reco::CandidateCollection, StatusSelector, reco::CandidateRefVector > StatusCandRefSelector
edm::OwnVector< Candidate > CandidateCollection
collection of Candidate objects
Definition: CandidateFwd.h:21