Skip to content
Snippets Groups Projects
Commit 16c5c618 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

outputlevel debug

parent aad75185
No related branches found
No related tags found
1 merge request!93Resolve "Add neutrals to options file"
This commit is part of merge request !93. Comments created here will be created in the context of that merge request.
...@@ -571,7 +571,8 @@ match_clusters = MatchClusters("match_clusters", ...@@ -571,7 +571,8 @@ match_clusters = MatchClusters("match_clusters",
str(ci_hcal_clreco.outputClusterCollection) str(ci_hcal_clreco.outputClusterCollection)
], ],
outputParticles = "ReconstructedParticles", outputParticles = "ReconstructedParticles",
outputRelations = "ReconstructedParticleRelations") outputRelations = "ReconstructedParticleRelations",
OutputLevel = DEBUG)
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