Import Geant4 11.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2023-12-08 10:43:34 +01:00
parent dd1f179cda
commit 860a2b92bf
3962 changed files with 139318 additions and 164259 deletions
@@ -76,6 +76,12 @@ class G4DNAPTBIonisationModel : public G4VDNAModel
*/
~G4DNAPTBIonisationModel() override = default;
// copy constructor and hide assignment operator
G4DNAPTBIonisationModel(const G4DNAPTBIonisationModel&) = delete; // prevent copy-construction
G4DNAPTBIonisationModel& operator=(
const G4DNAPTBIonisationModel& right) = delete; // prevent assignement
/*!
* \brief Initialise
* Method called once at the beginning of the simulation. It is used to setup the list of the
@@ -193,11 +199,6 @@ class G4DNAPTBIonisationModel : public G4VDNAModel
*/
G4double LogLogInterpolate(G4double e1, G4double e2, G4double e, G4double xs1, G4double xs2);
// copy constructor and hide assignment operator
G4DNAPTBIonisationModel(const G4DNAPTBIonisationModel&) = delete; // prevent copy-construction
G4DNAPTBIonisationModel& operator=(
const G4DNAPTBIonisationModel& right) = delete; // prevent assignement
G4Material* fpGuanine_PU = nullptr;
G4Material* fpTHF = nullptr;
G4Material* fpPY = nullptr;