From 43670a3955d745eaa5ebedcff90e62284cae2040 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Thu, 19 Aug 2021 20:24:35 +0000 Subject: [PATCH] Spurious name --- 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 ecaa564f..94ec1506 100644 --- a/benchmarks/full/options/full_reconstruction.py +++ b/benchmarks/full/options/full_reconstruction.py @@ -456,7 +456,7 @@ algorithms.append(trk_ec_digi) vtx_b_digi = TrackerDigi("vtx_b_digi", inputHitCollection="VertexBarrelHits", - outputHitCollection="VertetimeResolution=10xBarrelRawHits", + outputHitCollection="VertetimeResolution", timeResolution=8) algorithms.append(vtx_b_digi) -- GitLab