2 from AthenaConfiguration.Enums
import HIMode
3 from TrkConfig.TrkConfigFlags
import PrimaryPassConfig
6 flags.Detector.EnableAFP =
False
7 flags.Detector.EnableLucid =
False
8 flags.Detector.EnableCalo =
False
9 flags.Detector.EnableL1Calo =
False
10 flags.Detector.EnableMuon =
False
11 flags.Detector.EnableTRT =
False
12 flags.Detector.EnableZDC =
False
14 flags.Reco.EnableTrigger =
False
15 flags.Reco.EnableCombinedMuon =
False
16 flags.Reco.EnableEgamma =
False
17 flags.Reco.EnableTau =
False
18 flags.Reco.EnableJet =
False
19 flags.Reco.EnableMet =
False
20 flags.Reco.EnableBTagging =
False
21 flags.Reco.EnableHI =
False
22 flags.Reco.EnableZDC =
False
23 flags.Reco.HIMode = HIMode.pp
24 flags.Reco.EnableCaloRinger =
False
25 flags.Reco.EnableTrackCellAssociation =
False
26 flags.Reco.PostProcessing.InDetForwardTrackParticleThinning =
False
28 flags.Tracking.PrimaryPassConfig = PrimaryPassConfig.VtxBeamSpot
29 flags.Tracking.doTrackSegmentsDisappearing =
False
31 flags.DQ.enableLumiAccess =
False
37 flags.Common.doExpressProcessing =
True
39 flags.GeoModel.Align.Dynamic =
True
47 from IOVDbSvc.IOVDbSvcConfig
import addOverride
49 cfg.merge(
addOverride(flags,
"/Indet/AlignL1/ID",
"InDetAlignL1-RUN3-BLK-UPD4-01"))
51 addOverride(flags,
"/Indet/AlignL2/PIX",
"InDetAlignL2PIX-RUN3-BLK-UPD4-01")
54 addOverride(flags,
"/Indet/AlignL2/SCT",
"InDetAlignL2SCT-RUN3-BLK-UPD4-01")
56 cfg.merge(
addOverride(flags,
"/TRT/AlignL1/TRT",
"TRTAlignL1-RUN3-BLK-UPD4-01"))
57 cfg.merge(
addOverride(flags,
"/Indet/AlignL3",
"IndetAlignL3-RUN3-BLK-UPD4-04"))
59 addOverride(flags,
"/Indet/IBLDist",
"InDetAlignIBLDIST-RUN3-BLK-UPD4-01")
61 cfg.merge(
addOverride(flags,
"/TRT/AlignL2",
"TRTAlignL2-RUN3-BLK-UPD4-04"))
65 from OutputStreamAthenaPool.OutputStreamConfig
import OutputStreamCfg