6 def SetupMuonStandaloneConfigFlags( default_input = ['/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/RecExRecoTest/ESD.16747874._000011_100events.pool.root']):
8 Setup flags necessary for Muon standalone.
10 from AthenaConfiguration.AllConfigFlags
import initConfigFlags
12 flags.Detector.GeometryMDT =
True
13 flags.Detector.GeometryTGC =
True
15 flags.Detector.GeometryRPC =
True
17 flags.Detector.GeometryCalo =
False
18 flags.Detector.GeometryID =
False
21 flags.Muon.makePRDs =
False
23 flags.Exec.MaxEvents = 20
24 args = flags.fillFromArgs()
26 if flags.Input.Files == [
'_ATHENA_GENERIC_INPUTFILE_NAME_'] :
28 flags.Input.Files = default_input
30 from AthenaConfiguration.DetectorConfigFlags
import setupDetectorFlags
33 if flags.Output.ESDFileName ==
'':
34 flags.Output.ESDFileName=
'newESD.pool.root'
36 print(
'ESD = ', flags.Output.ESDFileName )