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
This an sPHENIX module that implements the island algorithm (the 'IA' in 'RawClusterBuilderIA') as used by the CMS
collaboration for clustering in the EMCal. The algorithm itself can be found in include/IslandAlgorithm.h.
Bugs discovered:
[FIXED] Forgot to ensure that no double-counting of towers occurs. In other words, I found events containing two
clusters that have one or more towers in common.