From 16c5c61812684bdaa05effa1dd967a1efad147fd Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Tue, 5 Oct 2021 17:00:31 +0000
Subject: [PATCH] outputlevel debug

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

diff --git a/options/reconstruction.py b/options/reconstruction.py
index ae7f0283..2ff06a10 100644
--- a/options/reconstruction.py
+++ b/options/reconstruction.py
@@ -571,7 +571,8 @@ match_clusters = MatchClusters("match_clusters",
                 str(ci_hcal_clreco.outputClusterCollection)
         ],
         outputParticles = "ReconstructedParticles",
-        outputRelations = "ReconstructedParticleRelations")
+        outputRelations = "ReconstructedParticleRelations",
+        OutputLevel = DEBUG)
 algorithms.append(match_clusters)
 
 # DRICH
-- 
GitLab