#include <RawDataClient.h>
Private Member Functions | |
void | setParams (edm::ParameterSet const &) override |
Private Attributes | |
float | synchErrThresholdFactor_ |
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 8 of file RawDataClient.h.
ecaldqm::RawDataClient::RawDataClient | ( | ) |
Definition at line 14 of file RawDataClient.cc.
References ecaldqm::DQWorkerClient::qualitySummaries_.
|
inline |
|
overridevirtual |
Implements ecaldqm::DQWorkerClient.
Definition at line 28 of file RawDataClient.cc.
References ecaldqm::dccId(), DEFINE_ECALDQM_WORKER, ecaldqm::Enabled, ecaldqm::FIFOFull, ecaldqm::FIFOFullL1ADesync, ecaldqm::ForcedZS, triggerObjects_cff::id, ecaldqm::DQWorkerClient::kBad, ecaldqm::DQWorkerClient::kGood, ecaldqm::DQWorkerClient::kMBad, ecaldqm::DQWorkerClient::kMGood, ecaldqm::DQWorkerClient::kMUnknown, ecaldqm::DQWorkerClient::kUnknown, cmsBatch::log, RecoTauDiscriminantConfiguration::mask, ecaldqm::DQWorker::MEs_, ecaldqm::nDCC, ecaldqm::nFEFlags, ecaldqm::DQWorkerClient::sources_, EcalDQMStatusHelper::STATUS_FLAG_ERROR, ecaldqm::DQWorkerClient::statusManager_, ecaldqm::Suppressed, synchErrThresholdFactor_, and ecaldqm::MESet::iterator::toNextChannel().
Referenced by ~RawDataClient().
|
overrideprivatevirtual |
Reimplemented from ecaldqm::DQWorker.
Definition at line 22 of file RawDataClient.cc.
References edm::ParameterSet::getUntrackedParameter(), and synchErrThresholdFactor_.
Referenced by ~RawDataClient().
|
private |
Definition at line 18 of file RawDataClient.h.
Referenced by producePlots(), and setParams().