#include <RecoSummaryTask.h>
Private Member Functions | |
void | setParams (edm::ParameterSet const &) override |
Private Attributes | |
EcalRecHitCollection const * | ebHits_ |
EcalRecHitCollection const * | eeHits_ |
bool | fillRecoFlagReduced_ |
float | rechitThresholdEB_ |
float | rechitThresholdEE_ |
Definition at line 13 of file RecoSummaryTask.h.
ecaldqm::RecoSummaryTask::RecoSummaryTask | ( | ) |
Definition at line 14 of file RecoSummaryTask.cc.
|
inlineoverride |
Definition at line 16 of file RecoSummaryTask.h.
|
overridevirtual |
Reimplemented from ecaldqm::DQWorkerTask.
Definition at line 31 of file RecoSummaryTask.cc.
References ecaldqm::kEBBasicCluster, ecaldqm::kEBRecHit, ecaldqm::kEEBasicCluster, ecaldqm::kEERecHit, and ecaldqm::DependencySet::push_back().
|
inlineoverridevirtual |
Reimplemented from ecaldqm::DQWorkerTask.
Definition at line 39 of file RecoSummaryTask.h.
References Options::const, fillRecoFlagReduced_, ecaldqm::kEBBasicCluster, ecaldqm::kEBRecHit, ecaldqm::kEBReducedRecHit, ecaldqm::kEEBasicCluster, ecaldqm::kEERecHit, ecaldqm::kEEReducedRecHit, runOnBasicClusters(), runOnRecHits(), and runOnReducedRecHits().
|
overridevirtual |
Reimplemented from ecaldqm::DQWorkerTask.
Definition at line 48 of file RecoSummaryTask.cc.
References ebHits_, and eeHits_.
|
overridevirtual |
Reimplemented from ecaldqm::DQWorkerTask.
Definition at line 36 of file RecoSummaryTask.cc.
References EcalDCCHeaderBlock::COSMIC, EcalDCCHeaderBlock::COSMICS_GLOBAL, EcalDCCHeaderBlock::COSMICS_LOCAL, EcalDCCHeaderBlock::MTCC, ecaldqm::nDCC, EcalDCCHeaderBlock::PHYSICS_GLOBAL, and EcalDCCHeaderBlock::PHYSICS_LOCAL.
void ecaldqm::RecoSummaryTask::runOnBasicClusters | ( | edm::View< reco::CaloCluster > const & | _bcs, |
Collections | _collection | ||
) |
Definition at line 126 of file RecoSummaryTask.cc.
References ecaldqm::MESetCollection::at(), edm::View< T >::begin(), reco::CaloID::DET_ECAL_BARREL, reco::CaloID::DET_ECAL_ENDCAP, ebHits_, EcalBarrel, EcalEndcap, eeHits_, edm::View< T >::end(), dqmdumpme::first, ecaldqm::DQWorker::getEcalDQMSetupObjects(), PixelPluginsPhase0_cfi::isBarrel, ecaldqm::kEBBasicCluster, and ecaldqm::DQWorker::MEs_.
Referenced by analyze().
void ecaldqm::RecoSummaryTask::runOnRecHits | ( | EcalRecHitCollection const & | _hits, |
Collections | _collection | ||
) |
Definition at line 53 of file RecoSummaryTask.cc.
References ecaldqm::MESetCollection::at(), edm::SortedCollection< T, SORT >::begin(), ebHits_, EcalBarrel, EcalEndcap, eeHits_, edm::SortedCollection< T, SORT >::end(), HBHEDarkening_cff::energy, ecaldqm::DQWorker::getEcalDQMSetupObjects(), PixelPluginsPhase0_cfi::isBarrel, ecaldqm::kEBRecHit, HLT_2024v14_cff::maxE, ecaldqm::DQWorker::MEs_, rechitThresholdEB_, rechitThresholdEE_, and EcalTools::swissCross().
Referenced by analyze().
void ecaldqm::RecoSummaryTask::runOnReducedRecHits | ( | EcalRecHitCollection const & | _hits, |
Collections | _collections | ||
) |
Definition at line 117 of file RecoSummaryTask.cc.
References ecaldqm::MESetCollection::at(), edm::SortedCollection< T, SORT >::begin(), EcalBarrel, EcalEndcap, edm::SortedCollection< T, SORT >::end(), ecaldqm::DQWorker::getEcalDQMSetupObjects(), ecaldqm::kEBReducedRecHit, and ecaldqm::DQWorker::MEs_.
Referenced by analyze().
|
overrideprivatevirtual |
Reimplemented from ecaldqm::DQWorker.
Definition at line 22 of file RecoSummaryTask.cc.
References l1extraParticles_cfi::_params, ecaldqm::MESetCollection::erase(), fillRecoFlagReduced_, ecaldqm::DQWorker::MEs_, rechitThresholdEB_, rechitThresholdEE_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 34 of file RecoSummaryTask.h.
Referenced by endEvent(), runOnBasicClusters(), and runOnRecHits().
|
private |
Definition at line 35 of file RecoSummaryTask.h.
Referenced by endEvent(), runOnBasicClusters(), and runOnRecHits().
|
private |
Definition at line 36 of file RecoSummaryTask.h.
Referenced by analyze(), and setParams().
|
private |
Definition at line 32 of file RecoSummaryTask.h.
Referenced by runOnRecHits(), and setParams().
|
private |
Definition at line 33 of file RecoSummaryTask.h.
Referenced by runOnRecHits(), and setParams().