Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
@@ -45,12 +45,12 @@ public:
void SetM(G4int aM) { theM = aM; }
void SetName(const G4String& aName) { theName = aName; }
G4int GetZ() { return theZ; }
G4int GetA() { return theA; }
G4int GetM() { return theM; }
G4String& GetName() { return theName; }
G4int GetZ() const { return theZ; }
G4int GetA() const { return theA; }
G4int GetM() const { return theM; }
const G4String& GetName() const { return theName; }
G4bool IsThisNaturalAbundance() { return nat; };
G4bool IsThisNaturalAbundance() const { return nat; };
void SetNaturalAbundanceFlag() { nat = TRUE; };
private: