1 #ifndef BEAMSPOTOBJECTS_H 2 #define BEAMSPOTOBJECTS_H 110 void print(std::stringstream&
ss)
const;
double emittanceX() const
get emittance
void setBeamWidthYError(double val)
set beam width Y error
double dxdzError() const
get dxdz slope, crossing angle in XZ Error
void setCovariance(int i, int j, double val)
set i,j element of the full covariance matrix 7x7
double z() const
get Z beam position
double dydz() const
get dydz slope, crossing angle in YZ
void setEmittanceY(double val)
set emittance
double covariance(int i, int j) const
get i,j element of the full covariance matrix 7x7
void setBetaStar(double val)
set beta star
double beamWidthX() const
get average transverse beam width
BeamSpotObjects()
default constructor
int beamType() const
get beam type
void setType(int type)
set beam type
void setEmittanceX(double val)
set emittance
double beamWidthYError() const
get average transverse beam width error X = Y
virtual ~BeamSpotObjects()
void setdydz(double val)
set dydz slope, crossing angle in XZ
double zError() const
get Z beam position Error
double x() const
get X beam position
void setdxdz(double val)
set dxdz slope, crossing angle
double beamWidthY() const
get average transverse beam width
double y() const
get Y beam position
double xError() const
get X beam position Error
void setBeamWidthXError(double val)
set beam width X error
void setSigmaZ(double val)
set sigma Z, RMS bunch length
double sigmaZ() const
get sigma Z, RMS bunch length
#define COND_SERIALIZABLE
double emittanceY() const
get emittance
void print(std::stringstream &ss) const
print beam spot parameters
double betaStar() const
get beta star
double dydzError() const
get dydz slope, crossing angle in YZ Error
double beamWidthXError() const
get average transverse beam width error ASSUME the same for X and Y
void setPosition(double x, double y, double z)
set XYZ position
std::ostream & operator<<(std::ostream &, BeamSpotObjects beam)
void setBeamWidthX(double val)
set average transverse beam width X
double sigmaZError() const
get sigma Z, RMS bunch length Error
double yError() const
get Y beam position Error
double dxdz() const
get dxdz slope, crossing angle in XZ
void setBeamWidthY(double val)
set average transverse beam width Y