Uses of Class
cnuphys.magfield.GridCoordinate
Packages that use GridCoordinate
- 
Uses of GridCoordinate in cnuphys.magfieldFields in cnuphys.magfield declared as GridCoordinateModifier and TypeFieldDescriptionprotected GridCoordinateFieldProbe.q1CoordinateHolds the grid info for the slowest changing coordinate.protected GridCoordinateMagneticField.q1CoordinateHolds the grid info for the slowest changing coordinate (as stored in the file).protected GridCoordinateFieldProbe.q2CoordinateHolds the grid info for the medium changing coordinate This is cloned from the field.protected GridCoordinateMagneticField.q2CoordinateHolds the grid info for the medium changing coordinate (as stored in the file).protected GridCoordinateFieldProbe.q3CoordinateHolds the grid info for the fastest changing coordinate This is cloned from the field.protected GridCoordinateMagneticField.q3CoordinateHolds the grid info for the fastest changing coordinate (as stored in the file).Methods in cnuphys.magfield that return GridCoordinateModifier and TypeMethodDescriptionGridCoordinate.clone()Make a clone of this grid coordinateFieldProbe.getPhiCoordinate()MagneticField.getPhiCoordinate()Get the phi coordinate which will be q1final GridCoordinateMagneticField.getQ1Coordinate()Get the q1 coordinate.final GridCoordinateMagneticField.getQ2Coordinate()Get the q2 coordinate.final GridCoordinateMagneticField.getQ3Coordinate()Get the q3 coordinate.FieldProbe.getRCoordinate()MagneticField.getRCoordinate()Get the R (rho) coordinate which will be q2MagneticField.getXCoordinate()Get the x coordinate which will be q1MagneticField.getYCoordinate()Get the y coordinate which will be q2FieldProbe.getZCoordinate()MagneticField.getZCoordinate()Get the z coordinate which will be q3