5if __name__ ==
"__main__":
6 from AthenaConfiguration.AllConfigFlags
import initConfigFlags
7 flags = initConfigFlags()
8 flags.Input.Files = [
"/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/ITkStrip/data_test.00242020.EventStorage_StreamBSFileOutput.daq.RAW._lb0002._Athena._0001.data"]
9 flags.IOVDb.GlobalTag =
"OFLCOND-MC15c-SDR-14-05"
10 flags.Input.isMC =
True
11 from AthenaConfiguration.TestDefaults
import defaultGeometryTags
12 flags.GeoModel.AtlasVersion = defaultGeometryTags.RUN4
13 flags.Detector.GeometryITkStrip =
True
14 flags.ITk.Geometry.AllLocal =
False
24 from AthenaConfiguration.MainServicesConfig
import MainServicesCfg
25 acc = MainServicesCfg(flags)
28 from ByteStreamCnvSvc.ByteStreamConfig
import ByteStreamReadCfg
29 acc.merge(ByteStreamReadCfg(flags))
31 from ITkStripsByteStreamCnv.ITkStripByteStreamCnvConfig
import ITkStripRawDataProviderCfg
32 acc.merge(ITkStripRawDataProviderCfg(flags))