CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/TrackingTools/TrajectoryParametrization/src/PerigeeTrajectoryError.cc

Go to the documentation of this file.
00001 #include "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryError.h"
00002 #include "DataFormats/Math/interface/invertPosDefMatrix.h"
00003 
00004 
00005 void PerigeeTrajectoryError::calculateWeightMatrix() const {
00006   inverseError = invertPosDefMatrix(thePerigeeError, thePerigeeWeight) ?
00007     0 : 1;
00008   weightIsAvailable = true;
00009 }