Uses of Class
org.jlab.rec.rtpc.hit.HitVector
Packages that use HitVector
- 
Uses of HitVector in org.jlab.rec.rtpc.hitMethods in org.jlab.rec.rtpc.hit that return HitVectorModifier and TypeMethodDescriptionReducedTrack.getLargeTHit()ReducedTrack.getLastHit()ReducedTrack.getSmallTHit()RecoHitVector.largehit()RecoHitVector.smallhit()Methods in org.jlab.rec.rtpc.hit that return types with arguments of type HitVectorModifier and TypeMethodDescriptionHitParameters.get_alltracks()HitParameters.get_FinalTIDMap()ReducedTrack.getAllHits()ReducedTrack.getFirstNHits(int N) ReducedTrack.getLastNHits(int N) Methods in org.jlab.rec.rtpc.hit with parameters of type HitVectorMethod parameters in org.jlab.rec.rtpc.hit with type arguments of type HitVectorModifier and TypeMethodDescriptionvoidHitParameters.set_alltracks(HashMap<Integer, List<HitVector>> _alltracks) voidHitParameters.set_FinalTimeMap(HashMap<Integer, List<HitVector>> _finalTIDMap) Constructors in org.jlab.rec.rtpc.hit with parameters of type HitVectorModifierConstructorDescriptionRecoHitVector(int padnum, double xrec, double yrec, double zrec, double rrec, double phirec, double tdiff, double t, double adc, HitVector smallhit, HitVector largehit, int f)