Uses of Class
org.jlab.rec.muvt.MUVTCluster
Packages that use MUVTCluster
-
Uses of MUVTCluster in org.jlab.rec.muvt
Methods in org.jlab.rec.muvt that return MUVTClusterMethods in org.jlab.rec.muvt that return types with arguments of type MUVTClusterModifier and TypeMethodDescriptionstatic List<MUVTCluster> MUVTCluster.createClusters(List<MUVTStrip> stripList) static List<MUVTCluster> MUVTCluster.getClusters(List<MUVTCluster> clusters, int sector, int layer) MUVTTrack.getClusters()MUVTTrack.getClusters(int layer) Methods in org.jlab.rec.muvt with parameters of type MUVTClusterMethod parameters in org.jlab.rec.muvt with type arguments of type MUVTClusterModifier and TypeMethodDescriptionMUVTCross.createCrosses(List<MUVTCluster> clusters) static List<MUVTCluster> MUVTCluster.getClusters(List<MUVTCluster> clusters, int sector, int layer) Constructors in org.jlab.rec.muvt with parameters of type MUVTClusterConstructor parameters in org.jlab.rec.muvt with type arguments of type MUVTClusterModifierConstructorDescriptionMUVTTrack(int _index, int _sector, int _q, double _x, double _y, double _z, double _px, double _py, double _pz, List<MUVTCluster> clusters) -
Uses of MUVTCluster in org.jlab.rec.muvt.track.fit
Method parameters in org.jlab.rec.muvt.track.fit with type arguments of type MUVTClusterConstructor parameters in org.jlab.rec.muvt.track.fit with type arguments of type MUVTClusterModifierConstructorDescriptionKFitter(List<MUVTCluster> clusters, int sector, double xVtx, double yVtx, double zVtx, double pxVtx, double pyVtx, double pzVtx, int q, Swim swimmer, int c)