Go to the documentation of this file.
14 : theOrigin(origin), theLocalDirection(direction), theCovMatrix(
errors), theChi2(
chi2) {}
61 os <<
"EmulatedME0Segment: local pos = " << seg.
localPosition() <<
" posErr = ("
~EmulatedME0Segment() override
Destructor.
LocalVector theLocalDirection
AlgebraicSymMatrix theCovMatrix
EmulatedME0Segment()
Default constructor.
CLHEP::HepVector AlgebraicVector
LocalError localPositionError() const override
AlgebraicMatrix projectionMatrix() const override
The projection matrix relates the trajectory state parameters to the segment parameters().
AlgebraicVector parameters() const override
Parameters of the segment, for the track fit in the order (dx/dz, dy/dz, x, y )
LocalPoint localPosition() const override
CLHEP::HepSymMatrix AlgebraicSymMatrix
CLHEP::HepMatrix AlgebraicMatrix
static const AlgebraicMatrix theProjectionMatrix
LocalError localDirectionError() const override
Error on the local direction.
AlgebraicMatrix createStaticMatrix()
LocalVector localDirection() const override
Local direction.
std::ostream & operator<<(std::ostream &os, const EmulatedME0Segment &seg)