File indexing completed on 2024-04-06 12:01:09
0001
0002
0003
0004
0005
0006
0007
0008 #include "FWCore/Framework/interface/MakerMacros.h"
0009 #include "CommonTools/UtilAlgos/interface/EtMinSelector.h"
0010 #include "CommonTools/UtilAlgos/interface/SingleObjectSelector.h"
0011 #include "DataFormats/EgammaCandidates/interface/Photon.h"
0012 #include "DataFormats/EgammaCandidates/interface/PhotonFwd.h"
0013
0014 typedef SingleObjectSelector<reco::PhotonCollection, EtMinSelector> EtMinPhotonSelector;
0015
0016 DEFINE_FWK_MODULE(EtMinPhotonSelector);