CMS 3D CMS Logo

Public Member Functions | Private Attributes

Tsos2DZed Class Reference

#include <StateSegmentMatcher.h>

List of all members.

Public Member Functions

AlgebraicSymMatrix22 errorMatrix () const
AlgebraicVector2 paramVector () const
 Tsos2DZed (TrajectoryStateOnSurface *)

Private Attributes

AlgebraicVector2 tsos_2d_zed
AlgebraicSymMatrix22 tsosErr_22_zed

Detailed Description

Definition at line 63 of file StateSegmentMatcher.h.


Constructor & Destructor Documentation

Tsos2DZed::Tsos2DZed ( TrajectoryStateOnSurface tsos)

Member Function Documentation

AlgebraicSymMatrix22 Tsos2DZed::errorMatrix ( ) const

Definition at line 182 of file StateSegmentMatcher.cc.

Referenced by StateSegmentMatcher::StateSegmentMatcher().

{return tsosErr_22_zed;}
AlgebraicVector2 Tsos2DZed::paramVector ( ) const

Definition at line 179 of file StateSegmentMatcher.cc.

Referenced by StateSegmentMatcher::StateSegmentMatcher().

{return tsos_2d_zed;}

Member Data Documentation

Definition at line 75 of file StateSegmentMatcher.h.

Definition at line 76 of file StateSegmentMatcher.h.