Uses of Class
org.jlab.rec.ft.FTResponse
Packages that use FTResponse
-
Uses of FTResponse in org.jlab.rec.ft
Methods 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 TypeMethodDescriptionint
FTParticle.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) void
FTEventBuilder.matchToHODO
(List<FTResponse> responses, List<FTParticle> particles) void
FTEventBuilder.matchToTRKTwoDetectorsMultiHits
(List<FTResponse> responses, List<FTParticle> particles) void
FTEventBuilder.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)