Class CorrectorKickDataImpl
- java.lang.Object
-
- cern.accsoft.steering.util.meas.data.yasp.ReadingDataImpl
-
- cern.accsoft.steering.aloha.plugin.kickresp.meas.data.CorrectorKickDataImpl
-
- All Implemented Interfaces:
CorrectorKickData,MeasuredData<MonitorValue>,ReadingData
public class CorrectorKickDataImpl extends ReadingDataImpl implements CorrectorKickData
-
-
Constructor Summary
Constructors Constructor Description CorrectorKickDataImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeamNumbergetBeamNumber()java.lang.StringgetCorrectorKey()java.lang.StringgetCorrectorName()booleanisHorizontal()determines if the file corresponds to a horizontal active CorrectorbooleanisMinus()determines if the file corresponds to a 'minus' measurement.booleanisPlus()determines if the file corresponds to a 'plus' measurement.booleanisVertical()determines if the file corresponds to a vertical active CorrectorvoidsetBeamNumber(BeamNumber beamNumber)voidsetCorrectorName(java.lang.String correctorName)voidsetPlaneToken(java.lang.String planeToken)voidsetSignToken(java.lang.String signToken)-
Methods inherited from class cern.accsoft.steering.util.meas.data.yasp.ReadingDataImpl
add, add, getCorrectorValue, getCorrectorValues, getCorrectorValues, getHeader, getMonitorValue, getMonitorValues, getMonitorValues, setHeaderData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cern.accsoft.steering.util.meas.data.yasp.MeasuredData
getMonitorValue, getMonitorValues
-
Methods inherited from interface cern.accsoft.steering.util.meas.data.yasp.ReadingData
getCorrectorValue, getCorrectorValues, getCorrectorValues, getHeader, getMonitorValues
-
-
-
-
Method Detail
-
setPlaneToken
public final void setPlaneToken(java.lang.String planeToken)
- Parameters:
planeToken- the planeToken to set
-
setSignToken
public final void setSignToken(java.lang.String signToken)
- Parameters:
signToken- the signToken to set
-
setCorrectorName
public final void setCorrectorName(java.lang.String correctorName)
- Parameters:
correctorName- the correctorName to set
-
getCorrectorKey
public java.lang.String getCorrectorKey()
- Specified by:
getCorrectorKeyin interfaceCorrectorKickData- Returns:
- the key of the corrector, which was kicked.
-
getCorrectorName
public java.lang.String getCorrectorName()
- Specified by:
getCorrectorNamein interfaceCorrectorKickData- Returns:
- the name of the corrector, which was kicked.
-
isVertical
public boolean isVertical()
Description copied from interface:CorrectorKickDatadetermines if the file corresponds to a vertical active Corrector- Specified by:
isVerticalin interfaceCorrectorKickData- Returns:
- true if vertical corrector
-
isHorizontal
public boolean isHorizontal()
Description copied from interface:CorrectorKickDatadetermines if the file corresponds to a horizontal active Corrector- Specified by:
isHorizontalin interfaceCorrectorKickData- Returns:
- true if horizontal corrector
-
isPlus
public boolean isPlus()
Description copied from interface:CorrectorKickDatadetermines if the file corresponds to a 'plus' measurement.- Specified by:
isPlusin interfaceCorrectorKickData- Returns:
- true, if 'plus' measurement.
-
isMinus
public boolean isMinus()
Description copied from interface:CorrectorKickDatadetermines if the file corresponds to a 'minus' measurement.- Specified by:
isMinusin interfaceCorrectorKickData- Returns:
- true, if 'minus' measurement.
-
getBeamNumber
public BeamNumber getBeamNumber()
- Specified by:
getBeamNumberin interfaceCorrectorKickData- Returns:
- the beam number to which this data belongs to
-
setBeamNumber
public void setBeamNumber(BeamNumber beamNumber)
-
-