Belle II Software development
|
Static Public Attributes | |
str | all_events = "all_events" |
DQM modules which should run on dismissed and non_dismissed events. | |
str | before_filter = "before_filter" |
DQM modules which should run before the HLT filter. | |
str | filtered = "filtered" |
DQM modules which should only run on the filtered ones. | |
str | dont_care = "dont_care" |
If not in HLT, just all all DQM modules. | |
Split between DQM modules that need to run on all events and on the filtered ones
Definition at line 36 of file constants.py.
|
static |
DQM modules which should run on dismissed and non_dismissed events.
Definition at line 39 of file constants.py.
|
static |
DQM modules which should run before the HLT filter.
Definition at line 41 of file constants.py.
|
static |
If not in HLT, just all all DQM modules.
Definition at line 45 of file constants.py.
|
static |
DQM modules which should only run on the filtered ones.
Definition at line 43 of file constants.py.