Class VerCorrector

All Implemented Interfaces:
Cloneable, ISimpleElement, AbstractUpdateableElement, IApplyableElement

public class VerCorrector extends AbstractCorrector
This type represents vertical corrector. It correct particle path in vertical plane.
Author:
igor@scictrl.com
See Also:
  • Constructor Details

    • VerCorrector

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

      public VerCorrector(String name, boolean virtual, double position, double relpos, String relFrom, double length, String ps, String calibrationEntry, double angle)
      Constructs the VerCorrector 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