Public Member Functions | |
Multi5x5ClusterProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~Multi5x5ClusterProducer () 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 Member Functions | |
void | clusterizeECALPart (edm::Event &evt, const edm::EventSetup &es, const edm::EDGetTokenT< EcalRecHitCollection > &token, const std::string &clusterCollection, const reco::CaloID::Detectors detector) |
bool | counterExceeded () const |
const EcalRecHitCollection * | getCollection (edm::Event &evt, const edm::EDGetTokenT< EcalRecHitCollection > &token) |
void | outputValidationInfo (reco::CaloClusterPtrVector &clusterPtrVector) |
Private Attributes | |
std::string | barrelClusterCollection_ |
edm::EDGetTokenT< EcalRecHitCollection > | barrelHitToken_ |
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > | caloGeometryToken_ |
bool | doBarrel_ |
bool | doEndcap_ |
std::string | endcapClusterCollection_ |
edm::EDGetTokenT< EcalRecHitCollection > | endcapHitToken_ |
Multi5x5ClusterAlgo * | island_p |
int | nEvt_ |
int | nMaxPrintout_ |
PositionCalc | posCalculator_ |
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 Multi5x5ClusterProducer.cc.
Multi5x5ClusterProducer::Multi5x5ClusterProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 75 of file Multi5x5ClusterProducer.cc.
References barrelClusterCollection_, barrelHitToken_, caloGeometryToken_, doBarrel_, doEndcap_, endcapClusterCollection_, endcapHitToken_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), island_p, nEvt_, ecalPiZeroTask_cfi::posCalcParameters, posCalculator_, multi5x5BasicClusters_cfi::reassignSeedCrysToClusterItSeeds, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 118 of file Multi5x5ClusterProducer.cc.
References island_p.
|
private |
Definition at line 138 of file Multi5x5ClusterProducer.cc.
References barrelClusterCollection_, caloGeometryToken_, bsc_activity_cfg::clusters, reco::CaloID::DET_ECAL_BARREL, hgcalTestNeighbor_cfi::detector, DetId::Ecal, EcalBarrel, EcalEndcap, EcalPreshower, endcapClusterCollection_, getCollection(), edm::EventSetup::getHandle(), CaloGeometry::getSubdetectorGeometry(), island_p, Multi5x5ClusterAlgo::makeClusters(), eostools::move(), edm::Event::put(), and unpackBuffers-CaloStage2::token.
Referenced by produce().
|
inlineprivate |
|
private |
Definition at line 131 of file Multi5x5ClusterProducer.cc.
References edm::Event::getByToken(), edm::Handle< T >::product(), and unpackBuffers-CaloStage2::token.
Referenced by clusterizeECALPart().
|
private |
|
override |
Definition at line 120 of file Multi5x5ClusterProducer.cc.
References barrelClusterCollection_, barrelHitToken_, clusterizeECALPart(), reco::CaloID::DET_ECAL_BARREL, reco::CaloID::DET_ECAL_ENDCAP, doBarrel_, doEndcap_, endcapClusterCollection_, endcapHitToken_, and nEvt_.
|
private |
Definition at line 53 of file Multi5x5ClusterProducer.cc.
Referenced by clusterizeECALPart(), Multi5x5ClusterProducer(), and produce().
|
private |
Definition at line 49 of file Multi5x5ClusterProducer.cc.
Referenced by Multi5x5ClusterProducer(), and produce().
|
private |
Definition at line 51 of file Multi5x5ClusterProducer.cc.
Referenced by clusterizeECALPart(), and Multi5x5ClusterProducer().
|
private |
Definition at line 46 of file Multi5x5ClusterProducer.cc.
Referenced by Multi5x5ClusterProducer(), and produce().
|
private |
Definition at line 47 of file Multi5x5ClusterProducer.cc.
Referenced by Multi5x5ClusterProducer(), and produce().
|
private |
Definition at line 54 of file Multi5x5ClusterProducer.cc.
Referenced by clusterizeECALPart(), Multi5x5ClusterProducer(), and produce().
|
private |
Definition at line 50 of file Multi5x5ClusterProducer.cc.
Referenced by Multi5x5ClusterProducer(), and produce().
|
private |
Definition at line 57 of file Multi5x5ClusterProducer.cc.
Referenced by clusterizeECALPart(), Multi5x5ClusterProducer(), and ~Multi5x5ClusterProducer().
|
private |
Definition at line 43 of file Multi5x5ClusterProducer.cc.
Referenced by counterExceeded(), Multi5x5ClusterProducer(), and produce().
|
private |
Definition at line 42 of file Multi5x5ClusterProducer.cc.
Referenced by counterExceeded().
|
private |
Definition at line 56 of file Multi5x5ClusterProducer.cc.
Referenced by Multi5x5ClusterProducer().