CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/TrackingTools/TrajectoryParametrization/src/CartesianTrajectoryError.cc

Go to the documentation of this file.
00001 #include "TrackingTools/TrajectoryParametrization/interface/CartesianTrajectoryError.h"
00002 
00003 GlobalError CartesianTrajectoryError::position() const {
00004   return GlobalError( theCovarianceMatrix.Sub<AlgebraicSymMatrix33>(0,0)); 
00005 }