ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
python
CavernGMConfig
Functions
python.CavernGMConfig Namespace Reference
Functions
CavernGeometryCfg
(flags)
Function Documentation
◆
CavernGeometryCfg()
CavernGeometryCfg
(
flags
)
Definition at line
6
of file
CavernGMConfig.py
.
6
def
CavernGeometryCfg( flags ):
7
from
AtlasGeoModel.GeoModelConfig
import
GeoModelCfg
8
acc = GeoModelCfg( flags )
9
10
from
AthenaConfiguration.Enums
import
BeamType, ProductionStep
11
if
(flags.Common.ProductionStep == ProductionStep.Simulation
and
flags.Beam.Type
is
BeamType.Cosmics)
or
flags.Detector.GeometryCavern:
12
13
CavernInfraDetectorTool=CompFactory.CavernInfraDetectorTool
14
acc.getPrimary().DetectorTools += [
CavernInfraDetectorTool
() ]
15
return
acc
CavernInfraDetectorTool
Definition
CavernInfraDetectorTool.h:12
Generated on
for ATLAS Offline Software by
1.17.0