Class InitialContitionsParameters


  • public final class InitialContitionsParameters
    extends java.lang.Object
    Contains utility methods to create parameters out of initial conditions
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addTwissParameters​(java.util.List<Parameter> parameters, TwissInitialConditions tw)
      Adds the parameters representing the given initial conditions to the parameter list.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addTwissParameters

        public static void addTwissParameters​(java.util.List<Parameter> parameters,
                                              TwissInitialConditions tw)
        Adds the parameters representing the given initial conditions to the parameter list.
        Parameters:
        parameters - the list to which to append the parameters
        tw - the twiss initial conditons which shall be added to the list of parameters