ATLAS Offline Software
Static Public Attributes | Private Member Functions | List of all members
python.PerfMonFlags.doFastMonMT Class Reference
Inheritance diagram for python.PerfMonFlags.doFastMonMT:
Collaboration diagram for python.PerfMonFlags.doFastMonMT:

Static Public Attributes

bool statusOn = False
 
list allowedTypes = ['bool']
 
bool StoredValue = False
 

Private Member Functions

def _do_action (self)
 

Detailed Description

Flag to active fast MT-safe monitoring framework and service(s)
    It also activates the doMonitoringMT flag

Definition at line 43 of file PerfMonFlags.py.

Member Function Documentation

◆ _do_action()

def python.PerfMonFlags.doFastMonMT._do_action (   self)
private

Definition at line 50 of file PerfMonFlags.py.

50  def _do_action(self):
51  jobproperties.PerfMonFlags.doMonitoringMT = True
52  return
53 
54 #

Member Data Documentation

◆ allowedTypes

list python.PerfMonFlags.doFastMonMT.allowedTypes = ['bool']
static

Definition at line 48 of file PerfMonFlags.py.

◆ statusOn

bool python.PerfMonFlags.doFastMonMT.statusOn = False
static

Definition at line 47 of file PerfMonFlags.py.

◆ StoredValue

bool python.PerfMonFlags.doFastMonMT.StoredValue = False
static

Definition at line 49 of file PerfMonFlags.py.


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