A traversing muon deposits energy in detector elements along its
flight path. The pattern of hit detector elements is usually isolated
from the overlap event because of the high granularity of the ZEUS
detector and the low occupancy of most events. During visual scan the
trained physicist identifies such a pattern easily because it usually
forms a straight line.
MUFFIN tries to find all patterns of hit detector elements which form a straight line. It uses tracks from the muon detectors and calorimeter condensates (see section 6.3.1) to find these patterns. For each pattern a set of parameters is calculated and compared to the parameters describing a traversing muon. If MUFFIN were to use a brute force method and just calculate all combinations of tracks and condensates it would take too much time to evaluate an event. Instead MUFFIN uses several tricks to speed up the search for a candidate pattern:
In order to test whether a cell is hit MUFFIN has two radii available, the radius of the largest sphere around the cell center that is fully contained in the cell and the radius of the smallest sphere around the cell center that contains the cell . By testing the distance of the cell center to the trajectory MUFFIN can determine quickly whether the trajectory hits the cell ( ) or not ( ). Only for the remaining cases ( ) MUFFIN performs a precise geometric check testing whether the trajectory hits any of the cells surfaces.