Public Member Functions | |
IslandClusterProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~IslandClusterProducer () 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 | |
void | clusterizeECALPart (edm::Event &evt, const edm::EventSetup &es, const edm::EDGetTokenT< EcalRecHitCollection > &token, const std::string &clusterCollection, const std::string &clusterShapeAssociation, const IslandClusterAlgo::EcalPart &ecalPart) |
bool | counterExceeded () const |
const EcalRecHitCollection * | getCollection (edm::Event &evt, const edm::EDGetTokenT< EcalRecHitCollection > &token) |
void | outputValidationInfo (reco::CaloClusterPtrVector &clusterPtrVector) |
Private Attributes | |
std::string | barrelClusterCollection_ |
std::string | barrelClusterShapeAssociation_ |
edm::EDGetTokenT< EcalRecHitCollection > | barrelRecHits_ |
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > | caloGeometryToken_ |
std::string | clustershapecollectionEB_ |
std::string | clustershapecollectionEE_ |
std::string | endcapClusterCollection_ |
std::string | endcapClusterShapeAssociation_ |
edm::EDGetTokenT< EcalRecHitCollection > | endcapRecHits_ |
IslandClusterAlgo * | island_p |
int | nEvt_ |
int | nMaxPrintout_ |
PositionCalc | posCalculator_ |
ClusterShapeAlgo | shapeAlgo_ |
IslandClusterAlgo::VerbosityLevel | verbosity |
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 37 of file IslandClusterProducer.cc.
IslandClusterProducer::IslandClusterProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 86 of file IslandClusterProducer.cc.
References barrelClusterCollection_, barrelClusterShapeAssociation_, barrelRecHits_, caloGeometryToken_, clustershapecollectionEB_, clustershapecollectionEE_, endcapClusterCollection_, endcapClusterShapeAssociation_, endcapRecHits_, edm::ParameterSet::getParameter(), island_p, nEvt_, IslandClusterAlgo::pDEBUG, IslandClusterAlgo::pERROR, IslandClusterAlgo::pINFO, ecalPiZeroTask_cfi::posCalcParameters, posCalculator_, IslandClusterAlgo::pWARNING, shapeAlgo_, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
|
override |
|
private |
Definition at line 207 of file IslandClusterProducer.cc.
References IslandClusterAlgo::barrel, barrelClusterCollection_, ClusterShapeAlgo::Calculate(), caloGeometryToken_, bsc_activity_cfg::clusters, clustershapecollectionEB_, clustershapecollectionEE_, DetId::Ecal, EcalBarrel, EcalEndcap, EcalPreshower, endcapClusterCollection_, getCollection(), edm::EventSetup::getHandle(), CaloGeometry::getSubdetectorGeometry(), mps_fire::i, createfilelist::int, island_p, IslandClusterAlgo::makeClusters(), eostools::move(), edm::Event::put(), shapeAlgo_, AlCaHLTBitMon_QueryRunRegistry::string, and unpackBuffers-CaloStage2::token.
Referenced by produce().
|
inlineprivate |
|
static |
Definition at line 162 of file IslandClusterProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, ProducerED_cfi::InputTag, ecalPiZeroTask_cfi::posCalcParameters, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 200 of file IslandClusterProducer.cc.
References edm::Event::getByToken(), edm::Handle< T >::product(), and unpackBuffers-CaloStage2::token.
Referenced by clusterizeECALPart().
|
private |
|
override |
Definition at line 192 of file IslandClusterProducer.cc.
References IslandClusterAlgo::barrel, barrelClusterCollection_, barrelClusterShapeAssociation_, barrelRecHits_, clusterizeECALPart(), IslandClusterAlgo::endcap, endcapClusterCollection_, endcapClusterShapeAssociation_, endcapRecHits_, and nEvt_.
|
private |
Definition at line 55 of file IslandClusterProducer.cc.
Referenced by clusterizeECALPart(), IslandClusterProducer(), and produce().
|
private |
Definition at line 62 of file IslandClusterProducer.cc.
Referenced by IslandClusterProducer(), and produce().
|
private |
Definition at line 51 of file IslandClusterProducer.cc.
Referenced by IslandClusterProducer(), and produce().
|
private |
Definition at line 53 of file IslandClusterProducer.cc.
Referenced by clusterizeECALPart(), and IslandClusterProducer().
|
private |
Definition at line 58 of file IslandClusterProducer.cc.
Referenced by clusterizeECALPart(), and IslandClusterProducer().
|
private |
Definition at line 59 of file IslandClusterProducer.cc.
Referenced by clusterizeECALPart(), and IslandClusterProducer().
|
private |
Definition at line 56 of file IslandClusterProducer.cc.
Referenced by clusterizeECALPart(), IslandClusterProducer(), and produce().
|
private |
Definition at line 63 of file IslandClusterProducer.cc.
Referenced by IslandClusterProducer(), and produce().
|
private |
Definition at line 52 of file IslandClusterProducer.cc.
Referenced by IslandClusterProducer(), and produce().
|
private |
Definition at line 67 of file IslandClusterProducer.cc.
Referenced by clusterizeECALPart(), IslandClusterProducer(), and ~IslandClusterProducer().
|
private |
Definition at line 47 of file IslandClusterProducer.cc.
Referenced by counterExceeded(), IslandClusterProducer(), and produce().
|
private |
Definition at line 46 of file IslandClusterProducer.cc.
Referenced by counterExceeded().
|
private |
Definition at line 65 of file IslandClusterProducer.cc.
Referenced by IslandClusterProducer().
|
private |
Definition at line 66 of file IslandClusterProducer.cc.
Referenced by clusterizeECALPart(), and IslandClusterProducer().
|
private |
Definition at line 49 of file IslandClusterProducer.cc.
Referenced by IslandClusterProducer().