Skip to content
Snippets Groups Projects

MuonGeoModelTest - Add CSC tester

Merged Johannes Junggeburth requested to merge jojungge/athena:CscILines into 23.0
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -17,7 +17,7 @@ def setupServicesCfg(flags):
result = MainServicesCfg(flags)
### Setup the file reading
from AthenaConfiguration.Enums import Format
if flags.Input.Format is Format.POOL:
if flags.Input.Format == Format.POOL:
from AthenaPoolCnvSvc.PoolReadConfig import PoolReadCfg
result.merge(PoolReadCfg(flags))
elif flags.Input.Format == Format.BS:
Loading