Skip to content
Snippets Groups Projects
Commit d537ce42 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

turn of VERBOSE

parent 247654ee
No related branches found
No related tags found
1 merge request!96Added cluster merging
This commit is part of merge request !96. Comments created here will be created in the context of that merge request.
...@@ -227,8 +227,7 @@ algorithms.append(ci_ecal_clreco) ...@@ -227,8 +227,7 @@ algorithms.append(ci_ecal_clreco)
ci_ecal_clmerger = ClusterMerger("ci_ecal_clmerger", ci_ecal_clmerger = ClusterMerger("ci_ecal_clmerger",
inputClusters = ci_ecal_clreco.outputClusterCollection, inputClusters = ci_ecal_clreco.outputClusterCollection,
outputClusters = "EcalEndcapPMergedClusters", outputClusters = "EcalEndcapPMergedClusters",
outputRelations = "EcalEndcapPMergedClusterRelations", outputRelations = "EcalEndcapPMergedClusterRelations")
OutputLevel=VERBOSE)
algorithms.append(ci_ecal_clmerger) algorithms.append(ci_ecal_clmerger)
# Central Barrel Ecal (Imaging Cal.) # Central Barrel Ecal (Imaging Cal.)
...@@ -594,8 +593,7 @@ match_clusters = MatchClusters("match_clusters", ...@@ -594,8 +593,7 @@ match_clusters = MatchClusters("match_clusters",
str(ci_hcal_clreco.outputClusterCollection) str(ci_hcal_clreco.outputClusterCollection)
], ],
outputParticles = "ReconstructedParticles", outputParticles = "ReconstructedParticles",
outputRelations = "ReconstructedParticleRelations", outputRelations = "ReconstructedParticleRelations")
OutputLevel=VERBOSE)
algorithms.append(match_clusters) algorithms.append(match_clusters)
# DRICH # DRICH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment