CMS 3D CMS Logo

PdgIdAndStatusCandDecaySelector.cc
Go to the documentation of this file.
1 /* \class PdgIdAndStatusCandDecaySelector
2  *
3  * Candidate Selector based on a pdgId set
4  * cloning the full decay chain
5  * Usage:
6  *
7  * module leptons = PdgIdAndStatusCandDecaySelector {
8  * InputTag src = myCollection
9  * vint32 pdgId = { 11, 13 }
10  * vint32 status = { 1 }
11  * };
12  *
13  * \author: Luca Lista, INFN
14  *
15  */
23 
26 
SingleObjectSelector.h
MakerMacros.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
CandDecaySelector.h
StatusSelector.h
PdgIdAndStatusCandDecaySelector
SingleObjectSelector< reco::CandidateCollection, AndSelector< PdgIdSelector, StatusSelector > > PdgIdAndStatusCandDecaySelector
Definition: PdgIdAndStatusCandDecaySelector.cc:25
SingleObjectSelectorBase
Definition: SingleObjectSelector.h:26
AndSelector.h
Candidate.h
PdgIdSelector.h