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

Write out old tracks too.

parent 02bb9818
No related merge requests found
......@@ -426,7 +426,7 @@ if __name__=="__main__":
cfg.addService(ars)
from OutputStreamAthenaPool.OutputStreamConfig import OutputStreamCfg
itemsToRecord = ["TrackCollection#MuonSpectrometerTracks"]
itemsToRecord = ["TrackCollection#MuonSpectrometerTracks", "TrackCollection#MuonSpectrometerTracks_old"]
cfg.merge( OutputStreamCfg( ConfigFlags, 'ESD', ItemList=itemsToRecord) )
......@@ -445,4 +445,4 @@ if __name__=="__main__":
f.close()
if args.run:
cfg.run(20)
\ No newline at end of file
cfg.run(20)
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