22 #ifndef GFBOOKKEEPING_H
23 #define GFBOOKKEEPING_H
39 std::map<std::string, TMatrixT<double>* >
fMatrices;
40 std::map<std::string, GFDetPlane* >
fPlanes;
44 std::map<std::string, TMatrixT<double>* >
fNumbers;
56 void setMatrix(std::string key,
unsigned int index,
const TMatrixT<double>& mat);
58 void setNumber(std::string key,
unsigned int index,
const double&
num);
60 bool getMatrix(std::string key,
unsigned int index, TMatrixT<double>& mat)
const;
62 bool getNumber(std::string key,
unsigned int index,
double&
num)
const;
79 void Print(
const Option_t* =
"")
const;