User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050118
I have updated the main cvs and the online04 cvs to have new code
HTRACKING/h_tracks_cal.f and STRACKING/s_tracks_cal.f .
To update your code type
cvs update HTRACKING/h_tracks_cal.f
cvs update STRACKING/s_tracks_cal.f
in your Analyzer directory.
Tanja Horn updated these codes so that the track is matched
to the cluster that is closest to the track and within the
criterion of (0.5*hcal_block_xsize + hcal_slop). Previously
if two clusters in the calorimeter were within (0.5*hcal_block_xsize +
hcal_slop) then the code match the last cluster in the do loop
to the track.