#include <EgammaHLTMulti5x5ClusterProducer.h>
Public Member Functions | |
EgammaHLTMulti5x5ClusterProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~EgammaHLTMulti5x5ClusterProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | clusterizeECALPart (edm::Event &evt, const edm::EventSetup &es, const edm::EDGetTokenT< EcalRecHitCollection > &hitToken, const std::string &clusterCollection, const std::vector< RectangularEtaPhiRegion > ®ions, const reco::CaloID::Detectors detector) const |
const EcalRecHitCollection * | getCollection (edm::Event &evt, const edm::EDGetTokenT< EcalRecHitCollection > &hitToken) const |
void | outputValidationInfo (reco::CaloClusterPtrVector &clusterPtrVector) |
Private Attributes | |
std::string | barrelClusterCollection_ |
edm::InputTag | barrelHitCollection_ |
edm::EDGetTokenT< EcalRecHitCollection > | barrelHitToken_ |
bool | doBarrel_ |
bool | doEndcaps_ |
bool | doIsolated_ |
std::string | endcapClusterCollection_ |
edm::InputTag | endcapHitCollection_ |
edm::EDGetTokenT< EcalRecHitCollection > | endcapHitToken_ |
double | l1LowerThr_ |
double | l1LowerThrIgnoreIsolation_ |
edm::EDGetTokenT< l1extra::L1EmParticleCollection > | l1TagIsolated_ |
edm::EDGetTokenT< l1extra::L1EmParticleCollection > | l1TagNonIsolated_ |
double | l1UpperThr_ |
Multi5x5ClusterAlgo * | Multi5x5_p |
PositionCalc | posCalculator_ |
double | regionEtaMargin_ |
double | regionPhiMargin_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Definition at line 27 of file EgammaHLTMulti5x5ClusterProducer.h.
EgammaHLTMulti5x5ClusterProducer::EgammaHLTMulti5x5ClusterProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 37 of file EgammaHLTMulti5x5ClusterProducer.cc.
References barrelClusterCollection_, barrelHitCollection_, barrelHitToken_, doBarrel_, doEndcaps_, doIsolated_, endcapClusterCollection_, endcapHitCollection_, endcapHitToken_, edm::ParameterSet::getParameter(), l1LowerThr_, l1LowerThrIgnoreIsolation_, l1TagIsolated_, l1TagNonIsolated_, l1UpperThr_, Multi5x5_p, posCalculator_, regionEtaMargin_, regionPhiMargin_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 83 of file EgammaHLTMulti5x5ClusterProducer.cc.
References Multi5x5_p.
|
private |
Definition at line 266 of file EgammaHLTMulti5x5ClusterProducer.cc.
References barrelClusterCollection_, fastPrimaryVertexProducer_cfi::clusters, reco::CaloID::DET_ECAL_BARREL, gamEcalExtractorBlocks_cff::detector, DetId::Ecal, EcalBarrel, EcalEndcap, EcalPreshower, endcapClusterCollection_, edm::EventSetup::get(), getCollection(), CaloGeometry::getSubdetectorGeometry(), Multi5x5ClusterAlgo::makeClusters(), eostools::move(), Multi5x5_p, and edm::Event::put().
Referenced by produce().
|
static |
Definition at line 87 of file EgammaHLTMulti5x5ClusterProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 250 of file EgammaHLTMulti5x5ClusterProducer.cc.
References gather_cfg::cout, edm::Event::getByToken(), edm::HandleBase::isValid(), and edm::Handle< T >::product().
Referenced by clusterizeECALPart().
|
private |
|
override |
Definition at line 122 of file EgammaHLTMulti5x5ClusterProducer.cc.
References barrelClusterCollection_, barrelHitToken_, clusterizeECALPart(), reco::CaloID::DET_ECAL_BARREL, reco::CaloID::DET_ECAL_ENDCAP, doBarrel_, doEndcaps_, doIsolated_, L1CaloGeometry::emJetPhiBinHighEdge(), L1CaloGeometry::emJetPhiBinLowEdge(), endcapClusterCollection_, endcapHitToken_, L1CaloGeometry::etaBinHighEdge(), L1CaloGeometry::etaBinLowEdge(), edm::EventSetup::get(), edm::Event::getByToken(), l1LowerThr_, l1LowerThrIgnoreIsolation_, l1TagIsolated_, l1TagNonIsolated_, l1UpperThr_, regionEtaMargin_, and regionPhiMargin_.
|
private |
Definition at line 47 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by clusterizeECALPart(), EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 42 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer().
|
private |
Definition at line 44 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 36 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 37 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 38 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 48 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by clusterizeECALPart(), EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 43 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer().
|
private |
Definition at line 45 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 50 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 52 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 40 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 41 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 51 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 58 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by clusterizeECALPart(), EgammaHLTMulti5x5ClusterProducer(), and ~EgammaHLTMulti5x5ClusterProducer().
|
private |
Definition at line 57 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer().
|
private |
Definition at line 54 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().
|
private |
Definition at line 55 of file EgammaHLTMulti5x5ClusterProducer.h.
Referenced by EgammaHLTMulti5x5ClusterProducer(), and produce().