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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileFit
public ProfileFit()
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)