Import Geant4 11.4.1 source tree

This commit is contained in:
Gabriele Cosmo
2026-03-19 16:51:22 +01:00
parent b4a16de652
commit 41f2dd7996
352 changed files with 26342 additions and 24532 deletions
@@ -80,7 +80,7 @@ public:
T * getImage(int _z); // get image of each layer
void setCenterPosition(float _center[3]);
void getCenterPosition(float _center[3]);
void setName(std::string & _name);
void setName(const std::string & _name);
std::string getName();
};
@@ -373,7 +373,7 @@ public:
// get & get name of calculated dose distribution
std::string getDoseDistName(int _num = 0);
void setDoseDistName(std::string _name, int _num = 0);
void setDoseDistName(const std::string& _name, int _num = 0);
// copy dose distributions
void copyDoseDist(std::vector<class GMocrenDataPrimitive<double> > & _dose);