EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairGeoMatrix Class Reference

#include <EicRoot/blob/master/geobase/FairGeoMatrix.h>

+ Inheritance diagram for FairGeoMatrix:
+ Collaboration diagram for FairGeoMatrix:

Public Member Functions

 FairGeoMatrix (void)
 
 ~FairGeoMatrix (void)
 
Double_t & operator() (Int_t i, Int_t j)
 
Double_t det (void)
 
FairGeoVector operator* (FairGeoVector &v)
 
FairGeoMatrixoperator/= (Double_t d)
 

Protected Attributes

Double_t fM [9]
 

Detailed Description

Author
Ilse koenig

Definition at line 11 of file FairGeoMatrix.h.

View newest version in sPHENIX GitHub at line 11 of file FairGeoMatrix.h

Constructor & Destructor Documentation

FairGeoMatrix::FairGeoMatrix ( void  )

Definition at line 18 of file FairGeoMatrix.cxx.

View newest version in sPHENIX GitHub at line 18 of file FairGeoMatrix.cxx

References fM.

FairGeoMatrix::~FairGeoMatrix ( void  )

Definition at line 25 of file FairGeoMatrix.cxx.

View newest version in sPHENIX GitHub at line 25 of file FairGeoMatrix.cxx

Member Function Documentation

Double_t FairGeoMatrix::det ( void  )

Definition at line 29 of file FairGeoMatrix.cxx.

View newest version in sPHENIX GitHub at line 29 of file FairGeoMatrix.cxx

References fM.

Double_t& FairGeoMatrix::operator() ( Int_t  i,
Int_t  j 
)
inline

Definition at line 18 of file FairGeoMatrix.h.

View newest version in sPHENIX GitHub at line 18 of file FairGeoMatrix.h

References fM.

FairGeoVector FairGeoMatrix::operator* ( FairGeoVector v)

Definition at line 36 of file FairGeoMatrix.cxx.

View newest version in sPHENIX GitHub at line 36 of file FairGeoMatrix.cxx

References fM, FairGeoVector::getX(), FairGeoVector::getY(), FairGeoVector::getZ(), FairGeoVector::setX(), FairGeoVector::setY(), and FairGeoVector::setZ().

+ Here is the call graph for this function:

FairGeoMatrix & FairGeoMatrix::operator/= ( Double_t  d)

Definition at line 46 of file FairGeoMatrix.cxx.

View newest version in sPHENIX GitHub at line 46 of file FairGeoMatrix.cxx

References d, and fM.

Member Data Documentation

Double_t FairGeoMatrix::fM[9]
protected

Definition at line 14 of file FairGeoMatrix.h.

View newest version in sPHENIX GitHub at line 14 of file FairGeoMatrix.h

Referenced by det(), FairGeoMatrix(), operator()(), operator*(), and operator/=().


The documentation for this class was generated from the following files: