From d537ce422239546264b5922336dd7ab1ff6941c5 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Wed, 6 Oct 2021 03:33:09 +0000
Subject: [PATCH] turn of VERBOSE

---
 options/reconstruction.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/options/reconstruction.py b/options/reconstruction.py
index 32611262..00da066a 100644
--- a/options/reconstruction.py
+++ b/options/reconstruction.py
@@ -227,8 +227,7 @@ algorithms.append(ci_ecal_clreco)
 ci_ecal_clmerger = ClusterMerger("ci_ecal_clmerger",
         inputClusters = ci_ecal_clreco.outputClusterCollection,
         outputClusters = "EcalEndcapPMergedClusters",
-        outputRelations = "EcalEndcapPMergedClusterRelations", 
-        OutputLevel=VERBOSE)
+        outputRelations = "EcalEndcapPMergedClusterRelations")
 algorithms.append(ci_ecal_clmerger)
 
 # Central Barrel Ecal (Imaging Cal.)
@@ -594,8 +593,7 @@ match_clusters = MatchClusters("match_clusters",
                 str(ci_hcal_clreco.outputClusterCollection)
         ],
         outputParticles = "ReconstructedParticles",
-        outputRelations = "ReconstructedParticleRelations",
-        OutputLevel=VERBOSE)
+        outputRelations = "ReconstructedParticleRelations")
 algorithms.append(match_clusters)
 
 # DRICH
-- 
GitLab