Public Member Functions | |
HybridClusterProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~HybridClusterProducer () 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 |
Private Attributes | |
std::string | basicclusterCollection_ |
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > | geoToken_ |
edm::EDGetTokenT< EcalRecHitCollection > | hitsToken_ |
HybridClusterAlgo * | hybrid_p |
int | nEvt_ |
PositionCalc | posCalculator_ |
edm::ESGetToken< EcalSeverityLevelAlgo, EcalSeverityLevelAlgoRcd > | sevLvToken_ |
std::string | superclusterCollection_ |
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 HybridClusterProducer.cc.
HybridClusterProducer::HybridClusterProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 58 of file HybridClusterProducer.cc.
References basicclusterCollection_, cosmicSuperClusters_cfi::bremRecoveryPset, cosmicSuperClusters_cfi::dynamicPhiRoad, geoToken_, edm::ParameterSet::getParameter(), hitsToken_, hybrid_p, nEvt_, MonitorAlCaEcalPi0_cfi::posCalcParameters, posCalculator_, HybridClusterAlgo::setDynamicPhiRoad(), sevLvToken_, AlCaHLTBitMon_QueryRunRegistry::string, and superclusterCollection_.
|
override |
|
override |
Definition at line 109 of file HybridClusterProducer.cc.
References basicclusterCollection_, DetId::Ecal, EcalBarrel, geoToken_, edm::Event::getByToken(), edm::EventSetup::getHandle(), hitsToken_, hybrid_p, mps_fire::i, edm::OrphanHandleBase::isValid(), edm::HandleBase::isValid(), LogTrace, HybridClusterAlgo::makeClusters(), HybridClusterAlgo::makeSuperClusters(), eostools::move(), nEvt_, edm::Handle< T >::product(), edm::ESHandle< T >::product(), edm::PtrVector< T >::push_back(), edm::Event::put(), sevLvToken_, superclusterCollection_, and HLT_FULL_cff::superClusters.
|
private |
Definition at line 44 of file HybridClusterProducer.cc.
Referenced by HybridClusterProducer(), and produce().
|
private |
Definition at line 48 of file HybridClusterProducer.cc.
Referenced by HybridClusterProducer(), and produce().
|
private |
Definition at line 47 of file HybridClusterProducer.cc.
Referenced by HybridClusterProducer(), and produce().
|
private |
Definition at line 51 of file HybridClusterProducer.cc.
Referenced by HybridClusterProducer(), produce(), and ~HybridClusterProducer().
|
private |
Definition at line 42 of file HybridClusterProducer.cc.
Referenced by HybridClusterProducer(), and produce().
|
private |
Definition at line 52 of file HybridClusterProducer.cc.
Referenced by HybridClusterProducer().
|
private |
Definition at line 49 of file HybridClusterProducer.cc.
Referenced by HybridClusterProducer(), and produce().
|
private |
Definition at line 45 of file HybridClusterProducer.cc.
Referenced by HybridClusterProducer(), and produce().