Skip to content
Snippets Groups Projects

Resolve "Add neutrals to options file"

Merged Wouter Deconinck requested to merge 26-add-neutrals-to-options-file into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -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
Loading