Uses of Class
cnuphys.magfield.GridCoordinate
Packages that use GridCoordinate
-
Uses of GridCoordinate in cnuphys.magfield
Fields in cnuphys.magfield declared as GridCoordinateModifier and TypeFieldDescriptionprotected GridCoordinate
FieldProbe.q1Coordinate
Holds the grid info for the slowest changing coordinate.protected GridCoordinate
MagneticField.q1Coordinate
Holds the grid info for the slowest changing coordinate (as stored in the file).protected GridCoordinate
FieldProbe.q2Coordinate
Holds the grid info for the medium changing coordinate This is cloned from the field.protected GridCoordinate
MagneticField.q2Coordinate
Holds the grid info for the medium changing coordinate (as stored in the file).protected GridCoordinate
FieldProbe.q3Coordinate
Holds the grid info for the fastest changing coordinate This is cloned from the field.protected GridCoordinate
MagneticField.q3Coordinate
Holds 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 GridCoordinate
MagneticField.getQ1Coordinate()
Get the q1 coordinate.final GridCoordinate
MagneticField.getQ2Coordinate()
Get the q2 coordinate.final GridCoordinate
MagneticField.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