Uses of Class
org.jlab.service.recoil.tof.RTOFHit
Packages that use RTOFHit
-
Uses of RTOFHit in org.jlab.service.recoil.tof
Methods in org.jlab.service.recoil.tof that return types with arguments of type RTOFHitMethod parameters in org.jlab.service.recoil.tof with type arguments of type RTOFHitModifier and TypeMethodDescriptionintRecoBankWriter.appendRTOFBanks(DataEvent event, ArrayList<RTOFHit> rtofHits, ArrayList<RTOFCluster> clusterList) Appends the rtof banks to an event.static DataBankRecoBankWriter.fillRTOFRawHitBank(DataEvent event, ArrayList<RTOFHit> rtofHits) Writes the bank of recoil tof hits.voidHitFinder.setRTOFHits(ArrayList<RTOFHit> rtof_hits) voidRTOFCluster.setRTOFHits(ArrayList<RTOFHit> rtof_hits) Constructor parameters in org.jlab.service.recoil.tof with type arguments of type RTOFHitModifierConstructorDescriptionRTOFCluster(ArrayList<RTOFHit> rtof_hits) Constructor that initializes the list of bar hits and computes the cluster properties.RTOFCluster(ArrayList<RTOFHit> rtof_hits, DataEvent event) Constructor that initializes the list of bar hits and computes the cluster properties.