11#include <TMatrixDSym.h>
39 void setAngles(
double angleXZ,
double angleYZ,
const TMatrixDSym& centerCovariance)
47 void setSpread(
const TMatrixDSym& spreadCovariance,
double spreadXZunc,
double spreadYZunc,
double spreadPhiUnc)
This class contains the measured values of the orientation of the collision axis in the CM system obt...
ClassDef(CollisionAxisCMS, 1)
direction of collision axis in CMS and its spread
double getSpreadPhiUnc() const
Get the uncertainty of the angle of the eigenvector of m_spreadCovariance.
double getAngleYZ() const
Get the mean YZ angle of the HER beam in the CM frame obtained by pure boost.
double m_angleXZ
the XZ angle of the HER beam in the CM system obtained by pure boost
const TMatrixDSym & getCenterCovariance() const
Get the covariance matrix describing uncertainties of m_angleXZ and m_angleYZ.
const TMatrixDSym & getSpreadCovariance() const
Get the covariance matrix describing "natural" spread of angleXZ and angleYZ.
double m_spreadYZunc
Uncertainty of the eigenvalue of m_spreadCovariance corresponding to eigenvector closer to y-axis.
double m_angleYZ
the YZ angle of the HER beam in the CM system obtained by pure boost
void setSpread(const TMatrixDSym &spreadCovariance, double spreadXZunc, double spreadYZunc, double spreadPhiUnc)
Set spread covariance and uncertainties of the eigenvalues of this matrix.
TMatrixDSym m_spreadCovariance
Covariance matrix describing "natural" spread of m_angleXZ and m_angleYZ.
bool operator==(const CollisionAxisCMS &other) const
equality operator
double getSpreadXZunc() const
Get the uncertainty of the eigenvalue of m_spreadCovariance corresponding to eigenvector closer to x-...
double m_spreadXZunc
Uncertainty of the eigenvalue of m_spreadCovariance corresponding to eigenvector closer to x-axis.
TMatrixDSym m_centerCovariance
Covariance matrix describing uncertainties of m_angleXZ and m_angleYZ.
double getAngleXZ() const
Get the mean XZ angle of the HER beam in the CM frame obtained by pure boost.
void setAngles(double angleXZ, double angleYZ, const TMatrixDSym ¢erCovariance)
Set the central values and uncertainty of them.
double getSpreadYZunc() const
Get the uncertainty of the eigenvalue of m_spreadCovariance corresponding to eigenvector closer to y-...
double m_spreadPhiUnc
Uncertainty of the angle of the eigenvector of m_spreadCovariance.
Abstract base class for different kinds of events.