Class AddFieldErrors
- java.lang.Object
-
- cern.accsoft.steering.jmad.kernel.AbstractJMadExecutable
-
- cern.accsoft.steering.jmad.kernel.task.AbstractTask
-
- cern.accsoft.steering.jmad.kernel.task.AddFieldErrors
-
- All Implemented Interfaces:
JMadExecutable
public class AddFieldErrors extends AbstractTask
Task to add absolute field errors to a single element. The provided field errors are ADDED to any field errors already present by the means of an "eoption,add=true" MAD-X command.
-
-
Constructor Summary
Constructors Constructor Description AddFieldErrors(java.lang.String element, java.util.List<java.lang.Double> absoluteErrors)
AddFieldErrors(java.lang.String element, java.util.List<java.lang.Double> absoluteErrors, java.util.List<java.lang.Double> absoluteSkewErrors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<Command>
getCommands()
has to be implemented in subclass in order to retrieve the commands-
Methods inherited from class cern.accsoft.steering.jmad.kernel.task.AbstractTask
compose
-
Methods inherited from class cern.accsoft.steering.jmad.kernel.AbstractJMadExecutable
getOutputFile, getResultType, setOutputFile
-
-
-
-
Method Detail
-
getCommands
protected java.util.List<Command> getCommands()
Description copied from class:AbstractTask
has to be implemented in subclass in order to retrieve the commands- Specified by:
getCommands
in classAbstractTask
- Returns:
- the ArrayList of commands
-
-