Interface CombinedTrajectoryData
-
- All Superinterfaces:
Data,DynamicData
- All Known Implementing Classes:
CombinedTrajectoryDataImpl
public interface CombinedTrajectoryData extends DynamicData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Double>getMonitorNormalizedPosDiff(Plane plane)returns the difference in pos measurement-model for each monitor, normalized over sqrt(beta)java.util.List<java.lang.Double>getMonitorNormalizedPosRms(Plane plane)returns the normalized rms of the measured dispersion values for each monitorJama.MatrixgetNoisyDifferenceVector()java.util.List<java.lang.Double>getNoisyMonitorPosDiff(Plane plane)-
Methods inherited from interface cern.accsoft.steering.aloha.meas.data.DynamicData
addListener, removeListener
-
-
-
-
Method Detail
-
getMonitorNormalizedPosDiff
java.util.List<java.lang.Double> getMonitorNormalizedPosDiff(Plane plane)
returns the difference in pos measurement-model for each monitor, normalized over sqrt(beta)- Parameters:
plane- the plane for which to get the data- Returns:
- the data
-
getMonitorNormalizedPosRms
java.util.List<java.lang.Double> getMonitorNormalizedPosRms(Plane plane)
returns the normalized rms of the measured dispersion values for each monitor- Parameters:
plane- the plane for which to get the data- Returns:
- the data
-
getNoisyMonitorPosDiff
java.util.List<java.lang.Double> getNoisyMonitorPosDiff(Plane plane)
- Parameters:
plane-- Returns:
- the difference in pos meas-model for each monitor in the given plane
-
getNoisyDifferenceVector
Jama.Matrix getNoisyDifferenceVector()
- Returns:
- the difference-vector between meas-model
-
-