gov.sns.tools.beam
Class RmsEnvelope

java.lang.Object
  |
  +--gov.sns.tools.beam.RmsEnvelope

public class RmsEnvelope
extends java.lang.Object


Constructor Summary
RmsEnvelope()
           
RmsEnvelope(RmsEnvelope e)
          Copy constructor.
 
Method Summary
 PhaseMatrix getSigma()
           
 PhaseMatrix phaseCorrelation()
          Returns the covariance matrix (sigma matrix) in homogeneous phase space coordinates.
 void setCorrelation(PhaseMatrix m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmsEnvelope

public RmsEnvelope()

RmsEnvelope

public RmsEnvelope(RmsEnvelope e)
Copy constructor.

Method Detail

phaseCorrelation

public PhaseMatrix phaseCorrelation()
Returns the covariance matrix (sigma matrix) in homogeneous phase space coordinates.


getSigma

public PhaseMatrix getSigma()

setCorrelation

public void setCorrelation(PhaseMatrix m)