Class ResponseResultImpl
- java.lang.Object
-
- cern.accsoft.steering.jmad.tools.response.ResponseResultImpl
-
- All Implemented Interfaces:
ResponseResult
public class ResponseResultImpl extends java.lang.Object implements ResponseResult
The implementation of a ResponseResult
-
-
Constructor Summary
Constructors Constructor Description ResponseResultImpl(int monitorCount, int correctorCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Jama.MatrixgetResponseMatrix()Jama.MatrixgetTrajectoryMatrix(JMadPlane plane, DeflectionSign sign)the trajectory of a response calculation for one plane and one sign
-
-
-
Method Detail
-
getResponseMatrix
public Jama.Matrix getResponseMatrix()
- Specified by:
getResponseMatrixin interfaceResponseResult- Returns:
- the full calculated Response matrix (H+V)
-
getTrajectoryMatrix
public Jama.Matrix getTrajectoryMatrix(JMadPlane plane, DeflectionSign sign)
Description copied from interface:ResponseResultthe trajectory of a response calculation for one plane and one sign- Specified by:
getTrajectoryMatrixin interfaceResponseResult- Parameters:
plane- the plane for which to get the trajectorysign- the sign for which to get the trajectory- Returns:
- a matrix which contains the trajectories for the given plane and sign
-
-