From 8022e1ac72fdfc76ac4e91fc1438ba5e118da2f5 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Sat, 21 Aug 2021 20:12:56 +0000 Subject: [PATCH] Set smearing to zero --- benchmarks/full/options/full_reconstruction.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmarks/full/options/full_reconstruction.py b/benchmarks/full/options/full_reconstruction.py index 19684953..f486d801 100644 --- a/benchmarks/full/options/full_reconstruction.py +++ b/benchmarks/full/options/full_reconstruction.py @@ -129,7 +129,8 @@ algorithms.append(pmtcopier) # Generated particles dummy = MC2DummyParticle("dummy", inputCollection="mcparticles", - outputCollection="GeneratedParticles") + outputCollection="GeneratedParticles", + smearing=0) algorithms.append(dummy) # Crystal Endcap Ecal -- GitLab