Package xal.smf.impl

Class ProfileFit

java.lang.Object
xal.smf.impl.ProfileFit

public class ProfileFit extends Object
This class is a container for fit information coming from the profile monitors.
Version:
unknown
Author:
jdg
  • Constructor Details

    • ProfileFit

      public ProfileFit()
  • Method Details

    • getMean

      public double getMean()
    • setMean

      public void setMean(double m)
    • getSigma

      public double getSigma()
    • setSigma

      public void setSigma(double s)
    • getArea

      public double getArea()
    • setArea

      public void setArea(double a)
    • getAmp

      public double getAmp()
    • setAmp

      public void setAmp(double a)
    • getOffset

      public double getOffset()
    • setOffset

      public void setOffset(double o)
    • getSlope

      public double getSlope()
    • setSlope

      public void setSlope(double s)