ATLAS Offline Software
Static Public Attributes | List of all members
python.GlobalFlags.DataSource Class Reference
Inheritance diagram for python.GlobalFlags.DataSource:
Collaboration diagram for python.GlobalFlags.DataSource:

Static Public Attributes

bool statusOn = True
 
list allowedTypes = ['str']
 
list allowedValues = ['data','geant3','geant4']
 
string StoredValue = 'geant4'
 

Detailed Description

Where does the data comes from : real data, geant3 or geant4

Definition at line 78 of file GlobalFlags.py.

Member Data Documentation

◆ allowedTypes

list python.GlobalFlags.DataSource.allowedTypes = ['str']
static

Definition at line 82 of file GlobalFlags.py.

◆ allowedValues

list python.GlobalFlags.DataSource.allowedValues = ['data','geant3','geant4']
static

Definition at line 83 of file GlobalFlags.py.

◆ statusOn

bool python.GlobalFlags.DataSource.statusOn = True
static

Definition at line 81 of file GlobalFlags.py.

◆ StoredValue

string python.GlobalFlags.DataSource.StoredValue = 'geant4'
static

Definition at line 84 of file GlobalFlags.py.


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