Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
MakerMacros.h
PtMinSelector.h
SingleObjectSelector.h
GsfElectron.h
GsfElectronFwd.h
SingleObjectSelectorBase
Definition:
SingleObjectSelector.h:31
AndSelector.h
EtaPtMinPixelMatchGsfElectronSelector
SingleObjectSelector< reco::GsfElectronCollection, AndSelector< EtaRangeSelector, PtMinSelector > > EtaPtMinPixelMatchGsfElectronSelector
Definition:
EtaPtMinPixelMatchGsfElectronSelector.cc:17
Generated for CMSSW Reference Manual by
1.8.5