#include <KinematicParametersError.h>
Public Member Functions | |
bool | isValid () const |
KinematicParametersError () | |
KinematicParametersError (const AlgebraicSymMatrix77 &er) | |
KinematicParametersError (const CartesianTrajectoryError &err, float merr) | |
AlgebraicSymMatrix77 const & | matrix () const |
AlgebraicSymMatrix77 & | matrix () |
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 21 of file KinematicParametersError.h.
|
inline |
|
inline |
Definition at line 27 of file KinematicParametersError.h.
References vl.
|
inline |
Definition at line 31 of file KinematicParametersError.h.
References CartesianTrajectoryError::matrix(), theCovMatrix, and vl.
|
inline |
Definition at line 46 of file KinematicParametersError.h.
References vl.
Referenced by ntupleDataFormat._Object::_checkIsValid(), and core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
access methods
Definition at line 41 of file KinematicParametersError.h.
References theCovMatrix.
Referenced by LagrangeParentParticleFitter::fit(), KinematicConstrainedVertexFitter::fit(), KinematicConstrainedVertexFitterT< nTrk, nConstraint >::fit(), KinematicRefittedTrackState::kinematicParametersCovariance(), KinematicState::operator==(), PerigeeKinematicState::PerigeeKinematicState(), TrackKinematicStatePropagator::propagateToTheTransversePCACharged(), and TrackKinematicStatePropagator::propagateToTheTransversePCANeutral().
|
inline |
Definition at line 43 of file KinematicParametersError.h.
References theCovMatrix.
|
private |
Definition at line 50 of file KinematicParametersError.h.
Referenced by KinematicParametersError(), and matrix().
|
private |
Definition at line 51 of file KinematicParametersError.h.
Referenced by isValid(), and KinematicParametersError().