You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# No reclustering leads to more undercounting, reclustering leads to more overcounting
49
-
self.reclustering=False
50
-
51
-
self.build1DHistogram("nLoops", "Number of loops for clustering", 50, 0, 400) # not applicable for CLUE
52
-
self.build1DHistogram("nClusters", "Number of clusters", 20, 0, 20)
53
-
self.build1DHistogram("nHits", "Hits per cluster", 20, 0, 300)
54
-
self.build1DHistogram("cluster_energy", "Energy [MeV] per cluster", 100, 0, 20000)
55
-
self.build2DHistogram("seed_weights", "Number of seeds", 20, 0, 100, "Minimum weight", 20, 0, 10) # not applicable for CLUE
56
-
self.build2DHistogram("recluster", "Initial number of clusters", 20, 0, 20, "Number of clusters after reclustering", 20, 0, 20) # not applicable for existing algo
0 commit comments