CMS 3D CMS Logo

GsfElectronRefSelector.cc
Go to the documentation of this file.
1 /* \class GsfElectronRefSelector
2  *
3  * Selects GsfElectron with a configurable string-based cut.
4  * Saves clones of the selected GsfElectrons
5  *
6  * \author: Luca Lista, INFN
7  *
8  * usage:
9  *
10  * module bestGsfElectrons = GsfElectronRefSelector {
11  * src = pixelMatchGsfElectron
12  * string cut = "pt > 20 & abs( eta ) < 2"
13  * }
14  *
15  * for more details about the cut syntax, see the documentation
16  * page below:
17  *
18  * https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePhysicsCutParser
19  *
20  *
21  */
22 
28 
33 
StringCutObjectSelector.h
SingleObjectSelector.h
reco::GsfElectronCollection
std::vector< GsfElectron > GsfElectronCollection
collection of GsfElectron objects
Definition: GsfElectronFwd.h:14
edm::RefVector
Definition: EDProductfwd.h:27
MakerMacros.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
GsfElectronRefSelector
SingleObjectSelector< reco::GsfElectronCollection, StringCutObjectSelector< reco::GsfElectron >, reco::GsfElectronRefVector > GsfElectronRefSelector
Definition: GsfElectronRefSelector.cc:32
GsfElectron.h
GsfElectronFwd.h
SingleObjectSelectorBase
Definition: SingleObjectSelector.h:26
StringCutObjectSelector< reco::GsfElectron >