From f76907b3cee2e5c269dcb61995f5bbe4d4f47015 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Thu, 19 Aug 2021 20:31:00 +0000 Subject: [PATCH] Drop all input collections --- benchmarks/full/options/full_reconstruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/full/options/full_reconstruction.py b/benchmarks/full/options/full_reconstruction.py index 94ec1506..16969df5 100644 --- a/benchmarks/full/options/full_reconstruction.py +++ b/benchmarks/full/options/full_reconstruction.py @@ -582,7 +582,7 @@ podout.outputCommands = [ "keep *Clusters", "keep *Layers", "drop InitTrackParams", - ] + ] + [ "drop " + c for c in sim_coll] algorithms.append(podout) ApplicationMgr( -- GitLab