Skip to content
Snippets Groups Projects
Verified Commit ff033fdc authored by Tadej Novak's avatar Tadej Novak
Browse files

Disable unneeded detectors in tests

parent fb3ddd68
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ if __name__ == "__main__":
ConfigFlags.Detector.GeometryPixel = True
ConfigFlags.Detector.GeometrySCT = True
ConfigFlags.Detector.GeometryTRT = True
ConfigFlags.Detector.GeometryCalo = False
ConfigFlags.Detector.GeometryMuon = False
ConfigFlags.lock()
......
......@@ -40,7 +40,10 @@ def SetupMuonStandaloneConfigFlags(args):
ConfigFlags.Detector.GeometryMDT = True
ConfigFlags.Detector.GeometryTGC = True
ConfigFlags.Detector.GeometryCSC = True
ConfigFlags.Detector.GeometryRPC = True
ConfigFlags.Detector.GeometryRPC = True
# TODO: disable these for now, to be determined if needed
ConfigFlags.Detector.GeometryCalo = False
ConfigFlags.Detector.GeometryID = False
ConfigFlags.Output.ESDFileName=args.output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment