Changeset 1347 for trunk/source/processes/hadronic/models/qmd/include
- Timestamp:
- Dec 22, 2010, 3:52:27 PM (15 years ago)
- Location:
- trunk/source/processes/hadronic/models/qmd/include
- Files:
-
- 2 edited
-
G4QMDMeanField.hh (modified) (1 diff)
-
G4QMDReaction.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/processes/hadronic/models/qmd/include/G4QMDMeanField.hh
r962 r1347 60 60 61 61 G4double GetTotalPotential(); 62 G4double GetPotential( G4int ); 62 63 63 64 void DoPropagation( G4double ); -
trunk/source/processes/hadronic/models/qmd/include/G4QMDReaction.hh
r1228 r1347 74 74 void EnableFermiG(){ heg = true; setHighEnergyModel(); }; 75 75 76 void SetTMAX( G4int i ){ maxTime = i; }; 77 void SetDT( G4double t ){ deltaT = t; }; 78 void SetEF( G4double x ){ envelopF = x; }; 79 76 80 private: 77 81 … … 89 93 G4double deltaT; 90 94 G4int maxTime; 95 G4double envelopF; 91 96 92 97 G4Evaporation* evaporation;
Note:
See TracChangeset
for help on using the changeset viewer.
