![]() |
Belle II Software development
|
This class handle DQM plots configuration: additional histograms (Charge, SNR, Time), 3Samples flag, etc... More...
#include <SVDDQMPlotsConfiguration.h>
Public Member Functions | |
| SVDDQMPlotsConfiguration (const TString &uniqueID="") | |
| Default constructor. | |
| const std::vector< std::string > | getListOfSensors () const |
| Returns sensor list. | |
| void | addSensorToList (std::string label) |
| Add sensor to list. | |
| bool | isPlotsFor3SampleMonitoring () const |
| Returns 3samples flag. | |
| void | enablePlotsFor3SampleMonitoring () |
| Enables 3sample flag. | |
| bool | isSkipHLTRejectedEvents () const |
| Returns HLT skipped event flag. | |
| void | enableSkipHLTRejectedEvents () |
| Enables HLT skipped event flag. | |
| TString | get_uniqueID () const |
| Get the unique ID of the payload. | |
Static Public Attributes | |
| static std::string | name = std::string("SVDDQMPlotsConfiguration") |
| name of the payload | |
Private Member Functions | |
| ClassDef (SVDDQMPlotsConfiguration, 2) | |
| needed by root | |
Private Attributes | |
| TString | m_uniqueID |
| unique identifier of the SVD reconstruction configuration payload | |
| bool | m_3Samples = false |
| flag for 3 samples histograns | |
| bool | m_skipHLTRejectedEvents = false |
| if true skip events rejected by HLT | |
| std::vector< std::string > | m_svdListOfSensors |
| list of sensors | |
This class handle DQM plots configuration: additional histograms (Charge, SNR, Time), 3Samples flag, etc...
Definition at line 25 of file SVDDQMPlotsConfiguration.h.
| SVDDQMPlotsConfiguration | ( | const TString & | uniqueID = "" | ) |
Default constructor.
Definition at line 12 of file SVDDQMPlotsConfiguration.cc.
|
inline |
Add sensor to list.
| label | sensor to add (e.g.: "4.1.1" for L4_1_1) |
Definition at line 42 of file SVDDQMPlotsConfiguration.h.
|
inline |
Enables 3sample flag.
Definition at line 53 of file SVDDQMPlotsConfiguration.h.
|
inline |
Enables HLT skipped event flag.
Definition at line 65 of file SVDDQMPlotsConfiguration.h.
|
inline |
Get the unique ID of the payload.
Definition at line 70 of file SVDDQMPlotsConfiguration.h.
|
inline |
Returns sensor list.
Definition at line 36 of file SVDDQMPlotsConfiguration.h.
|
inline |
Returns 3samples flag.
Definition at line 48 of file SVDDQMPlotsConfiguration.h.
|
inline |
Returns HLT skipped event flag.
Definition at line 60 of file SVDDQMPlotsConfiguration.h.
|
private |
flag for 3 samples histograns
Definition at line 81 of file SVDDQMPlotsConfiguration.h.
|
private |
if true skip events rejected by HLT
Definition at line 84 of file SVDDQMPlotsConfiguration.h.
|
private |
list of sensors
Definition at line 87 of file SVDDQMPlotsConfiguration.h.
|
private |
unique identifier of the SVD reconstruction configuration payload
Definition at line 78 of file SVDDQMPlotsConfiguration.h.
|
static |
name of the payload
Definition at line 74 of file SVDDQMPlotsConfiguration.h.