CMS 3D CMS Logo

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() [1/3]

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() [2/3]

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() [3/3]

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

◆ getMatrix() [1/3]

const AlgebraicMatrix& ProjectionMatrixDiag::getMatrix ( ) const
inline

Definition at line 26 of file GEMSegment.cc.

References theProjectionMatrix.

26 { return (theProjectionMatrix); }
AlgebraicMatrix theProjectionMatrix

◆ getMatrix() [2/3]

const AlgebraicMatrix& ProjectionMatrixDiag::getMatrix ( ) const
inline

Definition at line 27 of file ME0Segment.cc.

References theProjectionMatrix.

27 { return (theProjectionMatrix); }
AlgebraicMatrix theProjectionMatrix

◆ getMatrix() [3/3]

const AlgebraicMatrix& ProjectionMatrixDiag::getMatrix ( ) const
inline

Definition at line 28 of file GEMCSCSegment.cc.

References theProjectionMatrix.

28 { return (theProjectionMatrix); }
AlgebraicMatrix theProjectionMatrix

Member Data Documentation

◆ theProjectionMatrix

AlgebraicMatrix ProjectionMatrixDiag::theProjectionMatrix
protected

Definition at line 19 of file GEMCSCSegment.cc.

Referenced by getMatrix(), and ProjectionMatrixDiag().