#include <DQClient.h>
Classes | |
struct | LSSummary |
Public Types | |
typedef dqm::legacy::DQMStore | DQMStore |
typedef dqm::legacy::MonitorElement | MonitorElement |
Public Member Functions | |
virtual void | beginLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &lb, edm::EventSetup const &) |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) |
DQClient (std::string const &, std::string const &, edm::ParameterSet const &) | |
virtual std::vector< flag::Flag > | endJob (DQMStore::IBooker &, DQMStore::IGetter &) |
virtual void | endLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) |
~DQClient () override | |
Public Member Functions inherited from hcaldqm::DQModule | |
DQModule (edm::ParameterSet const &) | |
virtual | ~DQModule () noexcept(false) |
Protected Attributes | |
const HcalElectronicsMap * | _emap |
int | _maxProcessedLS |
std::string | _taskname |
int | _totalLS |
std::vector< uint32_t > | _vcdaqEids |
std::vector< int > | _vCrates |
std::vector< int > | _vFEDs |
std::vector< uint32_t > | _vhashCrates |
std::vector< uint32_t > | _vhashFEDs |
ContainerXXX< uint32_t > | _xQuality |
Protected Attributes inherited from hcaldqm::DQModule | |
int | _currentLS |
int | _debug |
int | _evsPerLS |
int | _evsTotal |
Logger | _logger |
int | _maxLS |
ModuleType | _mtype |
std::string | _name |
ProcessingType | _ptype |
std::string | _runkeyName |
int | _runkeyVal |
std::string | _subsystem |
Definition at line 23 of file DQClient.h.
Definition at line 26 of file DQClient.h.
Definition at line 25 of file DQClient.h.
hcaldqm::DQClient::DQClient | ( | std::string const & | name, |
std::string const & | taskname, | ||
edm::ParameterSet const & | ps | ||
) |
Definition at line 5 of file DQClient.cc.
References hcaldqm::DQModule::_name, and Skims_PA_cff::name.
|
inlineoverride |
Definition at line 29 of file DQClient.h.
|
virtual |
Definition at line 75 of file DQClient.cc.
References _xQuality, HcalGenericDetId::genericSubdet(), edm::EventSetup::get(), get, HcalCondObjectContainer< Item >::getAllChannels(), reco::JetExtendedAssociation::getValue(), HcalCondObjectContainer< Item >::getValues(), HcalGenericDetId::HcalGenUnknown, HcalGenericDetId::isHcalDetId(), edm::ESHandle< T >::product(), hcaldqm::ContainerXXX< STDTYPE >::push(), and hcaldqm::ContainerXXX< STDTYPE >::reset().
|
virtual |
Reimplemented in hcaldqm::DigiRunSummary, hcaldqm::PedestalRunSummary, hcaldqm::RawRunSummary, hcaldqm::RecoRunSummary, and hcaldqm::TPRunSummary.
Definition at line 13 of file DQClient.cc.
References _emap, hcaldqm::DQModule::_ptype, _vcdaqEids, _vCrates, _vFEDs, _vhashCrates, _vhashFEDs, _xQuality, hcaldqm::hashfunctions::fDChannel, hcaldqm::utilities::fed2crate(), hcaldqm::constants::FED_uTCA_MIN, hcaldqm::constants::FED_VME_MAX, hcaldqm::constants::FED_VME_MIN, hcaldqm::constants::FIBER_uTCA_MIN1, hcaldqm::constants::FIBER_VME_MIN, hcaldqm::constants::FIBERCH_MIN, hcaldqm::fOffline, edm::EventSetup::get(), get, hcaldqm::utilities::getCrateHashMap(), hcaldqm::utilities::getCrateList(), hcaldqm::utilities::getFEDList(), HcalDbService::getHcalMapping(), hcaldqm::ContainerXXX< STDTYPE >::initialize(), RunInfo::m_fed_in, FEDNumbering::MAXHCALuTCAFEDID, HcalElectronicsId::rawId(), hcaldqm::constants::SLOT_uTCA_MIN, hcaldqm::constants::SPIGOT_MIN, and edm::EventSetup::tryToGet().
Referenced by hcaldqm::PedestalRunSummary::beginRun(), hcaldqm::TPRunSummary::beginRun(), hcaldqm::RecoRunSummary::beginRun(), hcaldqm::RawRunSummary::beginRun(), and hcaldqm::DigiRunSummary::beginRun().
|
virtual |
Reimplemented in hcaldqm::DigiRunSummary, hcaldqm::PedestalRunSummary, hcaldqm::RawRunSummary, hcaldqm::RecoRunSummary, and hcaldqm::TPRunSummary.
Definition at line 108 of file DQClient.cc.
|
virtual |
Reimplemented in hcaldqm::DigiRunSummary, hcaldqm::PedestalRunSummary, hcaldqm::RawRunSummary, hcaldqm::RecoRunSummary, and hcaldqm::TPRunSummary.
Definition at line 98 of file DQClient.cc.
References hcaldqm::DQModule::_currentLS, _maxProcessedLS, _totalLS, and edm::LuminosityBlockBase::luminosityBlock().
Referenced by hcaldqm::PedestalRunSummary::endLuminosityBlock(), hcaldqm::TPRunSummary::endLuminosityBlock(), hcaldqm::RecoRunSummary::endLuminosityBlock(), hcaldqm::RawRunSummary::endLuminosityBlock(), and hcaldqm::DigiRunSummary::endLuminosityBlock().
|
protected |
Definition at line 56 of file DQClient.h.
Referenced by hcaldqm::RawRunSummary::beginRun(), hcaldqm::DigiRunSummary::beginRun(), beginRun(), hcaldqm::RecoRunSummary::endJob(), hcaldqm::TPRunSummary::endJob(), hcaldqm::RawRunSummary::endJob(), hcaldqm::DigiRunSummary::endJob(), hcaldqm::RawRunSummary::endLuminosityBlock(), and hcaldqm::DigiRunSummary::endLuminosityBlock().
|
protected |
Definition at line 53 of file DQClient.h.
Referenced by hcaldqm::RawRunSummary::endJob(), hcaldqm::DigiRunSummary::endJob(), and endLuminosityBlock().
|
protected |
Definition at line 49 of file DQClient.h.
Referenced by hcaldqm::RecoRunSummary::endJob(), hcaldqm::TPRunSummary::endJob(), hcaldqm::DigiRunSummary::endJob(), hcaldqm::RawRunSummary::endLuminosityBlock(), and hcaldqm::DigiRunSummary::endLuminosityBlock().
|
protected |
Definition at line 52 of file DQClient.h.
Referenced by endLuminosityBlock().
|
protected |
Definition at line 70 of file DQClient.h.
Referenced by beginRun(), and hcaldqm::RawRunSummary::endLuminosityBlock().
|
protected |
Definition at line 59 of file DQClient.h.
Referenced by beginRun().
|
protected |
Definition at line 63 of file DQClient.h.
Referenced by beginRun(), and hcaldqm::RawRunSummary::endJob().
|
protected |
Definition at line 60 of file DQClient.h.
Referenced by beginRun(), hcaldqm::TPRunSummary::endJob(), hcaldqm::RecoRunSummary::endJob(), hcaldqm::DigiRunSummary::endJob(), and hcaldqm::DigiRunSummary::endLuminosityBlock().
|
protected |
Definition at line 64 of file DQClient.h.
Referenced by beginRun(), hcaldqm::RawRunSummary::endJob(), and hcaldqm::RawRunSummary::endLuminosityBlock().
|
protected |
Definition at line 67 of file DQClient.h.
Referenced by beginLuminosityBlock(), and beginRun().