Skip to content
Snippets Groups Projects
Commit e832d259 authored by Edward Moyse's avatar Edward Moyse
Browse files

Workaround (not calling it a fix) for the underlying problem with some...

Workaround (not calling it a fix) for the underlying problem with some configurables and GaudiConf2. Resolves the immediate problem in ATLASRECTS-5518.
parent 9e417a04
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ if __name__=="__main__":
itemsToRecord += ["TrackCollection#MuonSpectrometerTracks"]
SetupMuonStandaloneOutput(cfg, ConfigFlags, itemsToRecord)
cfg.printConfig(withDetails = True, summariseProps = True)
cfg.printConfig(withDetails = True)
f=open("MuonReconstruction.pkl","wb")
cfg.store(f)
......
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