src
CommonTools
RecoAlgos
plugins
EtMinPhotonSelector.cc
Go to the documentation of this file.
1
/* \class EtMinPhotonSelector
2
*
3
* selects photon above a minumum Et cut
4
*
5
* \author: Luca Lista, INFN
6
*
7
*/
8
#include "
FWCore/Framework/interface/MakerMacros.h
"
9
#include "
CommonTools/UtilAlgos/interface/EtMinSelector.h
"
10
#include "
CommonTools/UtilAlgos/interface/SingleObjectSelector.h
"
11
#include "
DataFormats/EgammaCandidates/interface/Photon.h
"
12
#include "
DataFormats/EgammaCandidates/interface/PhotonFwd.h
"
13
14
typedef
SingleObjectSelector<reco::PhotonCollection, EtMinSelector>
EtMinPhotonSelector
;
15
16
DEFINE_FWK_MODULE
(
EtMinPhotonSelector
);
Photon.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
SingleObjectSelector.h
EtMinPhotonSelector
SingleObjectSelector< reco::PhotonCollection, EtMinSelector > EtMinPhotonSelector
Definition:
EtMinPhotonSelector.cc:14
EtMinSelector.h
SingleObjectSelectorBase
Definition:
SingleObjectSelector.h:31
PhotonFwd.h
MakerMacros.h
Generated for CMSSW Reference Manual by
1.8.14