#include <IslandClusterProducer.h>
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 | |
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 > &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_ |
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<> | |
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 IslandClusterProducer.h.
IslandClusterProducer::IslandClusterProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 41 of file IslandClusterProducer.cc.
References barrelClusterCollection_, barrelClusterShapeAssociation_, barrelRecHits_, clustershapecollectionEB_, clustershapecollectionEE_, endcapClusterCollection_, endcapClusterShapeAssociation_, endcapRecHits_, edm::ParameterSet::getParameter(), island_p, nEvt_, IslandClusterAlgo::pDEBUG, IslandClusterAlgo::pERROR, IslandClusterAlgo::pINFO, cleanAndMergeSuperClusters_cfi::posCalcParameters, posCalculator_, IslandClusterAlgo::pWARNING, shapeAlgo_, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
|
override |
|
private |
Definition at line 156 of file IslandClusterProducer.cc.
References IslandClusterAlgo::barrel, barrelClusterCollection_, ClusterShapeAlgo::Calculate(), fastPrimaryVertexProducer_cfi::clusters, clustershapecollectionEB_, clustershapecollectionEE_, DetId::Ecal, EcalBarrel, EcalEndcap, EcalPreshower, endcapClusterCollection_, edm::EventSetup::get(), getCollection(), CaloGeometry::getSubdetectorGeometry(), mps_fire::i, createfilelist::int, island_p, IslandClusterAlgo::makeClusters(), eostools::move(), edm::Event::put(), shapeAlgo_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by counterExceeded(), and produce().
|
inlineprivate |
Definition at line 62 of file IslandClusterProducer.h.
References clusterizeECALPart(), getCollection(), outputValidationInfo(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 109 of file IslandClusterProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), cleanAndMergeSuperClusters_cfi::posCalcParameters, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 148 of file IslandClusterProducer.cc.
References edm::Event::getByToken(), and edm::Handle< T >::product().
Referenced by clusterizeECALPart(), and counterExceeded().
|
private |
Referenced by counterExceeded().
|
override |
Definition at line 140 of file IslandClusterProducer.cc.
References IslandClusterAlgo::barrel, barrelClusterCollection_, barrelClusterShapeAssociation_, barrelRecHits_, clusterizeECALPart(), IslandClusterAlgo::endcap, endcapClusterCollection_, endcapClusterShapeAssociation_, endcapRecHits_, and nEvt_.
|
private |
Definition at line 48 of file IslandClusterProducer.h.
Referenced by clusterizeECALPart(), IslandClusterProducer(), and produce().
|
private |
Definition at line 55 of file IslandClusterProducer.h.
Referenced by IslandClusterProducer(), and produce().
|
private |
Definition at line 45 of file IslandClusterProducer.h.
Referenced by IslandClusterProducer(), and produce().
|
private |
Definition at line 51 of file IslandClusterProducer.h.
Referenced by clusterizeECALPart(), and IslandClusterProducer().
|
private |
Definition at line 52 of file IslandClusterProducer.h.
Referenced by clusterizeECALPart(), and IslandClusterProducer().
|
private |
Definition at line 49 of file IslandClusterProducer.h.
Referenced by clusterizeECALPart(), IslandClusterProducer(), and produce().
|
private |
Definition at line 56 of file IslandClusterProducer.h.
Referenced by IslandClusterProducer(), and produce().
|
private |
Definition at line 46 of file IslandClusterProducer.h.
Referenced by IslandClusterProducer(), and produce().
|
private |
Definition at line 60 of file IslandClusterProducer.h.
Referenced by clusterizeECALPart(), IslandClusterProducer(), and ~IslandClusterProducer().
|
private |
Definition at line 40 of file IslandClusterProducer.h.
Referenced by IslandClusterProducer(), and produce().
|
private |
Definition at line 39 of file IslandClusterProducer.h.
|
private |
Definition at line 58 of file IslandClusterProducer.h.
Referenced by IslandClusterProducer().
|
private |
Definition at line 59 of file IslandClusterProducer.h.
Referenced by clusterizeECALPart(), and IslandClusterProducer().
|
private |
Definition at line 42 of file IslandClusterProducer.h.
Referenced by IslandClusterProducer().