CommonTools
CandAlgos
plugins
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
*/
15
#include "
FWCore/Framework/interface/MakerMacros.h
"
16
#include "
CommonTools/UtilAlgos/interface/SingleObjectSelector.h
"
17
#include "
CommonTools/UtilAlgos/interface/StatusSelector.h
"
18
#include "
DataFormats/Candidate/interface/Candidate.h
"
19
20
typedef
SingleObjectSelector<reco::CandidateCollection, StatusSelector, reco::CandidateRefVector>
StatusCandRefSelector
;
21
22
DEFINE_FWK_MODULE
(
StatusCandRefSelector
);
SingleObjectSelector.h
MakerMacros.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
StatusSelector.h
StatusCandRefSelector
SingleObjectSelector< reco::CandidateCollection, StatusSelector, reco::CandidateRefVector > StatusCandRefSelector
Definition:
StatusCandRefSelector.cc:20
SingleObjectSelectorBase
Definition:
SingleObjectSelector.h:26
Candidate.h
Generated for CMSSW Reference Manual by
1.8.16