CommonTools
RecoAlgos
plugins
EtaPtMinPixelMatchGsfElectronSelector.cc
Go to the documentation of this file.
1
/* \class EtaPtMinPixelMatchGsfElectronSelector
2
*
3
* selects electron above a minumum pt cut
4
*
5
* \author: Luca Lista, INFN
6
*
7
*/
8
#include "
FWCore/Framework/interface/MakerMacros.h
"
9
#include "
CommonTools/UtilAlgos/interface/AndSelector.h
"
10
#include "
CommonTools/UtilAlgos/interface/PtMinSelector.h
"
11
#include "
CommonTools/UtilAlgos/interface/EtaRangeSelector.h
"
12
#include "
CommonTools/UtilAlgos/interface/SingleObjectSelector.h
"
13
#include "
DataFormats/EgammaCandidates/interface/GsfElectron.h
"
14
#include "
DataFormats/EgammaCandidates/interface/GsfElectronFwd.h
"
15
16
typedef
SingleObjectSelector<reco::GsfElectronCollection, AndSelector<EtaRangeSelector, PtMinSelector>
>
17
EtaPtMinPixelMatchGsfElectronSelector
;
18
19
DEFINE_FWK_MODULE
(
EtaPtMinPixelMatchGsfElectronSelector
);
EtaRangeSelector.h
PtMinSelector.h
SingleObjectSelector.h
MakerMacros.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
GsfElectron.h
GsfElectronFwd.h
SingleObjectSelectorBase
Definition:
SingleObjectSelector.h:26
AndSelector.h
EtaPtMinPixelMatchGsfElectronSelector
SingleObjectSelector< reco::GsfElectronCollection, AndSelector< EtaRangeSelector, PtMinSelector > > EtaPtMinPixelMatchGsfElectronSelector
Definition:
EtaPtMinPixelMatchGsfElectronSelector.cc:17
Generated for CMSSW Reference Manual by
1.8.16