87// This is the structure for passing hit information into EpFinder:
88// nMip : hit weight (energy of number of MIPs, etc.)
89// ix : detector index in x (user defined)
90// iy : detector index in y (user defined)
91// samePhi : pointer is vector of index (ix,iy) pairs for decetor elements in the same phi bin as this hit (NULL is OK)
92//
93// ix, iy are USER DEFINED and their range is set in the EpFinder constructor. ix,iy and samePhi are used in the phi weighting correction determination.