CMS 3D CMS Logo

KinematicParametersError Class Reference

Class to store the error matrix for (x,y,z,p_x,p_y,p_z,m) particle parametrization. More...

#include <RecoVertex/KinematicFitPrimitives/interface/KinematicParametersError.h>

List of all members.

Public Member Functions

bool isValid () const
 KinematicParametersError (const AlgebraicSymMatrix77 &er)
 KinematicParametersError ()
AlgebraicSymMatrix77 matrix () const
 access methods

Private Attributes

AlgebraicSymMatrix77 theCovMatrix
bool vl


Detailed Description

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.


Constructor & Destructor Documentation

KinematicParametersError::KinematicParametersError (  )  [inline]

Definition at line 22 of file KinematicParametersError.h.

References vl.

00023  {vl = false;}

KinematicParametersError::KinematicParametersError ( const AlgebraicSymMatrix77 er  )  [inline]

Definition at line 25 of file KinematicParametersError.h.

References vl.

00025                                                          :
00026                              theCovMatrix(er)
00027  {vl = true;}
 


Member Function Documentation

bool KinematicParametersError::isValid ( void   )  const [inline]

Definition at line 37 of file KinematicParametersError.h.

References vl.

00038  {return vl;}

AlgebraicSymMatrix77 KinematicParametersError::matrix ( void   )  const [inline]

access methods

Definition at line 33 of file KinematicParametersError.h.

References theCovMatrix.

Referenced by LagrangeParentParticleFitter::fit(), KinematicState::freeTrajectoryState(), KinematicRefittedTrackState::kinematicParametersCovariance(), KinematicState::operator==(), PerigeeKinematicState::PerigeeKinematicState(), TrackKinematicStatePropagator::propagateToTheTransversePCACharged(), and TrackKinematicStatePropagator::propagateToTheTransversePCANeutral().

00034  {return theCovMatrix;}


Member Data Documentation

AlgebraicSymMatrix77 KinematicParametersError::theCovMatrix [private]

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().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:26:22 2009 for CMSSW by  doxygen 1.5.4