#include <CalibrationTask.h>
Public Member Functions | |
CalibrationTask (DQMStore *, const FedChannelConnection &, const sistrip::RunType &, const char *filename, uint32_t run, const SiStripPedestals &pedestals) | |
void | setCurrentFolder (const std::string &) |
~CalibrationTask () override | |
Public Member Functions inherited from CommissioningTask | |
void | bookHistograms () |
CommissioningTask (DQMStore *, const FedChannelConnection &, const std::string &my_name) | |
void | eventSetup (const edm::EventSetup *) |
const uint32_t & | fillCntr () const |
void | fillHistograms (const SiStripEventSummary &, const edm::DetSet< SiStripRawDigi > &) |
void | fillHistograms (const SiStripEventSummary &, const edm::DetSet< SiStripRawDigi > &, const edm::DetSet< SiStripRawDigi > &) |
void | fillHistograms (const SiStripEventSummary &, const edm::DetSet< SiStripRawDigi > &, const edm::DetSet< SiStripRawDigi > &, const std::vector< uint16_t > &) |
void | fillHistograms (const SiStripEventSummary &, const uint16_t &fed_id, const std::map< uint16_t, float > &fed_ch) |
const std::string & | myName () const |
const uint32_t & | updateFreq () const |
void | updateFreq (const uint32_t &) |
void | updateHistograms () |
virtual | ~CommissioningTask () |
Private Member Functions | |
void | book () override |
void | fill (const SiStripEventSummary &, const edm::DetSet< SiStripRawDigi > &) override |
void | update () override |
Private Attributes | |
std::map< std::string, std::vector< HistoSet > > | calib1_ |
std::map< std::string, std::vector< HistoSet > > | calib2_ |
std::string | directory_ |
std::string | extrainfo_ |
uint16_t | lastCalChan_ |
uint16_t | lastCalSel_ |
uint16_t | lastLatency_ |
uint16_t | nBins_ |
std::vector< uint16_t > | ped |
uint32_t | run_ |
sistrip::RunType | runType_ |
Additional Inherited Members | |
Public Types inherited from CommissioningTask | |
typedef dqm::legacy::DQMStore | DQMStore |
typedef dqm::legacy::MonitorElement | MonitorElement |
Protected Member Functions inherited from CommissioningTask | |
const FedChannelConnection & | connection () const |
DQMStore *const | dqm () const |
const edm::EventSetup *const | eventSetup () const |
const uint32_t & | fecKey () const |
const uint32_t & | fedKey () const |
void | updateHistoSet (HistoSet &, const uint32_t &bin, const float &value) |
void | updateHistoSet (CompactHistoSet &, const uint32_t &bin, const short &value) |
void | updateHistoSet (HistoSet &, const uint32_t &bin) |
void | updateHistoSet (CompactHistoSet &, const uint32_t &bin) |
void | updateHistoSet (HistoSet &, const float &value) |
void | updateHistoSet (CompactHistoSet &) |
void | updateHistoSet (HistoSet &) |
Definition at line 12 of file CalibrationTask.h.
CalibrationTask::CalibrationTask | ( | DQMStore * | dqm, |
const FedChannelConnection & | conn, | ||
const sistrip::RunType & | rtype, | ||
const char * | filename, | ||
uint32_t | run, | ||
const SiStripPedestals & | pedestals | ||
) |
Definition at line 16 of file CalibrationTask.cc.
References sistrip::CALIBRATION, sistrip::CALIBRATION_DECO, getInfo::conn, SiStripPedestals::getPed(), SiStripPedestals::getRange(), createfilelist::int, LogDebug, nBins_, ped, runType_, and nano_mu_digi_cff::strip.
|
override |
|
overrideprivatevirtual |
Reimplemented from CommissioningTask.
Definition at line 61 of file CalibrationTask.cc.
References sistrip::APV, calib1_, calib2_, sistrip::CALIBRATION, sistrip::CALIBRATION_DECO, CommissioningTask::connection(), directory_, CommissioningTask::dqm(), sistrip::EXPERT_HISTO, extrainfo_, sistrip::FED_KEY, CommissioningTask::fedKey(), mps_fire::i, LogDebug, nBins_, nano_postproc::postfix, runType_, dqm::implementation::DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, SiStripHistoTitle::title(), runGCPTkAlMap::title, and to_string().
Referenced by fill().
|
overrideprivatevirtual |
Reimplemented from CommissioningTask.
Definition at line 116 of file CalibrationTask.cc.
References newFWLiteAna::bin, book(), calib1_, calib2_, sistrip::CALIBRATION, sistrip::CALIBRATION_DECO, edm::DetSet< T >::data, extrainfo_, dqmdumpme::k, lastCalChan_, lastCalSel_, lastLatency_, LogDebug, ped, runType_, edmLumisInFiles::summary, to_string(), update(), and CommissioningTask::updateHistoSet().
void CalibrationTask::setCurrentFolder | ( | const std::string & | dir | ) |
Definition at line 171 of file CalibrationTask.cc.
References DeadROC_duringRun::dir, and directory_.
|
overrideprivatevirtual |
Reimplemented from CommissioningTask.
Definition at line 157 of file CalibrationTask.cc.
References calib1_, calib2_, LogDebug, and CommissioningTask::updateHistoSet().
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), fill(), dqm-mbProfile.Profile::finish(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 29 of file CalibrationTask.h.
|
private |
Definition at line 30 of file CalibrationTask.h.
|
private |
Definition at line 35 of file CalibrationTask.h.
Referenced by book(), and setCurrentFolder().
|
private |
Definition at line 34 of file CalibrationTask.h.
|
private |
Definition at line 33 of file CalibrationTask.h.
Referenced by fill().
|
private |
Definition at line 33 of file CalibrationTask.h.
Referenced by fill().
|
private |
Definition at line 33 of file CalibrationTask.h.
Referenced by fill().
|
private |
Definition at line 32 of file CalibrationTask.h.
Referenced by book(), and CalibrationTask().
|
private |
Definition at line 36 of file CalibrationTask.h.
Referenced by CalibrationTask(), and fill().
|
private |
Definition at line 37 of file CalibrationTask.h.
|
private |
Definition at line 28 of file CalibrationTask.h.
Referenced by book(), CalibrationTask(), and fill().