Skip to content
Snippets Groups Projects

Added cluster merging

Merged Sylvester Joosten requested to merge cluster_merging into master
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
+ 2
4
@@ -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
Loading