#include <PedestalRunSummary.h>
Public Member Functions | |
void | beginRun (edm::Run const &, edm::EventSetup const &) override |
std::vector< flag::Flag > | endJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
void | endLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override |
PedestalRunSummary (std::string const &, std::string const &, edm::ParameterSet const &) | |
~PedestalRunSummary () override | |
Public Member Functions inherited from hcaldqm::DQClient | |
DQClient (std::string const &, std::string const &, edm::ParameterSet const &) | |
~DQClient () override | |
Public Member Functions inherited from hcaldqm::DQModule | |
DQModule (edm::ParameterSet const &) | |
virtual | ~DQModule ()(false) |
Additional Inherited Members | |
Protected Attributes inherited from hcaldqm::DQClient | |
HcalElectronicsMap const * | _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 9 of file PedestalRunSummary.h.
hcaldqm::PedestalRunSummary::PedestalRunSummary | ( | std::string const & | name, |
std::string const & | taskname, | ||
edm::ParameterSet const & | ps | ||
) |
Definition at line 5 of file PedestalRunSummary.cc.
|
inlineoverride |
Definition at line 14 of file PedestalRunSummary.h.
References beginRun(), endJob(), and endLuminosityBlock().
|
overridevirtual |
Reimplemented from hcaldqm::DQClient.
Definition at line 10 of file PedestalRunSummary.cc.
References hcaldqm::DQClient::beginRun().
Referenced by ~PedestalRunSummary().
|
overridevirtual |
Reimplemented from hcaldqm::DQClient.
Definition at line 23 of file PedestalRunSummary.cc.
Referenced by ~PedestalRunSummary().
|
overridevirtual |
Reimplemented from hcaldqm::DQClient.
Definition at line 16 of file PedestalRunSummary.cc.
References hcaldqm::DQClient::endLuminosityBlock().
Referenced by ~PedestalRunSummary().