Uses of Class
cnuphys.swim.util.Plane
Packages that use Plane
-
Uses of Plane in cnuphys.swim
Methods in cnuphys.swim with parameters of type PlaneModifier and TypeMethodDescriptionSwimmer.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.Constructors in cnuphys.swim with parameters of type PlaneModifierConstructorDescriptionDefaultPlaneStopper
(double s0, double rMax, double sMax, Plane plane, double accuracy, int side) Plane stopper that checks Rmax (and sMax)DefaultPlaneStopper
(double s0, double sMax, Plane plane, double accuracy, int side) Plane stopper that doesn't check max R (does check max path length) -
Uses of Plane in cnuphys.swim.util
Methods in cnuphys.swim.util that return PlaneModifier and TypeMethodDescriptionstatic Plane
Plane.constantPhiPlane
(double phi) Create a plane of constant azimuthal angle phistatic Plane
Plane.createPlane
(double[] norm, double d) Create a plane from a normal vector and a distance to the planestatic Plane
Plane.createPlane
(double[] norm, double[] p) Create a plane from a normal vector and a point on the planestatic Plane
Plane.createPlane
(double normX, double normY, double normZ, double d) Create a plane from a normal vector and a distance to the planestatic Plane
Plane.createTiltedPlane
(double d) Create a plane in the clas12 tilted system