Import Geant4 11.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2025-12-05 08:54:02 +01:00
parent a499fb82e9
commit b4a16de652
6484 changed files with 232674 additions and 221097 deletions
@@ -93,13 +93,20 @@ public:
void SetDNAStationary(G4bool val);
G4bool DNAStationary() const;
void SetChemTimeStepModel(G4ChemTimeStepModel val);
G4ChemTimeStepModel GetChemTimeStepModel() const;
void SetDNAElectronMsc(G4bool val);
G4bool DNAElectronMsc() const;
// double parameters
void SetMaxDNAElectronEnergy(G4double val);
G4double MaxDNAElectronEnergy() const;
void SetMaxDNAIonEnergy(G4double val);
G4double MaxDNAIonEnergy() const;
// integer parameters
void SetChemTimeStepModel(G4ChemTimeStepModel val);
G4ChemTimeStepModel GetChemTimeStepModel() const;
void SetDNAeSolvationSubType(G4DNAModelSubType val);
G4DNAModelSubType DNAeSolvationSubType() const;
@@ -151,6 +158,9 @@ private:
G4DNAModelSubType dnaElectronSolvation;
G4ChemTimeStepModel fTimeStepModel;
G4double maxEElectron;
G4double maxEIon;
G4EmFluoDirectory fFluoDirectory;
G4String namePIXE;