#include <HcalDigiClient.h>
Public Member Functions | |
void | analyze (DQMStore::IBooker &, DQMStore::IGetter &) |
void | beginRun (void) |
void | calculateProblems (DQMStore::IBooker &, DQMStore::IGetter &) |
void | cleanup (void) |
void | endJob (void) |
bool | hasErrors_Temp (void) |
bool | hasOther_Temp (void) |
bool | hasWarnings_Temp (void) |
HcalDigiClient () | |
Constructors. More... | |
HcalDigiClient (std::string myname) | |
HcalDigiClient (std::string myname, const edm::ParameterSet &ps) | |
void | setup (void) |
bool | test_enabled (void) |
void | updateChannelStatus (std::map< HcalDetId, unsigned int > &myqual) |
~HcalDigiClient () | |
Destructor. More... | |
Public Member Functions inherited from HcalBaseDQClient | |
virtual void | calculateProblems (void) |
void | getLogicalMap (const edm::EventSetup &es) |
HcalBaseDQClient () | |
HcalBaseDQClient (std::string s, const edm::ParameterSet &ps) | |
virtual void | htmlOutput (DQMStore::IBooker &, DQMStore::IGetter &, std::string htmlDir) |
std::string | name () |
void | setEventSetup (const edm::EventSetup &es) |
virtual void | setStatusMap (std::map< HcalDetId, unsigned int > &map) |
virtual bool | validHtmlOutput (DQMStore::IBooker &, DQMStore::IGetter &) |
virtual | ~HcalBaseDQClient (void) |
Private Member Functions | |
void | setupProblemCells (DQMStore::IBooker &, DQMStore::IGetter &) |
Private Attributes | |
bool | doProblemCellSetup_ |
MonitorElement * | HFTiming_averageTime |
int | nevts_ |
Additional Inherited Members | |
Public Attributes inherited from HcalBaseDQClient | |
int | badChannelStatusMask_ |
std::map< HcalDetId, unsigned int > | badstatusmap |
const edm::EventSetup * | c |
bool | cloneME_ |
int | debug_ |
bool | enableCleanup_ |
bool | enoughevents_ |
HcalLogicalMap * | logicalMap_ |
double | minerrorrate_ |
int | minevents_ |
std::string | name_ |
bool | needLogicalMap_ |
bool | Online_ |
std::string | prefixME_ |
MonitorElement * | ProblemCells |
EtaPhiHists * | ProblemCellsByDepth |
std::vector< std::string > | problemnames_ |
std::string | subdir_ |
bool | testenabled_ |
bool | validHtmlOutput_ |
Definition at line 8 of file HcalDigiClient.h.
|
inline |
HcalDigiClient::HcalDigiClient | ( | std::string | myname | ) |
HcalDigiClient::HcalDigiClient | ( | std::string | myname, |
const edm::ParameterSet & | ps | ||
) |
Definition at line 23 of file HcalDigiClient.cc.
References HcalBaseDQClient::badChannelStatusMask_, HcalBaseDQClient::cloneME_, HcalBaseDQClient::debug_, doProblemCellSetup_, HcalBaseDQClient::enableCleanup_, edm::ParameterSet::getUntrackedParameter(), HcalChannelStatus::HcalCellDead, HFTiming_averageTime, HcalBaseDQClient::minerrorrate_, HcalBaseDQClient::minevents_, HcalBaseDQClient::name_, HcalBaseDQClient::Online_, HcalBaseDQClient::prefixME_, HcalBaseDQClient::ProblemCells, HcalBaseDQClient::ProblemCellsByDepth, AlCaHLTBitMon_QueryRunRegistry::string, HcalBaseDQClient::subdir_, and HcalBaseDQClient::validHtmlOutput_.
HcalDigiClient::~HcalDigiClient | ( | ) |
Destructor.
Definition at line 299 of file HcalDigiClient.cc.
References HcalBaseDQClient::ProblemCellsByDepth.
|
virtual |
Reimplemented from HcalBaseDQClient.
Definition at line 56 of file HcalDigiClient.cc.
References HcalBaseDQClient::calculateProblems(), HcalBaseDQClient::cloneME_, gather_cfg::cout, HcalBaseDQClient::debug_, doProblemCellSetup_, DQMStore::IGetter::get(), MonitorElement::getTH2F(), HFTiming_averageTime, MonitorElement::Reset(), alignCSCRings::s, MonitorElement::setBinContent(), setupProblemCells(), AlCaHLTBitMon_QueryRunRegistry::string, HcalBaseDQClient::subdir_, x, and y.
|
virtual |
Reimplemented from HcalBaseDQClient.
Definition at line 245 of file HcalDigiClient.cc.
References HcalBaseDQClient::enoughevents_, and nevts_.
void HcalDigiClient::calculateProblems | ( | DQMStore::IBooker & | ib, |
DQMStore::IGetter & | ig | ||
) |
Definition at line 92 of file HcalDigiClient.cc.
References HcalBaseDQClient::badstatusmap, HcalObjRepresent::CalcIeta(), HcalBaseDQClient::cloneME_, gather_cfg::cout, ztail::d, HcalBaseDQClient::debug_, EtaPhiHists::depth, HcalBaseDQClient::enoughevents_, eta, MonitorElement::Fill(), HcalObjRepresent::FillUnphysicalHEHFBins(), DQMStore::IGetter::get(), MonitorElement::getBinContent(), MonitorElement::getTH2F(), HcalBarrel, HcalEmpty, HcalEndcap, HcalEtaPhiHistNames(), HcalForward, HcalOuter, i, isHB(), isHE(), isHF(), isHO(), HcalBaseDQClient::minerrorrate_, HcalBaseDQClient::minevents_, HcalBaseDQClient::name(), phi, HcalBaseDQClient::ProblemCells, HcalBaseDQClient::ProblemCellsByDepth, MonitorElement::Reset(), alignCSCRings::s, MonitorElement::setBinContent(), AlCaHLTBitMon_QueryRunRegistry::string, HcalBaseDQClient::subdir_, and ecaldqm::zside().
|
virtual |
Reimplemented from HcalBaseDQClient.
Definition at line 254 of file HcalDigiClient.cc.
Referenced by esMonitoring.FDJsonServer::handle_close().
|
virtual |
|
virtual |
Reimplemented from HcalBaseDQClient.
Definition at line 256 of file HcalDigiClient.cc.
References HcalObjRepresent::CalcIeta(), gather_cfg::cout, HcalBaseDQClient::debug_, EtaPhiHists::depth, HLT_25ns14e33_v1_cff::depth, MonitorElement::getTH2F(), HcalBaseDQClient::minerrorrate_, HcalBaseDQClient::ProblemCells, and HcalBaseDQClient::ProblemCellsByDepth.
|
virtual |
Reimplemented from HcalBaseDQClient.
Definition at line 289 of file HcalDigiClient.cc.
|
virtual |
Reimplemented from HcalBaseDQClient.
Definition at line 288 of file HcalDigiClient.cc.
|
virtual |
|
private |
Definition at line 221 of file HcalDigiClient.cc.
References DQMStore::IBooker::book2D(), gather_cfg::cout, HcalBaseDQClient::debug_, EtaPhiHists::depth, doProblemCellSetup_, MonitorElement::getName(), HFTiming_averageTime, i, HcalBaseDQClient::ProblemCells, HcalBaseDQClient::ProblemCellsByDepth, HcalBaseDQClient::problemnames_, DQMStore::IBooker::setCurrentFolder(), EtaPhiHists::setup(), and HcalBaseDQClient::subdir_.
Referenced by analyze().
|
virtual |
Reimplemented from HcalBaseDQClient.
Definition at line 290 of file HcalDigiClient.cc.
|
virtual |
Reimplemented from HcalBaseDQClient.
Definition at line 293 of file HcalDigiClient.cc.
|
private |
Definition at line 39 of file HcalDigiClient.h.
Referenced by analyze(), HcalDigiClient(), and setupProblemCells().
|
private |
Definition at line 36 of file HcalDigiClient.h.
Referenced by analyze(), HcalDigiClient(), and setupProblemCells().
|
private |
Definition at line 35 of file HcalDigiClient.h.
Referenced by beginRun().