All Implemented Interfaces:
Cloneable, ISimpleElement, AbstractUpdateableElement, IApplyableElement

public class Kicker extends AbstractCorrector
This type represent kicker magnet. This is corrector, which is modeled as it would change direction of particle's velocity discontinously inthe center of it for a specified angle.
Author:
igor@scictrl.com
See Also:
  • Constructor Details

    • Kicker

      public Kicker(String name)
      Constructs Kicker with specified name and default parameter's values.
      Parameters:
      name - a String name of abstract corrector
    • Kicker

      public Kicker(String name, boolean virtual, double position, double relpos, String relFrom, double length, String ps, String calibrationEntry, double angle)
      Constructs the Kicker with specified parameters.
      Parameters:
      name - a String object
      virtual - a boolean
      position - a double
      relpos - a double
      relFrom - a String object
      length - a double
      ps - a String object
      calibrationEntry - a String object
      angle - a double
  • Method Details