Package cern.accsoft.steering.aloha.read
Interface CorrectorKickDataReader
-
- All Known Implementing Classes:
YaspCorrectorKickDataReader
public interface CorrectorKickDataReaderthis is the interface for a class, that reads corrector-ckick data
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CorrectorKickDataread(java.io.File file, ReadSelectionFilter selection, MeasurementReaderOptions options)reads the data and returns a new instance onCorrectorKickData
-
-
-
Method Detail
-
read
CorrectorKickData read(java.io.File file, ReadSelectionFilter selection, MeasurementReaderOptions options) throws ReaderException
reads the data and returns a new instance onCorrectorKickData- Returns:
- the
CorrectorKickData - Throws:
ReaderException
-
-