#include <PhotonProducer.h>
Public Member Functions | |
virtual void | beginRun (edm::Run &r, edm::EventSetup const &es) |
virtual void | endRun (edm::Run &, edm::EventSetup const &) |
PhotonProducer (const edm::ParameterSet &ps) | |
virtual void | produce (edm::Event &evt, const edm::EventSetup &es) |
~PhotonProducer () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
void | fillPhotonCollection (edm::Event &evt, edm::EventSetup const &es, const edm::Handle< reco::PhotonCoreCollection > &photonCoreHandle, const CaloTopology *topology, const EcalRecHitCollection *ecalBarrelHits, const EcalRecHitCollection *ecalEndcapHits, const edm::Handle< CaloTowerCollection > &hcalTowersHandle, reco::VertexCollection &pvVertices, reco::PhotonCollection &outputCollection, int &iSC, const EcalSeverityLevelAlgo *sevLv) |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 41 of file PhotonProducer.h.
PhotonProducer::PhotonProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 38 of file PhotonProducer.cc.
References barrelEcalHits_, candidateP4type_, conf_, endcapEcalHits_, flagsexclEB_, flagsexclEE_, edm::ParameterSet::getParameter(), hcalTowers_, highEt_, hOverEConeSize_, minR9Barrel_, minR9Endcap_, PhotonCollection_, photonCoreProducer_, posCalculator_, preselCutValuesBarrel_, preselCutValuesEndcap_, runMIPTagger_, severitiesexclEB_, severitiesexclEE_, usePrimaryVertex_, and vertexProducer_.
PhotonProducer::~PhotonProducer | ( | ) |
Definition at line 135 of file PhotonProducer.cc.
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 143 of file PhotonProducer.cc.
References conf_, flagsexclEB_, flagsexclEE_, edm::ParameterSet::getParameter(), init, PhotonIsolationCalculator::setup(), PhotonMIPHaloTagger::setup(), severitiesexclEB_, severitiesexclEE_, thePhotonEnergyCorrector_, thePhotonIsolationCalculator_, and thePhotonMIPHaloTagger_.
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 156 of file PhotonProducer.cc.
References thePhotonEnergyCorrector_, thePhotonIsolationCalculator_, and thePhotonMIPHaloTagger_.
|
private |
fill shower shape block
get ecal photon specific corrected energy plus values from regressions and store them in the Photon
Pre-selection loose isolation cuts
Definition at line 266 of file PhotonProducer.cc.
References PhotonEnergyCorrector::calculate(), PositionCalc::Calculate_Location(), candidateP4type_, EcalClusterTools::covariances(), EcalClusterTools::e1x5(), reco::Photon::ShowerShape::e1x5, reco::Photon::ShowerShape::e2x5, EcalClusterTools::e2x5Max(), EcalClusterTools::e3x3(), reco::Photon::ShowerShape::e3x3, EcalClusterTools::e5x5(), reco::Photon::ShowerShape::e5x5, DetId::Ecal, reco::Photon::ecal_photons, EcalBarrel, EcalEndcap, EcalPreshower, EcalClusterTools::eMax(), flagsexclEB_, flagsexclEE_, geometry, EgammaHadTower::getDepth1HcalESum(), EgammaHadTower::getDepth2HcalESum(), EgammaTowerIsolation::getTowerESum(), reco::Photon::ShowerShape::hcalDepth1OverEcal, reco::Photon::ShowerShape::hcalDepth1OverEcalBc, reco::Photon::ShowerShape::hcalDepth2OverEcal, reco::Photon::ShowerShape::hcalDepth2OverEcalBc, reco::Photon::ShowerShape::hcalTowersBehindClusters, highEt_, hOverEConeSize_, EcalClusterTools::localCovariances(), reco::Photon::ShowerShape::maxEnergyXtal, minR9Barrel_, minR9Endcap_, p4, posCalculator_, preselCutValuesBarrel_, preselCutValuesEndcap_, edm::Handle< T >::product(), edm::ESHandle< class >::product(), reco::Photon::regression1, runMIPTagger_, EgammaHadTower::setTowerCollection(), severitiesexclEB_, severitiesexclEE_, reco::Photon::ShowerShape::sigmaEtaEta, reco::Photon::ShowerShape::sigmaIetaIeta, mathSSE::sqrt(), theCaloGeom_, thePhotonEnergyCorrector_, thePhotonIsolationCalculator_, thePhotonMIPHaloTagger_, and EgammaHadTower::towersOf().
Referenced by produce().
|
virtual |
Implements edm::EDProducer.
Definition at line 164 of file PhotonProducer.cc.
References barrelEcalHits_, endcapEcalHits_, fillPhotonCollection(), edm::EventSetup::get(), edm::Event::getByLabel(), hcalTowers_, edm::InputTag::label(), PhotonCollection_, photonCoreProducer_, edm::ESHandle< class >::product(), edm::Event::put(), theCaloGeom_, theCaloTopo_, usePrimaryVertex_, GoodVertex_cfg::vertexCollection, and vertexProducer_.
|
private |
Definition at line 70 of file PhotonProducer.h.
Referenced by PhotonProducer(), and produce().
|
private |
Definition at line 117 of file PhotonProducer.h.
Referenced by fillPhotonCollection(), and PhotonProducer().
|
private |
Definition at line 99 of file PhotonProducer.h.
Referenced by beginRun(), and PhotonProducer().
|
private |
Definition at line 76 of file PhotonProducer.h.
|
private |
Definition at line 75 of file PhotonProducer.h.
|
private |
Definition at line 71 of file PhotonProducer.h.
Referenced by PhotonProducer(), and produce().
|
private |
Definition at line 115 of file PhotonProducer.h.
|
private |
Definition at line 81 of file PhotonProducer.h.
Referenced by beginRun(), fillPhotonCollection(), and PhotonProducer().
|
private |
Definition at line 82 of file PhotonProducer.h.
Referenced by beginRun(), fillPhotonCollection(), and PhotonProducer().
|
private |
Definition at line 73 of file PhotonProducer.h.
Referenced by PhotonProducer(), and produce().
|
private |
Definition at line 90 of file PhotonProducer.h.
Referenced by fillPhotonCollection(), and PhotonProducer().
|
private |
Definition at line 87 of file PhotonProducer.h.
Referenced by fillPhotonCollection(), and PhotonProducer().
|
private |
Definition at line 88 of file PhotonProducer.h.
|
private |
Definition at line 91 of file PhotonProducer.h.
Referenced by fillPhotonCollection(), and PhotonProducer().
|
private |
Definition at line 92 of file PhotonProducer.h.
Referenced by fillPhotonCollection(), and PhotonProducer().
|
private |
Definition at line 89 of file PhotonProducer.h.
|
private |
Definition at line 68 of file PhotonProducer.h.
Referenced by PhotonProducer(), and produce().
|
private |
Definition at line 69 of file PhotonProducer.h.
Referenced by PhotonProducer(), and produce().
|
private |
Definition at line 96 of file PhotonProducer.h.
|
private |
Definition at line 101 of file PhotonProducer.h.
Referenced by fillPhotonCollection(), and PhotonProducer().
|
private |
Definition at line 112 of file PhotonProducer.h.
Referenced by fillPhotonCollection(), and PhotonProducer().
|
private |
Definition at line 113 of file PhotonProducer.h.
Referenced by fillPhotonCollection(), and PhotonProducer().
|
private |
Definition at line 93 of file PhotonProducer.h.
Referenced by fillPhotonCollection(), and PhotonProducer().
|
private |
Definition at line 83 of file PhotonProducer.h.
Referenced by beginRun(), fillPhotonCollection(), and PhotonProducer().
|
private |
Definition at line 84 of file PhotonProducer.h.
Referenced by beginRun(), fillPhotonCollection(), and PhotonProducer().
|
private |
Definition at line 103 of file PhotonProducer.h.
Referenced by fillPhotonCollection(), and produce().
|
private |
Definition at line 104 of file PhotonProducer.h.
Referenced by produce().
|
private |
Definition at line 116 of file PhotonProducer.h.
Referenced by beginRun(), endRun(), and fillPhotonCollection().
|
private |
Definition at line 107 of file PhotonProducer.h.
Referenced by beginRun(), endRun(), and fillPhotonCollection().
|
private |
Definition at line 110 of file PhotonProducer.h.
Referenced by beginRun(), endRun(), and fillPhotonCollection().
|
private |
Definition at line 98 of file PhotonProducer.h.
Referenced by PhotonProducer(), and produce().
|
private |
Definition at line 95 of file PhotonProducer.h.
|
private |
Definition at line 106 of file PhotonProducer.h.
|
private |
Definition at line 97 of file PhotonProducer.h.
Referenced by PhotonProducer(), and produce().