Uses of Class
cnuphys.swim.SwimTrajectory
Packages that use SwimTrajectory
Package
Description
-
Uses of SwimTrajectory in cnuphys.adaptiveSwim
Fields in cnuphys.adaptiveSwim declared as SwimTrajectoryMethods in cnuphys.adaptiveSwim that return SwimTrajectoryMethods in cnuphys.adaptiveSwim with parameters of type SwimTrajectoryModifier and TypeMethodDescriptionvoid
AdaptiveSwimResult.setTrajectory
(SwimTrajectory traj) Used to compare to old swimmerConstructors in cnuphys.adaptiveSwim with parameters of type SwimTrajectoryModifierConstructorDescriptionAAdaptiveStopper
(double[] u0, double sf, double accuracy, SwimTrajectory trajectory) Create an stopperAdaptiveCylinderStopper
(double[] u0, double sf, Cylinder targetCylinder, double accuracy, SwimTrajectory trajectory) Cylinder stopper (does check max path length)AdaptiveDefaultStopper
(double[] u0, double sf, SwimTrajectory trajectory) Rho stopper (does check max path length)AdaptiveLineStopper
(double[] u0, double sf, Line targetLine, double accuracy, SwimTrajectory trajectory) Line stopper (does check max path length)AdaptivePlaneStopper
(double[] u0, double sf, Plane targetPlane, double accuracy, SwimTrajectory trajectory) Rho stopper (does check max path length)AdaptiveRhoStopper
(double[] u0, double sf, double targetRho, double accuracy, SwimTrajectory trajectory) Rho stopper (does check max path length)AdaptiveSphereStopper
(double[] u0, double sf, Sphere targetSphere, double accuracy, SwimTrajectory trajectory) Cylinder stopper (does check max path length)AdaptiveSStopper
(double[] u0, double sf, double accuracy, SwimTrajectory trajectory) Pathlength stopperAdaptiveZStopper
(double[] u0, double sf, double targetZ, double accuracy, SwimTrajectory trajectory) Z stopper (does check max path length) -
Uses of SwimTrajectory in cnuphys.swim
Methods in cnuphys.swim that return SwimTrajectoryModifier and TypeMethodDescriptionSwimTrajectory2D.getTrajectory3D()
Swimmer.sectorSwim
(int sector, int charge, double xo, double yo, double zo, double momentum, double theta, double phi, double fixedZ, double accuracy, double sMax, double stepSize, double[] relTolerance, double[] hdata) Swims a charged particle in a sector coordinate system.Swimmer.sectorSwim
(int sector, int charge, double xo, double yo, double zo, double momentum, double theta, double phi, double fixedZ, double accuracy, double maxRad, double sMax, double stepSize, double[] relTolerance, double[] hdata) Swims a charged particle in a sector coordinate system.Swimmer.swim
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, double rmax, double maxPathLength, double stepSize, double distanceBetweenSaves) Swims a Lund particle with a built in stopper for the maximum value of the radial coordinate.Swimmer.swim
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, double fixedZ, double accuracy, double sMax, double stepSize, double[] relTolerance, double[] hdata) Swims a charged particle.Swimmer.swim
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, double fixedZ, double accuracy, double maxRad, double maxPathLength, double stepSize, double distanceBetweenSaves) Swims a particle with a built it stopper for the maximum value of the radial coordinate.Swimmer.swim
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, double fixedZ, double accuracy, double maxRad, double sMax, double stepSize, double[] relTolerance, double[] hdata) Swims a charged particle.Swimmer.swim
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, double normX, double normY, double normZ, double d, double accuracy, double sMax, double stepSize, double[] relTolerance, double[] hdata) Swims a charged particle.Swimmer.swim
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, double normX, double normY, double normZ, double d, double accuracy, double maxRad, double sMax, double stepSize, double[] relTolerance, double[] hdata) Swims a charged particle.Swimmer.swim
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, IStopper stopper, double maxPathLength, double stepSize, double distanceBetweenSaves) Swims a Lund particle with a built it stopper for the maximum value of the radial coordinate.Swimmer.swim
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, IStopper stopper, double sMax, double stepSize, double[] relTolerance, double[] hdata) Swims a charged particle.Swimmer.swim
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, IStopper stopper, double maxPathLength, double stepSize, double tolerance, double[] hdata) Swims a charged particle.Swimmer.swim
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, IStopper stopper, double s0, double sMax, double stepSize, double[] relTolerance, double[] hdata) Swims a charged particle.Swimmer.swim
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, Plane plane, double accuracy, double sMax, double stepSize, double[] relTolerance, double[] hdata) Swims a charged particle.static SwimTrajectory
Swimmer.swimBackwardsToVertex
(int q, double xo, double yo, double zo, double px, double py, double pz) static SwimTrajectory
Swimming.testSwim
(int opt) Methods in cnuphys.swim that return types with arguments of type SwimTrajectoryModifier and TypeMethodDescriptionstatic ArrayList<SwimTrajectory>
Swimming.getAuxTrajectories()
Get all the cached aux trajectoriesstatic ArrayList<SwimTrajectory>
Swimming.getMCTrajectories()
Get all the cached mc trajectoriesstatic ArrayList<SwimTrajectory>
Swimming.getReconTrajectories()
Get all the cached recon trajectoriesMethods in cnuphys.swim with parameters of type SwimTrajectoryModifier and TypeMethodDescriptionstatic void
Swimming.addMCTrajectory
(SwimTrajectory traj) Add a trajectory to the mc collectionstatic void
Swimming.addReconTrajectory
(SwimTrajectory traj) Add a trajectory to the recon collectionstatic double
TrajectoryCompare.finalPositionDifference
(SwimTrajectory traj1, SwimTrajectory traj2) Compare the distance between final positionsstatic void
Swimming.removeAuxTrajectory
(SwimTrajectory traj) Remove a trajectory from the aux collectionstatic void
Swimming.removeMCTrajectory
(SwimTrajectory traj) Remove a trajectory from the mc collectionstatic void
Swimming.removeReconTrajectory
(SwimTrajectory traj) Remove a trajectory from the recon collectionConstructors in cnuphys.swim with parameters of type SwimTrajectoryModifierConstructorDescriptionSwimTrajectory2D
(SwimTrajectory trajectory, IProjector projector) Create a 2D trajectory from the 3D trajectory -
Uses of SwimTrajectory in cnuphys.swimtest
Fields in cnuphys.swimtest declared as SwimTrajectory -
Uses of SwimTrajectory in cnuphys.swimZ
Methods in cnuphys.swimZ that return SwimTrajectoryModifier and TypeMethodDescriptionSwimZResult.toSwimTrajectory()
Create a SwimTrajectory for this result object -
Uses of SwimTrajectory in org.jlab.clas.swimtools
Methods in org.jlab.clas.swimtools that return SwimTrajectoryMethods in org.jlab.clas.swimtools with parameters of type SwimTrajectoryModifier and TypeMethodDescriptionvoid
Swim.setSwimTraj
(SwimTrajectory swimTraj) double[]
Swim.SwimToDCA
(SwimTrajectory trk2) -
Uses of SwimTrajectory in org.jlab.rec.vtx
Methods in org.jlab.rec.vtx that return SwimTrajectory