Skip to content
Snippets Groups Projects
Commit e07542bd authored by Tomasz Bold's avatar Tomasz Bold
Browse files

temporarilly not recording the deserialised collection in ESD file

Former-commit-id: daa69974
parent 7de619cd
No related branches found
No related tags found
No related merge requests found
# #
# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration # Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
# #
...@@ -390,7 +391,7 @@ deserialiser.OutputLevel=DEBUG ...@@ -390,7 +391,7 @@ deserialiser.OutputLevel=DEBUG
# add prefix + remove version to class name # add prefix + remove version to class name
l = [ c.split("#")[0].split("_")[0] + "#" + deserialiser.Prefix + c.split("#")[1] for c in serialiser.CollectionsToSerialize ] l = [ c.split("#")[0].split("_")[0] + "#" + deserialiser.Prefix + c.split("#")[1] for c in serialiser.CollectionsToSerialize ]
StreamESD.ItemList += l #StreamESD.ItemList += l
......
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