#include <Container1D.h>
Public Member Functions | |
virtual void | book (DQMStore::IBooker &, HcalElectronicsMap const *, std::string subsystem="Hcal", std::string aux="") |
virtual void | book (DQMStore::IBooker &, HcalElectronicsMap const *, filter::HashFilter const &, std::string subsystem="Hcal", std::string aux="") |
virtual void | book (DQMStore *, HcalElectronicsMap const *, std::string subsystem="Hcal", std::string aux="") |
virtual void | book (DQMStore *, HcalElectronicsMap const *, filter::HashFilter const &, std::string subsystem="Hcal", std::string aux="") |
Container1D () | |
Container1D (std::string const &folder, hashfunctions::HashType, quantity::Quantity *, quantity::Quantity *qy=new quantity::ValueQuantity(quantity::fN)) | |
virtual void | extendAxisRange (int) |
virtual void | fill (uint32_t) |
virtual void | fill (uint32_t, int) |
virtual void | fill (uint32_t, double) |
virtual void | fill (uint32_t, int, double) |
virtual void | fill (uint32_t, int, int) |
virtual void | fill (uint32_t, double, double) |
virtual void | fill (HcalDetId const &) |
virtual void | fill (HcalDetId const &, int) |
virtual void | fill (HcalDetId const &, double) |
virtual void | fill (HcalDetId const &, int, double) |
virtual void | fill (HcalDetId const &, int, int) |
virtual void | fill (HcalDetId const &, double, double) |
virtual void | fill (HcalElectronicsId const &) |
virtual void | fill (HcalElectronicsId const &, int) |
virtual void | fill (HcalElectronicsId const &, double) |
virtual void | fill (HcalElectronicsId const &, int, double) |
virtual void | fill (HcalElectronicsId const &, int, int) |
virtual void | fill (HcalElectronicsId const &, double, double) |
virtual void | fill (HcalTrigTowerDetId const &) |
virtual void | fill (HcalTrigTowerDetId const &, int) |
virtual void | fill (HcalTrigTowerDetId const &, double) |
virtual void | fill (HcalTrigTowerDetId const &, int, double) |
virtual void | fill (HcalTrigTowerDetId const &, int, int) |
virtual void | fill (HcalTrigTowerDetId const &, double, double) |
virtual double | getBinContent (HcalDetId const &) |
virtual double | getBinContent (HcalDetId const &, int) |
virtual double | getBinContent (HcalDetId const &, double) |
virtual double | getBinContent (HcalDetId const &did, int x, int) |
virtual double | getBinContent (HcalDetId const &did, int x, double) |
virtual double | getBinContent (HcalDetId const &did, double x, double) |
virtual double | getBinContent (HcalElectronicsId const &) |
virtual double | getBinContent (HcalElectronicsId const &, int) |
virtual double | getBinContent (HcalElectronicsId const &, double) |
virtual double | getBinContent (HcalElectronicsId const &eid, int x, int) |
virtual double | getBinContent (HcalElectronicsId const &eid, int x, double) |
virtual double | getBinContent (HcalElectronicsId const &eid, double x, double) |
virtual double | getBinContent (HcalTrigTowerDetId const &) |
virtual double | getBinContent (HcalTrigTowerDetId const &, int) |
virtual double | getBinContent (HcalTrigTowerDetId const &, double) |
virtual double | getBinContent (HcalTrigTowerDetId const &tid, int x, int) |
virtual double | getBinContent (HcalTrigTowerDetId const &tid, int x, double) |
virtual double | getBinContent (HcalTrigTowerDetId const &tid, double x, double) |
virtual double | getBinEntries (HcalDetId const &) |
virtual double | getBinEntries (HcalDetId const &, int) |
virtual double | getBinEntries (HcalDetId const &, double) |
virtual double | getBinEntries (HcalDetId const &did, int x, int) |
virtual double | getBinEntries (HcalDetId const &did, int x, double) |
virtual double | getBinEntries (HcalDetId const &did, double x, double) |
virtual double | getBinEntries (HcalElectronicsId const &) |
virtual double | getBinEntries (HcalElectronicsId const &, int) |
virtual double | getBinEntries (HcalElectronicsId const &, double) |
virtual double | getBinEntries (HcalElectronicsId const &eid, int x, int) |
virtual double | getBinEntries (HcalElectronicsId const &eid, int x, double) |
virtual double | getBinEntries (HcalElectronicsId const &eid, double x, double) |
virtual double | getBinEntries (HcalTrigTowerDetId const &) |
virtual double | getBinEntries (HcalTrigTowerDetId const &, int) |
virtual double | getBinEntries (HcalTrigTowerDetId const &, double) |
virtual double | getBinEntries (HcalTrigTowerDetId const &tid, int x, int) |
virtual double | getBinEntries (HcalTrigTowerDetId const &tid, int x, double) |
virtual double | getBinEntries (HcalTrigTowerDetId const &tid, double x, double) |
virtual double | getMean (HcalDetId const &, int axis=1) |
virtual double | getMean (HcalElectronicsId const &, int axis=1) |
virtual double | getMean (HcalTrigTowerDetId const &, int axis=1) |
virtual double | getRMS (HcalDetId const &, int axix=1) |
virtual double | getRMS (HcalElectronicsId const &, int axis=1) |
virtual double | getRMS (HcalTrigTowerDetId const &, int axis=1) |
virtual void | initialize (std::string const &folder, hashfunctions::HashType, quantity::Quantity *, quantity::Quantity *qy=new quantity::ValueQuantity(quantity::fN), int debug=0) |
virtual void | initialize (std::string const &folder, std::string const &qname, hashfunctions::HashType, quantity::Quantity *, quantity::Quantity *qy=new quantity::ValueQuantity(quantity::fN), int debug=0) |
virtual void | load (DQMStore *, HcalElectronicsMap const *, std::string const &subsystem="Hcal", std::string const &aux="", std::string const &prepend="", DQMStore::OpenRunDirs mode=DQMStore::StripRunDirs) |
virtual void | load (DQMStore *, HcalElectronicsMap const *, filter::HashFilter const &, std::string const &subsystem="Hcal", std::string const &aux="", std::string const &prepend="", DQMStore::OpenRunDirs mode=DQMStore::StripRunDirs) |
virtual void | load (DQMStore::IGetter &, HcalElectronicsMap const *, std::string const &subsystem="Hcal", std::string const &aux="") |
virtual void | load (DQMStore::IGetter &, HcalElectronicsMap const *, filter::HashFilter const &, std::string const &subsystem="Hcal", std::string const &aux="") |
virtual void | print () |
virtual void | reset () |
virtual void | setBinContent (HcalDetId const &, int) |
virtual void | setBinContent (HcalDetId const &, double) |
virtual void | setBinContent (HcalDetId const &, int, int) |
virtual void | setBinContent (HcalDetId const &, int, double) |
virtual void | setBinContent (HcalDetId const &, double, double) |
virtual void | setBinContent (HcalDetId const &, double, int) |
virtual void | setBinContent (HcalDetId const &id, int x, int y, int) |
virtual void | setBinContent (HcalDetId const &id, int x, double y, int) |
virtual void | setBinContent (HcalDetId const &id, double x, int y, int) |
virtual void | setBinContent (HcalDetId const &id, double x, double y, int) |
virtual void | setBinContent (HcalDetId const &id, int x, int y, double) |
virtual void | setBinContent (HcalDetId const &id, int x, double y, double) |
virtual void | setBinContent (HcalDetId const &id, double x, int y, double) |
virtual void | setBinContent (HcalDetId const &id, double x, double y, double) |
virtual void | setBinContent (HcalElectronicsId const &, int) |
virtual void | setBinContent (HcalElectronicsId const &, double) |
virtual void | setBinContent (HcalElectronicsId const &, int, int) |
virtual void | setBinContent (HcalElectronicsId const &, int, double) |
virtual void | setBinContent (HcalElectronicsId const &, double, double) |
virtual void | setBinContent (HcalElectronicsId const &, double, int) |
virtual void | setBinContent (HcalElectronicsId const &id, int x, int y, int) |
virtual void | setBinContent (HcalElectronicsId const &id, int x, double y, int) |
virtual void | setBinContent (HcalElectronicsId const &id, double x, int y, int) |
virtual void | setBinContent (HcalElectronicsId const &id, double x, double y, int) |
virtual void | setBinContent (HcalElectronicsId const &id, int x, int y, double) |
virtual void | setBinContent (HcalElectronicsId const &id, int x, double y, double) |
virtual void | setBinContent (HcalElectronicsId const &id, double x, int y, double) |
virtual void | setBinContent (HcalElectronicsId const &id, double x, double y, double) |
virtual void | setBinContent (HcalTrigTowerDetId const &, int) |
virtual void | setBinContent (HcalTrigTowerDetId const &, double) |
virtual void | setBinContent (HcalTrigTowerDetId const &, int, int) |
virtual void | setBinContent (HcalTrigTowerDetId const &, int, double) |
virtual void | setBinContent (HcalTrigTowerDetId const &, double, double) |
virtual void | setBinContent (HcalTrigTowerDetId const &, double, int) |
virtual void | setBinContent (HcalTrigTowerDetId const &id, int x, int y, int) |
virtual void | setBinContent (HcalTrigTowerDetId const &id, int x, double y, int) |
virtual void | setBinContent (HcalTrigTowerDetId const &id, double x, int y, int) |
virtual void | setBinContent (HcalTrigTowerDetId const &id, double x, double y, int) |
virtual void | setBinContent (HcalTrigTowerDetId const &id, int x, int y, double) |
virtual void | setBinContent (HcalTrigTowerDetId const &id, int x, double y, double) |
virtual void | setBinContent (HcalTrigTowerDetId const &id, double x, int y, double) |
virtual void | setBinContent (HcalTrigTowerDetId const &id, double x, double y, double) |
virtual void | setLumiFlag () |
virtual void | showOverflowX (bool showOverflow) |
virtual void | showOverflowY (bool showOverflow) |
~Container1D () override | |
Public Member Functions inherited from hcaldqm::Container | |
Container () | |
Container (std::string const &folder, std::string const &qname) | |
virtual void | initialize (std::string const &folder, std::string const &qname, int debug=0) |
virtual | ~Container () |
Protected Types | |
typedef boost::unordered_map< uint32_t, MonitorElement * > | MEMap |
Protected Member Functions | |
virtual void | customize (MonitorElement *) |
Protected Attributes | |
mapper::HashMapper | _hashmap |
MEMap | _mes |
quantity::Quantity * | _qx |
quantity::Quantity * | _qy |
Protected Attributes inherited from hcaldqm::Container | |
std::string | _folder |
Logger | _logger |
std::string | _qname |
Definition at line 29 of file Container1D.h.
|
protected |
Definition at line 329 of file Container1D.h.
hcaldqm::Container1D::Container1D | ( | ) |
Definition at line 10 of file Container1D.cc.
hcaldqm::Container1D::Container1D | ( | std::string const & | folder, |
hashfunctions::HashType | hashtype, | ||
quantity::Quantity * | qx, | ||
quantity::Quantity * | qy = new quantity::ValueQuantity(quantity::fN) |
||
) |
Definition at line 14 of file Container1D.cc.
References _qx, _qy, hcaldqm::quantity::fXAxis, hcaldqm::quantity::fYAxis, and hcaldqm::quantity::Quantity::setAxisType().
|
override |
Definition at line 23 of file Container1D.cc.
|
virtual |
Reimplemented in hcaldqm::Container2D, hcaldqm::ContainerProf2D, and hcaldqm::ContainerProf1D.
Definition at line 958 of file Container1D.cc.
References hcaldqm::Container::_folder, _hashmap, hcaldqm::Container::_logger, _mes, hcaldqm::Container::_qname, _qx, HcalElectronicsMap::allElectronicsIdPrecision(), HcalElectronicsMap::allPrecisionId(), HcalElectronicsMap::allTriggerId(), printConversionInfo::aux, DQMStore::IBooker::book1D(), customize(), Logger::debug(), runTauDisplay::eid, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::mapper::HashMapper::getHashTypeName(), hcaldqm::mapper::HashMapper::getName(), cond::hash, hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), hcaldqm::mapper::HashMapper::isTHash(), hcaldqm::quantity::Quantity::max(), hcaldqm::quantity::Quantity::min(), hcaldqm::quantity::Quantity::nbins(), and DQMStore::IBooker::setCurrentFolder().
Referenced by DigiComparisonTask::bookHistograms(), PedestalTask::bookHistograms(), QIE10Task::bookHistograms(), QIE11Task::bookHistograms(), TPTask::bookHistograms(), LEDTask::bookHistograms(), LaserTask::bookHistograms(), RecHitTask::bookHistograms(), DigiPhase1Task::bookHistograms(), DigiTask::bookHistograms(), hcaldqm::RecoRunSummary::endJob(), and setBinContent().
|
virtual |
Reimplemented in hcaldqm::Container2D, hcaldqm::ContainerProf2D, and hcaldqm::ContainerProf1D.
Definition at line 1048 of file Container1D.cc.
References hcaldqm::Container::_folder, _hashmap, hcaldqm::Container::_logger, _mes, hcaldqm::Container::_qname, _qx, HcalElectronicsMap::allElectronicsIdPrecision(), HcalElectronicsMap::allPrecisionId(), HcalElectronicsMap::allTriggerId(), printConversionInfo::aux, DQMStore::IBooker::book1D(), customize(), Logger::debug(), runTauDisplay::eid, hcaldqm::filter::HashFilter::filter(), hcaldqm::mapper::HashMapper::getHash(), hcaldqm::mapper::HashMapper::getHashTypeName(), hcaldqm::mapper::HashMapper::getName(), cond::hash, hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), hcaldqm::mapper::HashMapper::isTHash(), hcaldqm::quantity::Quantity::max(), hcaldqm::quantity::Quantity::min(), hcaldqm::quantity::Quantity::nbins(), and DQMStore::IBooker::setCurrentFolder().
|
virtual |
Reimplemented in hcaldqm::Container2D, hcaldqm::ContainerProf2D, and hcaldqm::ContainerProf1D.
Definition at line 1143 of file Container1D.cc.
References hcaldqm::Container::_folder, _hashmap, hcaldqm::Container::_logger, _mes, hcaldqm::Container::_qname, _qx, HcalElectronicsMap::allElectronicsIdPrecision(), HcalElectronicsMap::allPrecisionId(), HcalElectronicsMap::allTriggerId(), printConversionInfo::aux, DQMStore::book1D(), customize(), Logger::debug(), runTauDisplay::eid, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::mapper::HashMapper::getHashTypeName(), hcaldqm::mapper::HashMapper::getName(), cond::hash, hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), hcaldqm::mapper::HashMapper::isTHash(), hcaldqm::quantity::Quantity::max(), hcaldqm::quantity::Quantity::min(), hcaldqm::quantity::Quantity::nbins(), and DQMStore::setCurrentFolder().
|
virtual |
Reimplemented in hcaldqm::Container2D, hcaldqm::ContainerProf2D, and hcaldqm::ContainerProf1D.
Definition at line 1231 of file Container1D.cc.
References hcaldqm::Container::_folder, _hashmap, hcaldqm::Container::_logger, _mes, hcaldqm::Container::_qname, _qx, HcalElectronicsMap::allElectronicsIdPrecision(), HcalElectronicsMap::allPrecisionId(), HcalElectronicsMap::allTriggerId(), printConversionInfo::aux, DQMStore::book1D(), customize(), Logger::debug(), runTauDisplay::eid, hcaldqm::filter::HashFilter::filter(), hcaldqm::mapper::HashMapper::getHash(), hcaldqm::mapper::HashMapper::getHashTypeName(), hcaldqm::mapper::HashMapper::getName(), cond::hash, hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), hcaldqm::mapper::HashMapper::isTHash(), hcaldqm::quantity::Quantity::max(), hcaldqm::quantity::Quantity::min(), hcaldqm::quantity::Quantity::nbins(), and DQMStore::setCurrentFolder().
|
protectedvirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 1325 of file Container1D.cc.
References _qx, _qy, hcaldqm::quantity::Quantity::getLabels(), MonitorElement::getTH1(), h, mps_fire::i, hcaldqm::quantity::Quantity::name(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), and hcaldqm::quantity::Quantity::setBits().
Referenced by hcaldqm::ContainerProf1D::book(), book(), and setBinContent().
|
virtual |
Definition at line 1343 of file Container1D.cc.
References _mes, _qx, hcaldqm::quantity::Quantity::nbins(), pileupCalc::nbins, and hcaldqm::quantity::Quantity::setMax().
Referenced by setBinContent().
|
virtual |
Definition at line 83 of file Container1D.cc.
References _hashmap, hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), and hcaldqm::mapper::HashMapper::isTHash().
Referenced by PedestalTask::_dump(), LEDTask::_dump(), LaserTask::_dump(), DigiComparisonTask::_process(), QIE10Task::_process(), QIE11Task::_process(), TPTask::_process(), RawTask::_process(), PedestalTask::_process(), RecHitTask::_process(), LEDTask::_process(), DigiPhase1Task::_process(), DigiTask::_process(), LaserTask::_process(), hcaldqm::ContainerXXX< STDTYPE >::dump(), fill(), and setBinContent().
|
virtual |
Definition at line 93 of file Container1D.cc.
References _hashmap, fill(), hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), and hcaldqm::mapper::HashMapper::isTHash().
|
virtual |
Definition at line 103 of file Container1D.cc.
References _hashmap, fill(), hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), and hcaldqm::mapper::HashMapper::isTHash().
|
virtual |
Definition at line 113 of file Container1D.cc.
References _hashmap, fill(), hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), and hcaldqm::mapper::HashMapper::isTHash().
|
virtual |
Definition at line 123 of file Container1D.cc.
References _hashmap, fill(), hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), and hcaldqm::mapper::HashMapper::isTHash().
|
virtual |
Definition at line 133 of file Container1D.cc.
References _hashmap, fill(), hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), and hcaldqm::mapper::HashMapper::isTHash().
|
virtual |
Reimplemented in hcaldqm::ContainerProf2D, and hcaldqm::Container2D.
Definition at line 144 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::getValue().
|
virtual |
Reimplemented in hcaldqm::ContainerProf2D, and hcaldqm::Container2D.
Definition at line 148 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::ContainerProf2D, and hcaldqm::Container2D.
Definition at line 157 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::ContainerProf2D, and hcaldqm::Container2D.
Definition at line 166 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::ContainerProf2D, and hcaldqm::Container2D.
Definition at line 176 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::ContainerProf2D, and hcaldqm::Container2D.
Definition at line 186 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D, and hcaldqm::ContainerProf2D.
Definition at line 292 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::getValue().
|
virtual |
Reimplemented in hcaldqm::Container2D, and hcaldqm::ContainerProf2D.
Definition at line 296 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D, and hcaldqm::ContainerProf2D.
Definition at line 305 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D, and hcaldqm::ContainerProf2D.
Definition at line 314 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D, and hcaldqm::ContainerProf2D.
Definition at line 325 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D, and hcaldqm::ContainerProf2D.
Definition at line 336 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D, and hcaldqm::ContainerProf2D.
Definition at line 444 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::getValue().
|
virtual |
Reimplemented in hcaldqm::Container2D, and hcaldqm::ContainerProf2D.
Definition at line 448 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D, and hcaldqm::ContainerProf2D.
Definition at line 457 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D, and hcaldqm::ContainerProf2D.
Definition at line 467 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D, and hcaldqm::ContainerProf2D.
Definition at line 478 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D, and hcaldqm::ContainerProf2D.
Definition at line 489 of file Container1D.cc.
References _hashmap, _mes, _qx, _qy, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::mapper::HashMapper::getHash(), hcaldqm::quantity::Quantity::getValue(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 215 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
Referenced by getBinContent(), getBinEntries(), and hcaldqm::ContainerXXX< STDTYPE >::load().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 221 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 227 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 90 of file Container1D.h.
References getBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 92 of file Container1D.h.
References getBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 94 of file Container1D.h.
References getBinContent(), getMean(), getRMS(), and setBinContent().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 365 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 371 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 377 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 153 of file Container1D.h.
References getBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 156 of file Container1D.h.
References getBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 159 of file Container1D.h.
References getBinContent(), getMean(), getRMS(), and setBinContent().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 519 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 525 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 531 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 220 of file Container1D.h.
References getBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 223 of file Container1D.h.
References getBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 226 of file Container1D.h.
References getBinContent(), getMean(), getRMS(), and setBinContent().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 198 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
Referenced by getBinEntries(), and setBinContent().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 203 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 209 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 80 of file Container1D.h.
References getBinEntries().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 82 of file Container1D.h.
References getBinEntries().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 84 of file Container1D.h.
References getBinContent(), and getBinEntries().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 348 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 353 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 359 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 140 of file Container1D.h.
References getBinEntries().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 143 of file Container1D.h.
References getBinEntries().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 146 of file Container1D.h.
References getBinContent(), and getBinEntries().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 501 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 507 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 513 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 207 of file Container1D.h.
References getBinEntries().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 210 of file Container1D.h.
References getBinEntries().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 213 of file Container1D.h.
References getBinContent(), and getBinEntries().
|
virtual |
Definition at line 233 of file Container1D.cc.
References _hashmap, _mes, and hcaldqm::mapper::HashMapper::getHash().
Referenced by hcaldqm::RecoRunSummary::endJob(), hcaldqm::DigiRunSummary::endLuminosityBlock(), and getBinContent().
|
virtual |
Definition at line 383 of file Container1D.cc.
References _hashmap, _mes, and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Definition at line 537 of file Container1D.cc.
References _hashmap, _mes, and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Definition at line 238 of file Container1D.cc.
References _hashmap, _mes, and hcaldqm::mapper::HashMapper::getHash().
Referenced by hcaldqm::DigiRunSummary::endLuminosityBlock(), and getBinContent().
|
virtual |
Definition at line 389 of file Container1D.cc.
References _hashmap, _mes, and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Definition at line 543 of file Container1D.cc.
References _hashmap, _mes, and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::ContainerProf1D.
Definition at line 41 of file Container1D.cc.
References _hashmap, _qx, _qy, debug, hcaldqm::quantity::fXAxis, hcaldqm::quantity::fYAxis, hcaldqm::mapper::HashMapper::initialize(), hcaldqm::Container::initialize(), hcaldqm::quantity::Quantity::name(), and hcaldqm::quantity::Quantity::setAxisType().
Referenced by DigiComparisonTask::bookHistograms(), PedestalTask::bookHistograms(), QIE10Task::bookHistograms(), QIE11Task::bookHistograms(), TPTask::bookHistograms(), LEDTask::bookHistograms(), LaserTask::bookHistograms(), RecHitTask::bookHistograms(), DigiTask::bookHistograms(), DigiPhase1Task::bookHistograms(), hcaldqm::RecoRunSummary::endJob(), hcaldqm::ContainerProf1D::initialize(), and hcaldqm::Container2D::initialize().
|
virtual |
Reimplemented in hcaldqm::ContainerProf1D.
Definition at line 53 of file Container1D.cc.
References _hashmap, _qx, _qy, hcaldqm::quantity::fXAxis, hcaldqm::quantity::fYAxis, hcaldqm::mapper::HashMapper::initialize(), hcaldqm::Container::initialize(), and hcaldqm::quantity::Quantity::setAxisType().
|
virtual |
Definition at line 597 of file Container1D.cc.
References hcaldqm::Container::_folder, _hashmap, hcaldqm::Container::_logger, _mes, hcaldqm::Container::_qname, HcalElectronicsMap::allElectronicsIdPrecision(), HcalElectronicsMap::allPrecisionId(), HcalElectronicsMap::allTriggerId(), printConversionInfo::aux, Logger::debug(), runTauDisplay::eid, DQMStore::get(), hcaldqm::mapper::HashMapper::getHash(), hcaldqm::mapper::HashMapper::getHashTypeName(), hcaldqm::mapper::HashMapper::getName(), cond::hash, hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), hcaldqm::mapper::HashMapper::isTHash(), DQMStore::KeepRunDirs, callgraph::path, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by hcaldqm::RecoRunSummary::endJob(), hcaldqm::DigiRunSummary::endJob(), hcaldqm::RawRunSummary::endLuminosityBlock(), hcaldqm::DigiRunSummary::endLuminosityBlock(), and setBinContent().
|
virtual |
Definition at line 679 of file Container1D.cc.
References hcaldqm::Container::_folder, _hashmap, hcaldqm::Container::_logger, _mes, hcaldqm::Container::_qname, HcalElectronicsMap::allElectronicsIdPrecision(), HcalElectronicsMap::allPrecisionId(), HcalElectronicsMap::allTriggerId(), printConversionInfo::aux, Logger::debug(), runTauDisplay::eid, hcaldqm::filter::HashFilter::filter(), DQMStore::get(), hcaldqm::mapper::HashMapper::getHash(), hcaldqm::mapper::HashMapper::getHashTypeName(), hcaldqm::mapper::HashMapper::getName(), cond::hash, hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), hcaldqm::mapper::HashMapper::isTHash(), DQMStore::KeepRunDirs, callgraph::path, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 778 of file Container1D.cc.
References hcaldqm::Container::_folder, _hashmap, hcaldqm::Container::_logger, _mes, hcaldqm::Container::_qname, HcalElectronicsMap::allElectronicsIdPrecision(), HcalElectronicsMap::allPrecisionId(), HcalElectronicsMap::allTriggerId(), printConversionInfo::aux, Logger::debug(), runTauDisplay::eid, DQMStore::IGetter::get(), hcaldqm::mapper::HashMapper::getHash(), hcaldqm::mapper::HashMapper::getHashTypeName(), hcaldqm::mapper::HashMapper::getName(), cond::hash, hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), hcaldqm::mapper::HashMapper::isTHash(), callgraph::path, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 863 of file Container1D.cc.
References hcaldqm::Container::_folder, _hashmap, hcaldqm::Container::_logger, _mes, hcaldqm::Container::_qname, HcalElectronicsMap::allElectronicsIdPrecision(), HcalElectronicsMap::allPrecisionId(), HcalElectronicsMap::allTriggerId(), printConversionInfo::aux, Logger::debug(), runTauDisplay::eid, hcaldqm::filter::HashFilter::filter(), DQMStore::IGetter::get(), hcaldqm::mapper::HashMapper::getHash(), hcaldqm::mapper::HashMapper::getHashTypeName(), hcaldqm::mapper::HashMapper::getName(), cond::hash, hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), hcaldqm::mapper::HashMapper::isTHash(), callgraph::path, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 74 of file Container1D.cc.
References _hashmap, _mes, gather_cfg::cout, TauDecayModes::dec, and hcaldqm::mapper::HashMapper::getHashTypeName().
Referenced by setBinContent().
|
virtual |
Definition at line 66 of file Container1D.cc.
References _mes.
Referenced by PedestalTask::_dump(), LEDTask::_dump(), LaserTask::_dump(), PedestalTask::_resetMonitors(), DigiTask::_resetMonitors(), and setBinContent().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 244 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
Referenced by getBinContent(), and setBinContent().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 249 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 254 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::quantity::Quantity::getBin(), hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 263 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::quantity::Quantity::getBin(), hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 281 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::quantity::Quantity::getBin(), hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 272 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::quantity::Quantity::getBin(), hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::type().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 105 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 107 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 110 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 113 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 116 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 119 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 122 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 125 of file Container1D.h.
References fill(), getBinEntries(), and setBinContent().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 396 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 401 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 406 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::quantity::Quantity::getBin(), hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 415 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::quantity::Quantity::getBin(), hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 433 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::quantity::Quantity::getBin(), hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 424 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::quantity::Quantity::getBin(), hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::type().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 171 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 174 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 177 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 180 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 183 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 186 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 189 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 192 of file Container1D.h.
References fill(), getBinEntries(), and setBinContent().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 550 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 555 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::Quantity::getBin(), and hcaldqm::mapper::HashMapper::getHash().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 560 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::quantity::Quantity::getBin(), hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 569 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::quantity::Quantity::getBin(), hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 587 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::quantity::Quantity::getBin(), hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::type().
|
virtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 578 of file Container1D.cc.
References _hashmap, _mes, _qx, hcaldqm::quantity::fFlagQuantity, hcaldqm::quantity::fValueQuantity, hcaldqm::quantity::Quantity::getBin(), hcaldqm::mapper::HashMapper::getHash(), and hcaldqm::quantity::Quantity::type().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 239 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 242 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 245 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 248 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 251 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 254 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 257 of file Container1D.h.
References setBinContent().
|
inlinevirtual |
Reimplemented in hcaldqm::Container2D.
Definition at line 260 of file Container1D.h.
References printConversionInfo::aux, book(), customize(), extendAxisRange(), load(), ALCARECOPromptCalibProdSiPixelAli0T_cff::mode, print(), reset(), setBinContent(), setLumiFlag(), showOverflowX(), showOverflowY(), AlCaHLTBitMon_QueryRunRegistry::string, and DQMStore::StripRunDirs.
|
virtual |
Definition at line 1361 of file Container1D.cc.
References _mes.
Referenced by RawTask::bookHistograms(), DigiPhase1Task::bookHistograms(), DigiTask::bookHistograms(), and setBinContent().
|
virtual |
Definition at line 1369 of file Container1D.cc.
References _qx, and hcaldqm::quantity::Quantity::showOverflow().
Referenced by LaserTask::bookHistograms(), and setBinContent().
|
virtual |
Definition at line 1373 of file Container1D.cc.
References _qy, and hcaldqm::quantity::Quantity::showOverflow().
Referenced by LaserTask::bookHistograms(), and setBinContent().
|
protected |
Definition at line 331 of file Container1D.h.
Referenced by hcaldqm::ContainerProf1D::book(), hcaldqm::ContainerProf2D::book(), hcaldqm::Container2D::book(), book(), hcaldqm::Container2D::fill(), hcaldqm::ContainerProf2D::fill(), fill(), hcaldqm::Container2D::getBinContent(), getBinContent(), hcaldqm::Container2D::getBinEntries(), getBinEntries(), getMean(), getRMS(), initialize(), load(), print(), hcaldqm::Container2D::setBinContent(), and setBinContent().
|
protected |
Definition at line 330 of file Container1D.h.
Referenced by hcaldqm::ContainerProf1D::book(), hcaldqm::ContainerProf2D::book(), hcaldqm::Container2D::book(), book(), extendAxisRange(), hcaldqm::Container2D::fill(), hcaldqm::ContainerProf2D::fill(), fill(), hcaldqm::Container2D::getBinContent(), getBinContent(), hcaldqm::Container2D::getBinEntries(), getBinEntries(), getMean(), getRMS(), load(), print(), reset(), hcaldqm::Container2D::setBinContent(), setBinContent(), and setLumiFlag().
|
protected |
Definition at line 332 of file Container1D.h.
Referenced by hcaldqm::ContainerProf1D::book(), hcaldqm::ContainerProf2D::book(), hcaldqm::Container2D::book(), book(), Container1D(), hcaldqm::Container2D::Container2D(), hcaldqm::ContainerProf1D::ContainerProf1D(), hcaldqm::ContainerProf2D::ContainerProf2D(), hcaldqm::Container2D::customize(), customize(), extendAxisRange(), hcaldqm::Container2D::fill(), hcaldqm::ContainerProf2D::fill(), fill(), hcaldqm::Container2D::getBinContent(), getBinContent(), hcaldqm::Container2D::getBinEntries(), getBinEntries(), hcaldqm::ContainerProf1D::initialize(), hcaldqm::ContainerProf2D::initialize(), hcaldqm::Container2D::initialize(), initialize(), hcaldqm::Container2D::setBinContent(), setBinContent(), showOverflowX(), and ~Container1D().
|
protected |
Definition at line 333 of file Container1D.h.
Referenced by hcaldqm::ContainerProf1D::book(), hcaldqm::ContainerProf2D::book(), hcaldqm::Container2D::book(), Container1D(), hcaldqm::Container2D::Container2D(), hcaldqm::ContainerProf1D::ContainerProf1D(), hcaldqm::ContainerProf2D::ContainerProf2D(), hcaldqm::Container2D::customize(), customize(), hcaldqm::Container2D::fill(), hcaldqm::ContainerProf2D::fill(), fill(), hcaldqm::Container2D::getBinContent(), hcaldqm::Container2D::getBinEntries(), hcaldqm::ContainerProf2D::initialize(), hcaldqm::ContainerProf1D::initialize(), hcaldqm::Container2D::initialize(), initialize(), hcaldqm::Container2D::setBinContent(), showOverflowY(), and ~Container1D().