#include <LatencyTask.h>
Public Member Functions | |
LatencyTask (DQMStore *, const FedChannelConnection &) | |
virtual | ~LatencyTask () |
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 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 | |
virtual void | book () |
virtual void | fill (const SiStripEventSummary &, const edm::DetSet< SiStripRawDigi > &) |
virtual void | update () |
Private Attributes | |
HistoSet | clusterPartition_ |
int | firstReading_ |
HistoSet | timingPartition_ |
Static Private Attributes | |
static HistoSet | cluster_ |
static HistoSet | timing_ |
Additional Inherited Members | |
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 11 of file LatencyTask.h.
LatencyTask::LatencyTask | ( | DQMStore * | dqm, |
const FedChannelConnection & | conn | ||
) |
Definition at line 19 of file LatencyTask.cc.
|
virtual |
Definition at line 28 of file LatencyTask.cc.
|
privatevirtual |
Reimplemented from CommissioningTask.
Definition at line 34 of file LatencyTask.cc.
|
privatevirtual |
Reimplemented from CommissioningTask.
Definition at line 129 of file LatencyTask.cc.
|
privatevirtual |
Reimplemented from CommissioningTask.
Definition at line 167 of file LatencyTask.cc.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
staticprivate |
Definition at line 26 of file LatencyTask.h.
|
private |
Definition at line 28 of file LatencyTask.h.
|
private |
Definition at line 29 of file LatencyTask.h.
|
staticprivate |
Definition at line 25 of file LatencyTask.h.
|
private |
Definition at line 27 of file LatencyTask.h.