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

Static Public Member Functions

def autoconfigure (flags)
 

Static Public Attributes

 RUN1_2010
 
 RUN1_2011
 
 RUN1_2012
 
 RUN2
 
 RUN2_BEST_KNOWLEDGE
 
 RUN3
 
 RUN4
 

Detailed Description

Definition at line 41 of file TestDefaults.py.

Member Function Documentation

◆ autoconfigure()

def python.TestDefaults.defaultGeometryTags.autoconfigure (   flags)
static

Definition at line 51 of file TestDefaults.py.

51  def autoconfigure(flags):
52  if flags.GeoModel.AtlasVersion:
53  return flags.GeoModel.AtlasVersion
54 
55  from AthenaConfiguration.Enums import LHCPeriod
56  if flags.GeoModel.Run is LHCPeriod.Run1:
57  return defaultGeometryTags.RUN1_2012
58  if flags.GeoModel.Run is LHCPeriod.Run2:
59  return defaultGeometryTags.RUN2
60  if flags.GeoModel.Run is LHCPeriod.Run3:
61  return defaultGeometryTags.RUN3
62  if flags.GeoModel.Run is LHCPeriod.Run4:
63  return defaultGeometryTags.RUN4
64 
65 

Member Data Documentation

◆ RUN1_2010

python.TestDefaults.defaultGeometryTags.RUN1_2010
static

Definition at line 42 of file TestDefaults.py.

◆ RUN1_2011

python.TestDefaults.defaultGeometryTags.RUN1_2011
static

Definition at line 43 of file TestDefaults.py.

◆ RUN1_2012

python.TestDefaults.defaultGeometryTags.RUN1_2012
static

Definition at line 44 of file TestDefaults.py.

◆ RUN2

python.TestDefaults.defaultGeometryTags.RUN2
static

Definition at line 45 of file TestDefaults.py.

◆ RUN2_BEST_KNOWLEDGE

python.TestDefaults.defaultGeometryTags.RUN2_BEST_KNOWLEDGE
static

Definition at line 46 of file TestDefaults.py.

◆ RUN3

python.TestDefaults.defaultGeometryTags.RUN3
static

Definition at line 47 of file TestDefaults.py.

◆ RUN4

python.TestDefaults.defaultGeometryTags.RUN4
static

Definition at line 48 of file TestDefaults.py.


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