Uses of Class
org.jlab.rec.ft.cal.FTCALHit
Packages that use FTCALHit
-
Uses of FTCALHit in org.jlab.rec.ft.cal
Methods in org.jlab.rec.ft.cal that return types with arguments of type FTCALHitModifier and TypeMethodDescriptionFTCALReconstruction.initFTCAL
(DataEvent event, ConstantsManager manager, int run) FTCALReconstruction.readRawHits
(DataEvent event, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable timeWalk, IndexedTable cluster) FTCALReconstruction.readRawHitsHipo
(DataEvent event, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable timeWalk, IndexedTable cluster, IndexedTable status) FTCALReconstruction.selectHits
(List<FTCALHit> allhits, ConstantsManager manager, int run) Methods in org.jlab.rec.ft.cal with parameters of type FTCALHitModifier and TypeMethodDescriptionint
boolean
FTCALCluster.containsHit
(FTCALHit hit, IndexedTable thresholds, IndexedTable clusterTable) static boolean
FTCALHit.passHitSelection
(FTCALHit hit, IndexedTable thresholds) Method parameters in org.jlab.rec.ft.cal with type arguments of type FTCALHitModifier and TypeMethodDescriptionFTCALReconstruction.findClusters
(List<FTCALHit> hits, ConstantsManager manager, int run) FTCALReconstruction.selectHits
(List<FTCALHit> allhits, ConstantsManager manager, int run) void
FTCALReconstruction.writeBanks
(DataEvent event, List<FTCALHit> hits, List<FTCALCluster> clusters, ConstantsManager manager, int run)