#include <KinematicParametersError.h>
Public Member Functions | |
bool | isValid () const |
KinematicParametersError (const AlgebraicSymMatrix77 &er) | |
KinematicParametersError () | |
AlgebraicSymMatrix77 | matrix () const |
Private Attributes | |
AlgebraicSymMatrix77 | theCovMatrix |
bool | vl |
Class to store the error matrix for (x,y,z,p_x,p_y,p_z,m) particle parametrization
Kirill Prokofiev January 2003
Definition at line 19 of file KinematicParametersError.h.
KinematicParametersError::KinematicParametersError | ( | ) | [inline] |
KinematicParametersError::KinematicParametersError | ( | const AlgebraicSymMatrix77 & | er | ) | [inline] |
Definition at line 25 of file KinematicParametersError.h.
References vl.
: theCovMatrix(er) {vl = true;}
bool KinematicParametersError::isValid | ( | void | ) | const [inline] |
AlgebraicSymMatrix77 KinematicParametersError::matrix | ( | void | ) | const [inline] |
access methods
Definition at line 33 of file KinematicParametersError.h.
References theCovMatrix.
Referenced by KinematicConstrainedVertexFitterT< nTrk, nConstraint >::fit(), KinematicConstrainedVertexFitter::fit(), LagrangeParentParticleFitter::fit(), KinematicState::freeTrajectoryState(), KinematicState::operator==(), PerigeeKinematicState::PerigeeKinematicState(), TrackKinematicStatePropagator::propagateToTheTransversePCACharged(), and TrackKinematicStatePropagator::propagateToTheTransversePCANeutral().
{return theCovMatrix;}
Definition at line 41 of file KinematicParametersError.h.
Referenced by matrix().
bool KinematicParametersError::vl [private] |
Definition at line 42 of file KinematicParametersError.h.
Referenced by isValid(), and KinematicParametersError().