gov.sns.xal.smf.impl
Class ProfileFit

java.lang.Object
  |
  +--gov.sns.xal.smf.impl.ProfileFit

public class ProfileFit
extends java.lang.Object

This class is a container for fit information coming from the profile monitors.


Constructor Summary
ProfileFit()
           
 
Method Summary
 double getAmp()
           
 double getArea()
           
 double getMean()
           
 double getOffset()
           
 double getSigma()
           
 double getSlope()
           
 void setAmp(double a)
           
 void setArea(double a)
           
 void setMean(double m)
           
 void setOffset(double o)
           
 void setSigma(double s)
           
 void setSlope(double s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileFit

public ProfileFit()
Method Detail

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)