Package cnuphys.magfield
Class StandardSolenoidProbe
java.lang.Object
cnuphys.magfield.FieldProbe
cnuphys.magfield.SolenoidProbe
cnuphys.magfield.StandardSolenoidProbe
- All Implemented Interfaces:
- IField
- 
Field SummaryFields inherited from class cnuphys.magfield.FieldProbe_field, _name, cosSect, q1Coordinate, q2Coordinate, q3Coordinate, ROOT3OVER2, sinSect, X, Y, Z
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfield(float x, float y, float z, float[] result) Get the field in kGMethods inherited from class cnuphys.magfield.FieldProbecontains, factory, factory, field, fieldMagnitude, getB1, getB2, getB3, getCompositeIndex, getField, getMaxFieldMagnitude, getName, getPhiCoordinate, getPhiMax, getPhiMin, getRCoordinate, getRhoMax, getRhoMin, getSector, getZCoordinate, getZMax, getZMin, gradient, isZeroField
- 
Constructor Details- 
StandardSolenoidProbe
 
- 
- 
Method Details- 
fieldpublic void field(float x, float y, float z, float[] result) Get the field in kG- Specified by:
- fieldin interface- IField
- Overrides:
- fieldin class- SolenoidProbe
- Parameters:
- x- the x coordinate in cm
- y- the y coordinate in cm
- z- the z coordinate in cm
- result- holds the resuts, the Cartesian coordinates of B in kG
 
 
-