From 6ce5fc1157248b355991e794ffe87bd473dc9f12 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Tue, 5 Oct 2021 17:09:22 +0000
Subject: [PATCH] Remove outputLevel again
---
options/reconstruction.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/options/reconstruction.py b/options/reconstruction.py
index 2ff06a10..ae7f0283 100644
--- a/options/reconstruction.py
+++ b/options/reconstruction.py
@@ -571,8 +571,7 @@ match_clusters = MatchClusters("match_clusters",
str(ci_hcal_clreco.outputClusterCollection)
],
outputParticles = "ReconstructedParticles",
- outputRelations = "ReconstructedParticleRelations",
- OutputLevel = DEBUG)
+ outputRelations = "ReconstructedParticleRelations")
algorithms.append(match_clusters)
# DRICH
--
GitLab