ATLAS Offline Software
Loading...
Searching...
No Matches
python.CaloDetDescrManager_test Namespace Reference

Classes

class  CaloDetDescrManagerAlg

Functions

 testCfg (flags)

Variables

 flags = initConfigFlags()
 Files
 TimeStamps
 GeometryLAr
 GeometryTile
 acc = MainServicesCfg(flags)

Function Documentation

◆ testCfg()

python.CaloDetDescrManager_test.testCfg ( flags)

Definition at line 66 of file CaloDetDescrManager_test.py.

66def testCfg(flags):
67 result = ComponentAccumulator()
68
69 from LArGeoAlgsNV.LArGMConfig import LArGMCfg
70 from TileGeoModel.TileGMConfig import TileGMCfg
71 result.merge(LArGMCfg(flags))
72 result.merge(TileGMCfg(flags))
73 result.addEventAlgo(CaloDetDescrManagerAlg('CaloDetDescrManagerAlg'))
74
75 return result
76

Variable Documentation

◆ acc

python.CaloDetDescrManager_test.acc = MainServicesCfg(flags)

Definition at line 86 of file CaloDetDescrManager_test.py.

◆ Files

python.CaloDetDescrManager_test.Files

Definition at line 78 of file CaloDetDescrManager_test.py.

◆ flags

python.CaloDetDescrManager_test.flags = initConfigFlags()

Definition at line 77 of file CaloDetDescrManager_test.py.

◆ GeometryLAr

python.CaloDetDescrManager_test.GeometryLAr

Definition at line 80 of file CaloDetDescrManager_test.py.

◆ GeometryTile

python.CaloDetDescrManager_test.GeometryTile

Definition at line 81 of file CaloDetDescrManager_test.py.

◆ TimeStamps

python.CaloDetDescrManager_test.TimeStamps

Definition at line 79 of file CaloDetDescrManager_test.py.