CMS 3D CMS Logo

Public Member Functions | Private Attributes

Tsos2DPhi Class Reference

#include <StateSegmentMatcher.h>

List of all members.

Public Member Functions

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

Private Attributes

AlgebraicVector2 tsos_2d_phi
AlgebraicSymMatrix22 tsosErr_22_phi

Detailed Description

Definition at line 45 of file StateSegmentMatcher.h.


Constructor & Destructor Documentation

Tsos2DPhi::Tsos2DPhi ( TrajectoryStateOnSurface tsos)

Member Function Documentation

AlgebraicSymMatrix22 Tsos2DPhi::errorMatrix ( ) const

Definition at line 163 of file StateSegmentMatcher.cc.

Referenced by StateSegmentMatcher::StateSegmentMatcher().

{return tsosErr_22_phi;}
AlgebraicVector2 Tsos2DPhi::paramVector ( ) const

Definition at line 160 of file StateSegmentMatcher.cc.

Referenced by StateSegmentMatcher::StateSegmentMatcher().

{return tsos_2d_phi;}

Member Data Documentation

Definition at line 57 of file StateSegmentMatcher.h.

Definition at line 58 of file StateSegmentMatcher.h.