#include <OptoScanTask.h>
Public Member Functions | |
OptoScanTask (DQMStore *dqm, const FedChannelConnection &conn) | |
virtual | ~OptoScanTask () |
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 &summary, const edm::DetSet< SiStripRawDigi > &digis) |
void | locateTicks (const edm::DetSet< SiStripRawDigi > &scope_mode_data, std::pair< float, float > &digital_range, std::vector< float > &baseline, float &baseline_rms) |
virtual void | update () |
Private Attributes | |
uint16_t | nBins_ |
std::vector< std::vector < HistoSet > > | opto_ |
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 10 of file OptoScanTask.h.
OptoScanTask::OptoScanTask | ( | DQMStore * | dqm, |
const FedChannelConnection & | conn | ||
) |
Definition at line 18 of file OptoScanTask.cc.
|
virtual |
Definition at line 27 of file OptoScanTask.cc.
|
privatevirtual |
Reimplemented from CommissioningTask.
Definition at line 33 of file OptoScanTask.cc.
|
privatevirtual |
Reimplemented from CommissioningTask.
Definition at line 82 of file OptoScanTask.cc.
|
private |
Definition at line 156 of file OptoScanTask.cc.
|
privatevirtual |
Reimplemented from CommissioningTask.
Definition at line 143 of file OptoScanTask.cc.
Referenced by Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom().
|
private |
Definition at line 29 of file OptoScanTask.h.
|
private |
Definition at line 28 of file OptoScanTask.h.