|
ATLAS Offline Software
|
Go to the documentation of this file.
18 #include "GaudiKernel/MsgStream.h"
28 m_positionCovariance(3,3),
31 m_positionCovariance.setZero();
35 const double ndf,
const double chi2) :
43 m_positionCovariance.setZero();
47 sl <<
"Trk::RecVertex: " << std::endl;
55 sl <<
"Trk::RecVertex: " << std::endl;
67 const AmgSymMatrix(3)& RecVertex::covariancePosition()
const
68 {
return m_positionCovariance; }
72 m_positionCovariance *= 1./factor;
Trk::FitQuality m_fitQuality
Vertex_v1 Vertex
Define the latest version of the vertex class.
virtual ~RecVertex()
Destructor.
void scaleError(float factor)
Error scaling method.
RecVertex()
Default constructor, if called initializes a RecVertex with all data members set to 0.
AmgSymMatrix(5) &GXFTrackState
const Trk::FitQuality & fitQuality() const
Fit quality access method.
std::string toString(const Translation3D &translation, int precision=4)
GeoPrimitvesToStringConverter.
virtual MsgStream & dump(MsgStream &sl) const
Output Method for MsgStream, to be overloaded by child classes.
double chi2(TH1 *h0, TH1 *h1)
Class to represent and store fit qualities from track reconstruction in terms of and number of degre...
virtual MsgStream & dump(MsgStream &sl) const
Output Method for MsgStream, to be overloaded by child classes.
Ensure that the ATLAS eigen extensions are properly loaded.
Eigen::Matrix< double, 3, 1 > Vector3D