Class HitFinder
java.lang.Object
org.jlab.rec.atof.hit.HitFinder
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor that initializes the list of hits as new empty lists. -
Method Summary
Modifier and TypeMethodDescriptionvoidfindHits(DataEvent event, Detector atof, Float startTime, IndexedTable atofTimeOffsetsTable, IndexedTable atofEffectiveVelocityTable) Find 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
-
HitFinder
public HitFinder()Default constructor that initializes the list of hits as new empty lists.
-
-
Method Details
-
getBarHits
-
setBarHits
-
getWedgeHits
-
setWedgeHits
-
findHits
public void findHits(DataEvent event, Detector atof, Float startTime, IndexedTable atofTimeOffsetsTable, IndexedTable atofEffectiveVelocityTable) Find hits in the event, matches them to tracks found in the ahdc and build their properties. -
main
- Parameters:
args- the command line arguments
-