Uses of Class
org.jlab.rec.ft.FTResponse
Packages that use FTResponse
- 
Uses of FTResponse in org.jlab.rec.ftMethods in org.jlab.rec.ft that return types with arguments of type FTResponseModifier and TypeMethodDescriptionFTEventBuilder.addResponses(DataEvent event, ConstantsManager manager, int run) Method parameters in org.jlab.rec.ft with type arguments of type FTResponseModifier and TypeMethodDescriptionintFTParticle.getDetectorHit(List<FTResponse> hitList, DetectorType detectorType, double distanceThreshold, double timeThreshold) int[]FTParticle.getTRKBestHits(List<FTResponse> hitList, int it, double distanceThreshold, double timeThreshold) int[][]FTParticle.getTRKOrderedListOfHits(List<FTResponse> hitList, int it, double distanceThreshold, double timeThreshold) FTEventBuilder.initFTparticles(List<FTResponse> responses, ConstantsManager manager, int run) voidFTEventBuilder.matchToHODO(List<FTResponse> responses, List<FTParticle> particles) voidFTEventBuilder.matchToTRKTwoDetectorsMultiHits(List<FTResponse> responses, List<FTParticle> particles) voidFTEventBuilder.showResponses(List<FTResponse> responses) Constructors in org.jlab.rec.ft with parameters of type FTResponseModifierConstructorDescriptionFTParticle(int cid, int charge, double fieldScale, FTResponse response, double vx, double vy, double vz)