Uses of Class
org.jlab.rec.mucal.MUCALHit
Packages that use MUCALHit
-
Uses of MUCALHit in org.jlab.rec.mucal
Subclasses with type arguments of type MUCALHit in org.jlab.rec.mucalClasses in org.jlab.rec.mucal that implement interfaces with type arguments of type MUCALHitMethods in org.jlab.rec.mucal that return types with arguments of type MUCALHitModifier and TypeMethodDescriptionMUCALReconstruction.initMUCAL(DataEvent event, ConstantsManager manager, int run) MUCALReconstruction.readRawHits(DataEvent event, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable timeWalk, IndexedTable cluster, IndexedTable status) MUCALReconstruction.selectHits(List<MUCALHit> allhits, ConstantsManager manager, int run) Methods in org.jlab.rec.mucal with parameters of type MUCALHitModifier and TypeMethodDescriptionintbooleanMUCALCluster.containsHit(MUCALHit hit, IndexedTable thresholds, IndexedTable clusterTable) static booleanMUCALHit.passHitSelection(MUCALHit hit, IndexedTable thresholds) Method parameters in org.jlab.rec.mucal with type arguments of type MUCALHitModifier and TypeMethodDescriptionMUCALReconstruction.findClusters(List<MUCALHit> hits, ConstantsManager manager, int run) MUCALReconstruction.selectHits(List<MUCALHit> allhits, ConstantsManager manager, int run) voidMUCALReconstruction.writeBanks(DataEvent event, List<MUCALHit> hits, List<MUCALCluster> clusters, ConstantsManager manager, int run)