Uses of Class
org.jlab.clas.detector.DetectorTrack
Packages that use DetectorTrack
-
Uses of DetectorTrack in org.jlab.clas.detector
Fields 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
(org.jlab.clas.physics.Vector3 vertex, org.jlab.geom.prim.Vector3D end) DetectorTrack.setPath
(double path) DetectorTrack.setSector
(int sector) DetectorTrack.setTrackEnd
(double x, double y, double z) DetectorTrack.setTrackEnd
(org.jlab.geom.prim.Vector3D v) DetectorTrack.setVector
(double px, double py, double pz) DetectorTrack.setVector
(org.jlab.clas.physics.Vector3 v) DetectorTrack.setVertex
(double vx, double vy, double vz) DetectorTrack.setVertex
(org.jlab.clas.physics.Vector3 v) Methods in org.jlab.clas.detector that return types with arguments of type DetectorTrackModifier and TypeMethodDescriptionstatic List<DetectorTrack>
DetectorData.readCentralDetectorTracks
(org.jlab.io.base.DataEvent event, String bank_name, String traj_bank_name) static List<DetectorTrack>
DetectorData.readDetectorTracks
(org.jlab.io.base.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 org.jlab.io.base.DataBank
DetectorData.getUTracksBank
(List<DetectorTrack> utracks, List<DetectorTrack> tracks, org.jlab.io.base.DataEvent event, String bank_name) Constructors in org.jlab.clas.detector with parameters of type DetectorTrack