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
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -544,7 +544,6 @@ algorithms.append(parts_from_fit)
trajs_from_fit = TrajectoryFromTrackFit("trajs_from_fit",
inputTrajectories = trk_find_alg.outputTrajectories,
outputTrajectoryParameters = "outputTrajectoryParameters")
#OutputLevel=DEBUG)
algorithms.append(trajs_from_fit)
# Event building
@@ -571,8 +570,7 @@ match_clusters = MatchClusters("match_clusters",
str(ci_hcal_clreco.outputClusterCollection)
],
outputParticles = "ReconstructedParticles",
outputRelations = "ReconstructedParticleRelations",
OutputLevel = DEBUG)
outputRelations = "ReconstructedParticleRelations")
algorithms.append(match_clusters)
# DRICH
Loading