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

Public Member Functions

def is_ctb (cls)
 

Static Public Attributes

 is_ctb = classmethod(is_ctb)
 

Static Private Attributes

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

Detailed Description

Definition at line 192 of file GlobalFlags.py.

Member Function Documentation

◆ is_ctb()

def 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

◆ _beenSet

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

Definition at line 194 of file GlobalFlags.py.

◆ _flag_atlas

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

Definition at line 196 of file GlobalFlags.py.

◆ _flag_commis

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

Definition at line 199 of file GlobalFlags.py.

◆ _flag_ctbh6

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

Definition at line 197 of file GlobalFlags.py.

◆ _flag_ctbh8

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

Definition at line 198 of file GlobalFlags.py.

◆ _name

string python.GlobalFlags.GlobalFlags.DetGeo._name = 'DetGeo'
staticprivate

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: