ATLAS Offline Software
Loading...
Searching...
No Matches
python.GlobalFlags.GlobalFlags.DetGeo Class Reference
Collaboration diagram for python.GlobalFlags.GlobalFlags.DetGeo:

Public Member Functions

 is_ctb (cls)

Static Public Attributes

 is_ctb = classmethod(is_ctb)

Static Protected Attributes

str _name = 'DetGeo'
bool _beenSet = False
bool _flag_atlas = False
bool _flag_ctbh6 = False
bool _flag_ctbh8 = False
bool _flag_commis = False

Private Attributes

 __name__

Detailed Description

Definition at line 192 of file GlobalFlags.py.

Member Function Documentation

◆ is_ctb()

python.GlobalFlags.GlobalFlags.DetGeo.is_ctb ( cls)

Definition at line 202 of file GlobalFlags.py.

202 def is_ctb (cls):
203 # stop if any flags have not been set yet
204 if not cls._beenSet:
205 raise RuntimeError('ERROR : GlobalFlags.%s has not been set!' % cls.__name__)
206 return cls._flag_ctbh6 | cls._flag_ctbh8

Member Data Documentation

◆ __name__

python.GlobalFlags.GlobalFlags.DetGeo.__name__
private

Definition at line 205 of file GlobalFlags.py.

◆ _beenSet

bool python.GlobalFlags.GlobalFlags.DetGeo._beenSet = False
staticprotected

Definition at line 194 of file GlobalFlags.py.

◆ _flag_atlas

bool python.GlobalFlags.GlobalFlags.DetGeo._flag_atlas = False
staticprotected

Definition at line 196 of file GlobalFlags.py.

◆ _flag_commis

bool python.GlobalFlags.GlobalFlags.DetGeo._flag_commis = False
staticprotected

Definition at line 199 of file GlobalFlags.py.

◆ _flag_ctbh6

bool python.GlobalFlags.GlobalFlags.DetGeo._flag_ctbh6 = False
staticprotected

Definition at line 197 of file GlobalFlags.py.

◆ _flag_ctbh8

bool python.GlobalFlags.GlobalFlags.DetGeo._flag_ctbh8 = False
staticprotected

Definition at line 198 of file GlobalFlags.py.

◆ _name

str python.GlobalFlags.GlobalFlags.DetGeo._name = 'DetGeo'
staticprotected

Definition at line 193 of file GlobalFlags.py.

◆ is_ctb

python.GlobalFlags.GlobalFlags.DetGeo.is_ctb = classmethod(is_ctb)
static

Definition at line 207 of file GlobalFlags.py.


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