From 26de1830e66bfcb3cfba7dfc377b9cd2b3849904 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Thu, 19 Aug 2021 21:02:47 +0000 Subject: [PATCH] Other spurious text --- 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 16969df5..4a9177e2 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", + outputHitCollection="VertexBarrelRawHits", timeResolution=8) algorithms.append(vtx_b_digi) -- GitLab