Package org.jlab.rec.atof.hit
Class HitFinder
java.lang.Object
org.jlab.rec.atof.hit.HitFinder
The 
HitFinder class finds hits in the atof.
 
 Uses atof tdc bank information
 Creates a ArrayList of BarHit for bar hits read. Creates a
 ArrayList of ATOFHit for wedge hits read.
 
- Author:
- pilleux
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructor that initializes the list of hits as new empty lists.
- 
Method SummaryModifier and TypeMethodDescriptionvoidFind hits in the event, matches them to tracks found in the ahdc and build their properties.static voidvoidsetBarHits(ArrayList<BarHit> bar_hits) voidsetWedgeHits(ArrayList<ATOFHit> wedge_hits) 
- 
Constructor Details- 
HitFinderpublic HitFinder()Default constructor that initializes the list of hits as new empty lists.
 
- 
- 
Method Details- 
getBarHits
- 
setBarHits
- 
getWedgeHits
- 
setWedgeHits
- 
findHitsFind hits in the event, matches them to tracks found in the ahdc and build their properties.
- 
main- Parameters:
- args- the command line arguments
 
 
-