Skip to content
Snippets Groups Projects

Drop all input collections in full reconstruction

Merged Wouter Deconinck requested to merge drop-input-collections into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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(
Loading