Import Geant4 11.4.0 source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user