EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#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) | |
G4GDMLMatrix & | operator= (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 |
Definition at line 45 of file G4GDMLReadDefine.hh.
View newest version in sPHENIX GitHub at line 45 of file G4GDMLReadDefine.hh
G4GDMLMatrix::G4GDMLMatrix | ( | ) |
G4GDMLMatrix::G4GDMLMatrix | ( | std::size_t | rows0, |
std::size_t | cols0 | ||
) |
G4GDMLMatrix::G4GDMLMatrix | ( | const G4GDMLMatrix & | rhs | ) |
G4GDMLMatrix::~G4GDMLMatrix | ( | ) |
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 | ||
) |
|
private |
Definition at line 63 of file G4GDMLReadDefine.hh.
View newest version in sPHENIX GitHub at line 63 of file G4GDMLReadDefine.hh
|
private |
Definition at line 62 of file G4GDMLReadDefine.hh.
View newest version in sPHENIX GitHub at line 62 of file G4GDMLReadDefine.hh
|
private |
Definition at line 63 of file G4GDMLReadDefine.hh.
View newest version in sPHENIX GitHub at line 63 of file G4GDMLReadDefine.hh