From 1e7bed3ddab3c6233ea09d7eb9968525d706377e Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Fri, 8 Oct 2021 14:40:11 +0000
Subject: [PATCH] Update options/reconstruction.py
---
options/reconstruction.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/options/reconstruction.py b/options/reconstruction.py
index 00ed759b..a8be70b5 100644
--- a/options/reconstruction.py
+++ b/options/reconstruction.py
@@ -132,7 +132,7 @@ algorithms.append(dummy)
# Truth level kinematics
truth_incl_kin = InclusiveKinematicsTruth("InclusiveKinematicsTruth",
- inputParticles="mcparticles",
+ inputMCParticles="mcparticles",
outputData="InclusiveKinematicsTruth"
)
algorithms.append(truth_incl_kin)
--
GitLab