This class handle DQM plots configuration: additional histograms (Charge, SNR, Time), 3Samples flag, etc...
More...
#include <SVDDQMPlotsConfiguration.h>
|
| static std::string | name = std::string("SVDDQMPlotsConfiguration") |
| | name of the payload
|
| |
This class handle DQM plots configuration: additional histograms (Charge, SNR, Time), 3Samples flag, etc...
Definition at line 25 of file SVDDQMPlotsConfiguration.h.
◆ SVDDQMPlotsConfiguration()
Default constructor.
Definition at line 12 of file SVDDQMPlotsConfiguration.cc.
13 : TObject(), m_uniqueID(uniqueID)
14{
15 m_svdListOfSensors.clear();
16}
◆ addSensorToList()
| void addSensorToList |
( |
const std::string & | label | ) |
|
|
inline |
Add sensor to list.
- Parameters
-
| label | sensor to add (e.g.: "4.1.1" for L4_1_1) |
Definition at line 42 of file SVDDQMPlotsConfiguration.h.
42{ m_svdListOfSensors.push_back(label); }
◆ enablePlotsFor3SampleMonitoring()
| void enablePlotsFor3SampleMonitoring |
( |
| ) |
|
|
inline |
◆ enableSkipHLTRejectedEvents()
| void enableSkipHLTRejectedEvents |
( |
| ) |
|
|
inline |
◆ get_uniqueID()
| TString get_uniqueID |
( |
| ) |
const |
|
inline |
◆ getListOfSensors()
| const std::vector< std::string > & getListOfSensors |
( |
| ) |
const |
|
inline |
◆ isPlotsFor3SampleMonitoring()
| bool isPlotsFor3SampleMonitoring |
( |
| ) |
const |
|
inline |
◆ isSkipHLTRejectedEvents()
| bool isSkipHLTRejectedEvents |
( |
| ) |
const |
|
inline |
Returns HLT skipped event flag.
- Returns
- HLT skipped event flag
Definition at line 60 of file SVDDQMPlotsConfiguration.h.
60{ return m_skipHLTRejectedEvents; }
◆ m_3Samples
◆ m_skipHLTRejectedEvents
| bool m_skipHLTRejectedEvents = false |
|
private |
◆ m_svdListOfSensors
| std::vector<std::string> m_svdListOfSensors |
|
private |
◆ m_uniqueID
◆ name
| std::string name = std::string("SVDDQMPlotsConfiguration") |
|
static |
The documentation for this class was generated from the following files: