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

#include <east/blob/main/G4_Patches/G4.v11.0.p01/source/persistency/gdml/include/G4GDMLReadDefine.hh>

Public Member Functions

 G4GDMLMatrix ()
 
 G4GDMLMatrix (std::size_t rows0, std::size_t cols0)
 
 G4GDMLMatrix (const G4GDMLMatrix &rhs)
 
G4GDMLMatrixoperator= (const G4GDMLMatrix &rhs)
 
 ~G4GDMLMatrix ()
 
void Set (std::size_t r, std::size_t c, G4double a)
 
G4double Get (std::size_t r, std::size_t c) const
 
std::size_t GetRows () const
 
std::size_t GetCols () const
 

Private Attributes

G4double * m = nullptr
 
std::size_t rows = 0
 
std::size_t cols = 0
 

Detailed Description

Definition at line 45 of file G4GDMLReadDefine.hh.

View newest version in sPHENIX GitHub at line 45 of file G4GDMLReadDefine.hh

Constructor & Destructor Documentation

G4GDMLMatrix::G4GDMLMatrix ( )
G4GDMLMatrix::G4GDMLMatrix ( std::size_t  rows0,
std::size_t  cols0 
)
G4GDMLMatrix::G4GDMLMatrix ( const G4GDMLMatrix rhs)
G4GDMLMatrix::~G4GDMLMatrix ( )

Member Function Documentation

G4double G4GDMLMatrix::Get ( std::size_t  r,
std::size_t  c 
) const
std::size_t G4GDMLMatrix::GetCols ( ) const
std::size_t G4GDMLMatrix::GetRows ( ) const
G4GDMLMatrix& G4GDMLMatrix::operator= ( const G4GDMLMatrix rhs)
void G4GDMLMatrix::Set ( std::size_t  r,
std::size_t  c,
G4double  a 
)

Member Data Documentation

std::size_t G4GDMLMatrix::cols = 0
private

Definition at line 63 of file G4GDMLReadDefine.hh.

View newest version in sPHENIX GitHub at line 63 of file G4GDMLReadDefine.hh

G4double* G4GDMLMatrix::m = nullptr
private

Definition at line 62 of file G4GDMLReadDefine.hh.

View newest version in sPHENIX GitHub at line 62 of file G4GDMLReadDefine.hh

std::size_t G4GDMLMatrix::rows = 0
private

Definition at line 63 of file G4GDMLReadDefine.hh.

View newest version in sPHENIX GitHub at line 63 of file G4GDMLReadDefine.hh


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