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
+6 -6
View File
@@ -150,6 +150,12 @@ public: // without description
inline G4bool GetLowerI1() {return fLowerI1;};
inline void SetLowerI1(G4bool flag) {fLowerI1=flag;};
// operators
G4bool operator==(const G4SandiaTable&) const = delete;
G4bool operator!=(const G4SandiaTable&) const = delete;
G4SandiaTable(G4SandiaTable &) = delete;
G4SandiaTable & operator=(const G4SandiaTable &right) = delete;
private:
void ComputeMatTable();
@@ -160,12 +166,6 @@ private:
G4double** GetPointerToCof();
// operators
G4bool operator==(const G4SandiaTable&) const;
G4bool operator!=(const G4SandiaTable&) const;
G4SandiaTable(G4SandiaTable &);
G4SandiaTable & operator=(const G4SandiaTable &right);
static const G4double fSandiaTable[981][5];
static const G4int fNumberOfElements;
static const G4int fIntervalLimit;