#include <TowerStatusTask.h>
Private Member Functions | |
void | producePlotsTask_ (float const *, std::string const &) |
void | setParams (edm::ParameterSet const &) override |
Private Attributes | |
float | daqStatus_ [nDCC] |
float | dcsStatus_ [nDCC] |
bool | doDAQInfo_ |
bool | doDCSInfo_ |
Additional Inherited Members | |
Public Types inherited from ecaldqm::DQWorkerClient | |
enum | ProcessType { kLumi, kJob, nProcessType } |
enum | Quality { kBad = 0, kGood = 1, kUnknown = 2, kMBad = 3, kMGood = 4, kMUnknown = 5 } |
Static Public Member Functions inherited from ecaldqm::DQWorkerClient | |
static void | fillDescriptions (edm::ParameterSetDescription &) |
Static Public Member Functions inherited from ecaldqm::DQWorker | |
static void | fillDescriptions (edm::ParameterSetDescription &_desc) |
Protected Member Functions inherited from ecaldqm::DQWorkerClient | |
void | setME (edm::ParameterSet const &_ps) final |
void | setSource (edm::ParameterSet const &) override |
void | towerAverage_ (MESet &, MESet const &, float) |
bool | using_ (std::string const &_name, ProcessType _type=kJob) const |
Protected Member Functions inherited from ecaldqm::DQWorker | |
void | initialize (std::string const &_name, edm::ParameterSet const &) |
void | print_ (std::string const &, int=0) const |
void | setVerbosity (int _verbosity) |
Protected Attributes inherited from ecaldqm::DQWorkerClient | |
bool | hasLumiPlots_ |
std::set< std::string > | qualitySummaries_ |
MESetCollection | sources_ |
StatusManager const * | statusManager_ |
Protected Attributes inherited from ecaldqm::DQWorker | |
bool | booked_ |
MESetCollection | MEs_ |
std::string | name_ |
bool | onlineMode_ |
Timestamp | timestamp_ |
int | verbosity_ |
bool | willConvertToEDM_ |
Definition at line 10 of file TowerStatusTask.h.
ecaldqm::TowerStatusTask::TowerStatusTask | ( | ) |
Definition at line 20 of file TowerStatusTask.cc.
References daqStatus_, dcsStatus_, and ecaldqm::nDCC.
|
inline |
Definition at line 13 of file TowerStatusTask.h.
|
overridevirtual |
Reimplemented from ecaldqm::DQWorkerClient.
Definition at line 51 of file TowerStatusTask.cc.
References daqStatus_, ecaldqm::dccId(), dcsStatus_, EcalTrigTowerDetId::detIdFromDenseIndex(), doDAQInfo_, doDCSInfo_, edm::EventSetup::get(), edm::ESHandleBase::isValid(), EcalTrigTowerDetId::kEBTotalTowers, EcalScDetId::kSizeForDenseIndexing, ecaldqm::nCrystals(), ecaldqm::nDCC, ecaldqm::scConstituents(), findQualityFiles::size, and EcalScDetId::unhashIndex().
|
overridevirtual |
Implements ecaldqm::DQWorkerClient.
Definition at line 103 of file TowerStatusTask.cc.
References daqStatus_, dcsStatus_, doDAQInfo_, doDCSInfo_, and producePlotsTask_().
|
private |
Definition at line 110 of file TowerStatusTask.cc.
References ecaldqm::MESet::fill(), ecaldqm::DQWorker::MEs_, ecaldqm::nCrystals(), ecaldqm::nDCC, ecaldqm::MESet::reset(), ecaldqm::MESet::resetAll(), and ecaldqm::MESet::setBinContent().
Referenced by producePlots().
|
overrideprivatevirtual |
Reimplemented from ecaldqm::DQWorker.
Definition at line 30 of file TowerStatusTask.cc.
References doDAQInfo_, doDCSInfo_, edm::hlt::Exception, edm::ParameterSet::getUntrackedParameter(), ecaldqm::DQWorker::MEs_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 25 of file TowerStatusTask.h.
Referenced by endLuminosityBlock(), producePlots(), and TowerStatusTask().
|
private |
Definition at line 26 of file TowerStatusTask.h.
Referenced by endLuminosityBlock(), producePlots(), and TowerStatusTask().
|
private |
Definition at line 23 of file TowerStatusTask.h.
Referenced by endLuminosityBlock(), producePlots(), and setParams().
|
private |
Definition at line 24 of file TowerStatusTask.h.
Referenced by endLuminosityBlock(), producePlots(), and setParams().