From 4b0fb8da767fe9368f4508f5228dd27764bfd1d4 Mon Sep 17 00:00:00 2001
From: Ziyue Zhang <Ziyue_Zhang@localhost.localdomain>
Date: Tue, 16 Mar 2021 16:20:01 -0500
Subject: [PATCH] WIP: Rebased

---
 options/tracker_reconstruction.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/options/tracker_reconstruction.py b/options/tracker_reconstruction.py
index 3101824c..6bef5d7b 100644
--- a/options/tracker_reconstruction.py
+++ b/options/tracker_reconstruction.py
@@ -56,7 +56,8 @@ podioinput = PodioInput("PodioReader",
 
 dummy = MC2DummyParticle("MC2Dummy",
         inputCollection="mcparticles",
-        outputCollection="DummyReconstructedParticles")
+        outputCollection="DummyReconstructedParticles",
+        smearing = 0.0)
 
 ## copiers to get around input --> output copy bug. Note the "2" appended to the output collection.
 copier = MCCopier("MCCopier", 
-- 
GitLab