#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 20 of file KinematicParametersError.h.
|
inline |
|
inline |
Definition at line 24 of file KinematicParametersError.h.
References vl.
|
inline |
Definition at line 26 of file KinematicParametersError.h.
References submitPVResolutionJobs::err, theCovMatrix, and vl.
|
inline |
Definition at line 40 of file KinematicParametersError.h.
References vl.
Referenced by ntupleDataFormat._Object::_checkIsValid(), and core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
access methods
Definition at line 36 of file KinematicParametersError.h.
References theCovMatrix.
Referenced by LagrangeParentParticleFitter::fit(), KinematicRefittedTrackState::kinematicParametersCovariance(), and KinematicState::operator==().
|
inline |
Definition at line 38 of file KinematicParametersError.h.
References theCovMatrix.
|
private |
Definition at line 43 of file KinematicParametersError.h.
Referenced by KinematicParametersError(), and matrix().
|
private |
Definition at line 44 of file KinematicParametersError.h.
Referenced by isValid(), and KinematicParametersError().