12#ifndef ROOT_TGDMLMATRIX
13#define ROOT_TGDMLMATRIX
int Int_t
Signed integer 4 bytes (int).
double Double_t
Double 8 bytes.
const char Option_t
Option string (const char).
#define ClassDefOverride(name, id)
This class is used in the process of reading and writing the GDML "matrix" tag.
TGDMLMatrix & operator=(const TGDMLMatrix &rhs)
void Print(Option_t *option="") const override
This method must be overridden when a class wants to print itself.
Double_t Get(size_t r, size_t c) const
void Set(size_t r, size_t c, Double_t a)
void SetMatrixAsString(const char *mat)
const char * GetMatrixAsString() const
The TNamed class is the base class for all named ROOT classes.