Uses of Enum Class
org.scictrl.mp.orbitcorrect.Orientation
Package
Description
-
Uses of Orientation in org.scictrl.mp.orbitcorrect
Modifier and TypeFieldDescriptionstatic final Orientation
Orientation.H
ConstantH
static final Orientation
Orientation.V
ConstantV
Modifier and TypeMethodDescriptionIOrientationMarker.getOrientation()
getOrientation.static Orientation
Returns the enum constant of this class with the specified name.static Orientation[]
Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Orientation in org.scictrl.mp.orbitcorrect.correction
Modifier and TypeMethodDescriptionOrbitCorrectionController.calculateCorrection
(OrbitCorrectionOperator op, Orientation ori) calculateCorrection.OrbitCorrectionController.calculateResponseMatrix
(OrbitCorrectionOperator op, Orientation ori) calculateResponseMatrix.boolean
OrbitCorrectionController.checkDevices
(AutomaticOrbitCorrectionOperator operator, Orientation o, boolean fail) checkDevices.OrbitCorrectionController.getBPMonitors
(Orientation ori) getBPMonitors.OrbitCorrectionOperator.getBPMonitors
(Orientation ori) getBPMonitors.OrbitCorrectionController.getCorrectors
(Orientation ori) Getter for the fieldcorrectors
.OrbitCorrectionOperator.getCorrectors
(Orientation ori) getCorrectors.double
OrbitCorrectionController.getMaxStep
(Orientation ori) Getter for the fieldmaxStep
.OrbitCorrectionController.getOrbitCorrectionModel
(Orientation ori) getOrbitCorrectionModel.OrbitCorrectionOperator.getResponseMatrix
(Orientation ori) Getter for the fieldresponseMatrix
.void
IOrbitCorrectionModel.initialize
(Orientation ori) Initializes model for selected orientation.void
OrbitCorrectionController.setBPMonitors
(ElementList<BPMonitor> l, Orientation ori) setBPMonitors.void
OrbitCorrectionController.setCorrectors
(ElementList<AbstractCorrector> l, Orientation ori) Setter for the fieldcorrectors
.void
OrbitCorrectionOperator.setLastCorrection
(Correction lastCorrection, Orientation ori) Setter for the fieldlastCorrection
.void
OrbitCorrectionController.setMaxStep
(Orientation ori, double step) Setter for the fieldmaxStep
.boolean
OrbitCorrectionController.testDevices
(AutomaticOrbitCorrectionOperator operator, Orientation o, boolean fail) testDevices.ModifierConstructorDescriptionCorrection
(ElementList<AbstractCorrector> corr, RFGenerator rf, double[] correction, Orientation ori, double scale, int eigenvaluesUsed, double[] eigenvalues) Constructor -
Uses of Orientation in org.scictrl.mp.orbitcorrect.correction.automatic
Modifier and TypeMethodDescriptionprotected boolean
FastModeAutomaticOC.executeCorectionStep
(Orientation ori, AutomaticOrbitCorrectionOperator operator, boolean dryRun) executeCorectionStep.protected boolean
StepAutomaticOC.executeCorectionStep
(Orientation ori, AutomaticOrbitCorrectionOperator operator, boolean dryRun) executeCorectionStep.protected void
TimeBasedAutomaticOC.executeCorectionStep
(Orientation ori, JProgressBar prog, AutomaticOrbitCorrectionOperator operator) executeCorectionStep.protected void
TimeBasedAutomaticOC.executeCorrectionLoop
(Orientation ori, AutomaticOrbitCorrectionOperator operator) Implementing method, which executes correction for specified orientation until new rms is not worse or equal.double
FastModeAutomaticOC.getEnergyMin
(Orientation ori) Getter for the fieldenergyMin
.void
FastModeAutomaticOC.setEnergyMin
(Orientation ori, double energyMin) Setter for the fieldenergyMin
. -
Uses of Orientation in org.scictrl.mp.orbitcorrect.correction.models
Modifier and TypeMethodDescriptionvoid
AbstractOCModel.initialize
(Orientation ori) Initializes model for selected orientation. -
Uses of Orientation in org.scictrl.mp.orbitcorrect.server
Modifier and TypeMethodDescriptionvoid
DataBushServerLocal.addOrbitCorrectionModelClass
(String model, Orientation ori) addOrbitCorrectionModelClass.void
DataBushServerLocal.calculateCorrection
(Orientation orientation) calculateCorrection.ServerDataModel.getAvailableBPMs
(Orientation orinetation) getAvailableBPMs.ServerDataModel.getAvailableCorrectionModels
(Orientation o) getAvailableCorrectionModels.ServerDataModel.getAvailableCorrectors
(Orientation orientation) getAvailableCorrectors.boolean[]
ServerDataModel.getBPMsSelection
(Orientation orinetation) getBPMsSelection.ServerDataModel.getSelectedBPMs
(Orientation orinetation) getSelectedBPMs. -
Uses of Orientation in org.scictrl.mp.orbitcorrect.server.app
Modifier and TypeMethodDescriptionprotected void
AbstractOCAppServer.updateReference
(double[] d, Orientation ori) updateReference. -
Uses of Orientation in org.scictrl.mp.orbitcorrect.utilities
Modifier and TypeMethodDescriptionstatic final ResponseMatrix
ResponseMatrix.fillWithCloseOrbitCalculation
(ResponseMatrix rm, DataBush dataBush, Orientation orientation) Fills the provided RM with closed-orbit calculated matrix data.double[][]
ClosedOrbitAnalyzerBean.getApproximatedBeamData
(Orientation orientation) Getter for the fieldapproximatedBeamData
.double
Orbit.getAvg
(Orientation ori) Getter for the fieldavg
.double[][]
ClosedOrbitAnalyzerBean.getBeamTrace
(Orientation orientation) Returns beam trace calculation for given orientationdouble[][]
IBeamTraceProvider.getBeamTrace
(Orientation ori) Returns beam trace calculation for given orientationdouble[][]
OrbitMonitor.getBeamTrace
(Orientation orientation) Returns beam trace calculation for given orientationdouble[]
ClosedOrbitAnalyzerBean.getCorrectorKicks
(Orientation orientation) Getter for the fieldcorrectorKicks
.ClosedOrbitAnalyzerBean.getCorrectors
(Orientation orientation) Getter for the fieldcorrectors
.int
ClosedOrbitAnalyzerBean.getEigenvectorsUsed
(Orientation orientation) Getter for the fieldeigenvectorsUsed
.double
Orbit.getMax
(Orientation ori) Getter for the fieldmax
.double
ClosedOrbitAnalyzerBean.getMinimalEigenvalue
(Orientation orientation) Getter for the fieldminimalEigenvalue
.double
Orbit.getPosition
(Orientation ori, int i) getPosition.double
Orbit.getPosition
(Orientation ori, String bpm) getPosition.double[]
Orbit.getPositions
(Orientation ori) Getter for the fieldpositions
.double[]
ClosedOrbitAnalyzerBean.getQuadrupoleKicks
(Orientation orientation) Getter for the fieldquadrupoleKicks
.double
Orbit.getRms
(Orientation ori) Getter for the fieldrms
.double
Orbit.getStd
(Orientation ori) Getter for the fieldstd
.void
ClosedOrbitAnalyzerBean.setMinimalEigenvalue
(double newMinimalEigenvalue, Orientation orientation) Setter for the fieldminimalEigenvalue
.