Belle II Software development
DQMModes Class Reference
Inheritance diagram for DQMModes:

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.
 

Detailed Description

Split between DQM modules that need to run on all events and on the filtered ones

Definition at line 36 of file constants.py.

Member Data Documentation

◆ all_events

str all_events = "all_events"
static

DQM modules which should run on dismissed and non_dismissed events.

Definition at line 39 of file constants.py.

◆ before_filter

str before_filter = "before_filter"
static

DQM modules which should run before the HLT filter.

Definition at line 41 of file constants.py.

◆ dont_care

str dont_care = "dont_care"
static

If not in HLT, just all all DQM modules.

Definition at line 45 of file constants.py.

◆ filtered

str filtered = "filtered"
static

DQM modules which should only run on the filtered ones.

Definition at line 43 of file constants.py.


The documentation for this class was generated from the following file: