diff --git a/MuonSpectrometer/MuonConfig/python/MuonReconstructionConfig.py b/MuonSpectrometer/MuonConfig/python/MuonReconstructionConfig.py index 5725b1e04a5d46373e907c7ddd851071d3010914..ae0d620c7a202362e9ae1d52fa9b02d56893a6bf 100644 --- a/MuonSpectrometer/MuonConfig/python/MuonReconstructionConfig.py +++ b/MuonSpectrometer/MuonConfig/python/MuonReconstructionConfig.py @@ -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)