Uses of Class
org.jlab.clas.detector.DetectorTrack
Packages that use DetectorTrack
- 
Uses of DetectorTrack in org.jlab.clas.detectorFields in org.jlab.clas.detector declared as DetectorTrackMethods in org.jlab.clas.detector that return DetectorTrackModifier and TypeMethodDescriptionDetectorParticle.getTrack()DetectorTrack.setCharge(int charge) DetectorTrack.setNeutralPath(Vector3 vertex, Vector3D end) DetectorTrack.setPath(double path) DetectorTrack.setSector(int sector) DetectorTrack.setTrackEnd(double x, double y, double z) DetectorTrack.setTrackEnd(Vector3D v) DetectorTrack.setVector(double px, double py, double pz) DetectorTrack.setVertex(double vx, double vy, double vz) Methods in org.jlab.clas.detector that return types with arguments of type DetectorTrackModifier and TypeMethodDescriptionstatic List<DetectorTrack>DetectorData.readCentralDetectorTracks(DataEvent event, String bank_name, String traj_bank_name) static List<DetectorTrack>DetectorData.readDetectorTracks(DataEvent event, String bank_name, String traj_bank_name, String cov_bank_name) Method parameters in org.jlab.clas.detector with type arguments of type DetectorTrackModifier and TypeMethodDescriptionstatic DataBankDetectorData.getUTracksBank(List<DetectorTrack> utracks, List<DetectorTrack> tracks, DataEvent event, String bank_name) Constructors in org.jlab.clas.detector with parameters of type DetectorTrack
- 
Uses of DetectorTrack in org.jlab.rec.richMethods in org.jlab.rec.rich with parameters of type DetectorTrack
- 
Uses of DetectorTrack in org.jlab.service.ebMethod parameters in org.jlab.service.eb with type arguments of type DetectorTrackModifier and TypeMethodDescriptionvoidEventBuilder.addTracks(List<DetectorTrack> tracks) add tracks to the detector event class.