From 98eb2d36c686710b9777f7cf05113ff98306bb72 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Wed, 13 Oct 2021 00:19:16 +0000
Subject: [PATCH] electron_incl_kin DEBUG

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

diff --git a/options/reconstruction.py b/options/reconstruction.py
index dee12c7a..cd66ef84 100644
--- a/options/reconstruction.py
+++ b/options/reconstruction.py
@@ -655,7 +655,8 @@ algorithms.append(mrich_reco)
 electron_incl_kin = InclusiveKinematicsElectron("electron_incl_kin",
         inputMCParticles="mcparticles",
         inputParticles="ReconstructedParticles",
-        outputData="InclusiveKinematicsElectron"
+        outputData="InclusiveKinematicsElectron",
+        OutputLevel=DEBUG
 )
 algorithms.append(electron_incl_kin)
 
-- 
GitLab