Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
+5 -5
View File
@@ -212,6 +212,11 @@ public: // without description
inline void SetName(const G4String& name) {fName=name;}
G4Element(G4Element&) = delete;
const G4Element & operator=(const G4Element&) = delete;
G4bool operator==(const G4Element&) const = delete;
G4bool operator!=(const G4Element&) const = delete;
private:
void InitializePointers();
@@ -220,11 +225,6 @@ private:
void ComputeLradTsaiFactor();
void AddNaturalIsotopes();
G4Element(G4Element&) = delete;
const G4Element & operator=(const G4Element&) = delete;
G4bool operator==(const G4Element&) const = delete;
G4bool operator!=(const G4Element&) const = delete;
//
// Basic data members (which define an Element)
//