Skip to content
Snippets Groups Projects
Commit f76907b3 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Drop all input collections

parent 43670a39
No related branches found
No related tags found
1 merge request!172Drop all input collections in full reconstruction
...@@ -582,7 +582,7 @@ podout.outputCommands = [ ...@@ -582,7 +582,7 @@ podout.outputCommands = [
"keep *Clusters", "keep *Clusters",
"keep *Layers", "keep *Layers",
"drop InitTrackParams", "drop InitTrackParams",
] ] + [ "drop " + c for c in sim_coll]
algorithms.append(podout) algorithms.append(podout)
ApplicationMgr( ApplicationMgr(
......
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