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
@@ -162,6 +162,12 @@ public:
// persistency for clients requiring preallocation of memory for
// persistifiable objects.
// operators
G4IonisParamMat& operator=(const G4IonisParamMat&) = delete;
G4bool operator==(const G4IonisParamMat&) const = delete;
G4bool operator!=(const G4IonisParamMat&) const = delete;
G4IonisParamMat(const G4IonisParamMat&) = delete;
private:
// Compute mean parameters : ExcitationEnergy,Shell corretion vector ...
@@ -176,12 +182,6 @@ private:
// Compute parameters for ion parameterizations
void ComputeIonParameters();
// operators
G4IonisParamMat& operator=(const G4IonisParamMat&);
G4bool operator==(const G4IonisParamMat&) const;
G4bool operator!=(const G4IonisParamMat&) const;
G4IonisParamMat(const G4IonisParamMat&);
//
// data members
//