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
25 from AthenaConfiguration.MainServicesConfig
import MainServicesCfg
26 acc = MainServicesCfg(flags)
29 from ByteStreamCnvSvc.ByteStreamConfig
import ByteStreamReadCfg
30 acc.merge(ByteStreamReadCfg(flags))
32 from ITkStripsByteStreamCnv.ITkStripByteStreamCnvConfig
import ITkStripRawDataProviderCfg
33 acc.merge(ITkStripRawDataProviderCfg(flags))