Public Member Functions | |
FixedGridRhoProducerFastjetFromRecHit (const edm::ParameterSet &iConfig) | |
~FixedGridRhoProducerFastjetFromRecHit () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
std::array< double, 4 > | getHitP4 (const DetId &detId, const double hitE, const CaloGeometry &caloGeometry) const |
bool | passedEcalNoiseCut (const EcalRecHit &hit, const EcalPFRecHitThresholds &thresholds) const |
bool | passedHcalNoiseCut (const HBHERecHit &hit, const HcalPFCuts *) const |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
fastjet::GridMedianBackgroundEstimator | bge_ |
const edm::ESGetToken< CaloGeometry, CaloGeometryRecord > | caloGeometryToken_ |
const bool | cutsFromDB_ |
const edm::EDGetTokenT< EcalRecHitCollection > | ebRecHitsTag_ |
const edm::ESGetToken< EcalPFRecHitThresholds, EcalPFRecHitThresholdsRcd > | ecalPFRecHitThresholdsToken_ |
const edm::EDGetTokenT< EcalRecHitCollection > | eeRecHitsTag_ |
const EgammaHcalIsolation::arrayHB | eThresHB_ |
const EgammaHcalIsolation::arrayHE | eThresHE_ |
const edm::EDGetTokenT< HBHERecHitCollection > | hbheRecHitsTag_ |
edm::ESGetToken< HcalPFCuts, HcalPFCutsRcd > | hcalCutsToken_ |
HcalPFCuts const * | paramPF_ = nullptr |
const bool | skipECAL_ |
const bool | skipHCAL_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 33 of file FixedGridRhoProducerFastjetFromRecHit.cc.
|
explicit |
Definition at line 67 of file FixedGridRhoProducerFastjetFromRecHit.cc.
References deDxTools::esConsumes().
|
overridedefault |
|
static |
Definition at line 89 of file FixedGridRhoProducerFastjetFromRecHit.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.
|
private |
Definition at line 153 of file FixedGridRhoProducerFastjetFromRecHit.cc.
References funct::cos(), hcalRecHitTable_cff::detId, CaloGeometry::getSubdetectorGeometry(), funct::sin(), and GeomDetEnumerators::subDetGeom.
Referenced by produce().
|
private |
Definition at line 180 of file FixedGridRhoProducerFastjetFromRecHit.cc.
References particleFlowZeroSuppressionECAL_cff::thresholds.
Referenced by produce().
|
private |
Definition at line 166 of file FixedGridRhoProducerFastjetFromRecHit.cc.
References eThresHB_, eThresHE_, HcalCondObjectContainer< Item >::getValues(), HcalBarrel, HcalEndcap, hit::id, and B2GTnPMonitor_cfi::item.
Referenced by produce().
|
overrideprivate |
Definition at line 109 of file FixedGridRhoProducerFastjetFromRecHit.cc.
References bge_, caloGeometryToken_, cutsFromDB_, ebRecHitsTag_, ecalPFRecHitThresholdsToken_, eeRecHitsTag_, edm::EventSetup::getData(), getHitP4(), ecalDrivenElectronSeeds_cfi::hbheRecHits, hbheRecHitsTag_, hcalCutsToken_, hit::id, iEvent, PixelMapPlotter::inputs, paramPF_, passedEcalNoiseCut(), passedHcalNoiseCut(), skipECAL_, skipHCAL_, and particleFlowZeroSuppressionECAL_cff::thresholds.
|
private |
Definition at line 45 of file FixedGridRhoProducerFastjetFromRecHit.cc.
Referenced by produce().
|
private |
Definition at line 59 of file FixedGridRhoProducerFastjetFromRecHit.cc.
Referenced by produce().
|
private |
Definition at line 63 of file FixedGridRhoProducerFastjetFromRecHit.cc.
Referenced by produce().
|
private |
Definition at line 47 of file FixedGridRhoProducerFastjetFromRecHit.cc.
Referenced by produce().
|
private |
Definition at line 58 of file FixedGridRhoProducerFastjetFromRecHit.cc.
Referenced by produce().
|
private |
Definition at line 48 of file FixedGridRhoProducerFastjetFromRecHit.cc.
Referenced by produce().
|
private |
Definition at line 50 of file FixedGridRhoProducerFastjetFromRecHit.cc.
Referenced by passedHcalNoiseCut().
|
private |
Definition at line 51 of file FixedGridRhoProducerFastjetFromRecHit.cc.
Referenced by passedHcalNoiseCut().
|
private |
Definition at line 46 of file FixedGridRhoProducerFastjetFromRecHit.cc.
Referenced by produce().
|
private |
Definition at line 62 of file FixedGridRhoProducerFastjetFromRecHit.cc.
Referenced by produce().
|
private |
Definition at line 64 of file FixedGridRhoProducerFastjetFromRecHit.cc.
Referenced by produce().
|
private |
Definition at line 56 of file FixedGridRhoProducerFastjetFromRecHit.cc.
Referenced by produce().
|
private |
Definition at line 55 of file FixedGridRhoProducerFastjetFromRecHit.cc.
Referenced by produce().