Privacy and Security Notice

Analyzer/HTRACKING h_tracks_cal.f


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Analyzer/HTRACKING h_tracks_cal.f



Update of /group/hallc/cvsroot/Analyzer/HTRACKING
In directory ifarml1.jlab.org:/u/group/hallc/mkj/cvs_dir/Analyzer/HTRACKING

Modified Files:
	h_tracks_cal.f 
Log Message:
Modify the criterion for matching track and calorimeter cluster. As before,
the track must hit within (0.5*scal_block_xsize + scal_slop) of the cluster 
position. Previously if more than one cluster was within (0.5*scal_block_xsize + scal_slop) then the last cluster in the loop was associated with the track.
Now, if more than one cluster meets that condition then cluster which has a position
closest to the track is associated with the track. ( T. Horn)