#include <KinematicParametersError.h>
Public Member Functions | |
bool | isValid () const |
KinematicParametersError () | |
KinematicParametersError (const AlgebraicSymMatrix77 &er) | |
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.
|
inline |
|
inline |
Definition at line 25 of file KinematicParametersError.h.
References vl.
|
inline |
|
inline |
access methods
Definition at line 33 of file KinematicParametersError.h.
References theCovMatrix.
Referenced by LagrangeParentParticleFitter::fit(), KinematicConstrainedVertexFitter::fit(), KinematicConstrainedVertexFitterT< nTrk, nConstraint >::fit(), KinematicState::freeTrajectoryState(), KinematicRefittedTrackState::kinematicParametersCovariance(), KinematicState::operator==(), PerigeeKinematicState::PerigeeKinematicState(), TrackKinematicStatePropagator::propagateToTheTransversePCACharged(), and TrackKinematicStatePropagator::propagateToTheTransversePCANeutral().
|
private |
Definition at line 41 of file KinematicParametersError.h.
Referenced by matrix().
|
private |
Definition at line 42 of file KinematicParametersError.h.
Referenced by isValid(), and KinematicParametersError().