CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
ProjectionMatrixDiag Class Reference

Public Member Functions

const AlgebraicMatrixgetMatrix () const
 
const AlgebraicMatrixgetMatrix () const
 
const AlgebraicMatrixgetMatrix () const
 
 ProjectionMatrixDiag ()
 
 ProjectionMatrixDiag ()
 
 ProjectionMatrixDiag ()
 

Protected Attributes

AlgebraicMatrix theProjectionMatrix
 

Detailed Description

Definition at line 16 of file GEMCSCSegment.cc.

Constructor & Destructor Documentation

ProjectionMatrixDiag::ProjectionMatrixDiag ( )
inline

Definition at line 22 of file GEMCSCSegment.cc.

References theProjectionMatrix.

22  : theProjectionMatrix(4, 5, 0) {
23  theProjectionMatrix[0][1] = 1;
24  theProjectionMatrix[1][2] = 1;
25  theProjectionMatrix[2][3] = 1;
26  theProjectionMatrix[3][4] = 1;
27  }
AlgebraicMatrix theProjectionMatrix
ProjectionMatrixDiag::ProjectionMatrixDiag ( )
inline

Definition at line 20 of file GEMSegment.cc.

References theProjectionMatrix.

20  : theProjectionMatrix(4, 5, 0) {
21  theProjectionMatrix[0][1] = 1;
22  theProjectionMatrix[1][2] = 1;
23  theProjectionMatrix[2][3] = 1;
24  theProjectionMatrix[3][4] = 1;
25  }
AlgebraicMatrix theProjectionMatrix
ProjectionMatrixDiag::ProjectionMatrixDiag ( )
inline

Definition at line 21 of file ME0Segment.cc.

References theProjectionMatrix.

21  : theProjectionMatrix(4, 5, 0) {
22  theProjectionMatrix[0][1] = 1;
23  theProjectionMatrix[1][2] = 1;
24  theProjectionMatrix[2][3] = 1;
25  theProjectionMatrix[3][4] = 1;
26  }
AlgebraicMatrix theProjectionMatrix

Member Function Documentation

const AlgebraicMatrix& ProjectionMatrixDiag::getMatrix ( ) const
inline

Definition at line 26 of file GEMSegment.cc.

References theProjectionMatrix.

26 { return (theProjectionMatrix); }
AlgebraicMatrix theProjectionMatrix
const AlgebraicMatrix& ProjectionMatrixDiag::getMatrix ( ) const
inline

Definition at line 27 of file ME0Segment.cc.

References theProjectionMatrix.

27 { return (theProjectionMatrix); }
AlgebraicMatrix theProjectionMatrix
const AlgebraicMatrix& ProjectionMatrixDiag::getMatrix ( ) const
inline

Member Data Documentation

AlgebraicMatrix ProjectionMatrixDiag::theProjectionMatrix
protected

Definition at line 19 of file GEMCSCSegment.cc.

Referenced by getMatrix(), and ProjectionMatrixDiag().