Import Geant4 10.7.2 source tree
This commit is contained in:
@@ -16,6 +16,12 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
06 May 21: G.Cosmo (emutils-V10-06-18)
|
||||
- Fixed shadowing compilation warning in G4EmCorrections reported with gcc-11.
|
||||
|
||||
14 April 21: V.Ivanchenko (emutils-V10-06-17)
|
||||
- G4EmParameters - fix problem #2350 (correct line break)
|
||||
|
||||
30 January 21: V.Ivanchenko (emutils-V10-06-16)
|
||||
- G4VEnergyLossProcess, G4VEmProcess, - improved printout
|
||||
G4EmExtraParameters, G4EmExtraParametersMessenger - fixed #2292
|
||||
|
||||
@@ -154,8 +154,8 @@ public:
|
||||
G4double kineticEnergy);
|
||||
|
||||
// ionisation models for ions
|
||||
inline void SetIonisationModels(G4VEmModel* m1 = nullptr,
|
||||
G4VEmModel* m2 = nullptr);
|
||||
inline void SetIonisationModels(G4VEmModel* mod1 = nullptr,
|
||||
G4VEmModel* mod2 = nullptr);
|
||||
|
||||
inline G4int GetNumberOfStoppingVectors() const;
|
||||
|
||||
|
||||
@@ -1392,7 +1392,7 @@ void G4EmParameters::StreamInfo(std::ostream& os) const
|
||||
<< fCParameters->DNAElectronMsc() << "\n";
|
||||
os << "Use DNA e- solvation model type "
|
||||
<< fCParameters->DNAeSolvationSubType() << "\n";
|
||||
os << "=======================================================================" << "\n";
|
||||
os << "=======================================================================" << G4endl;
|
||||
}
|
||||
os.precision(prec);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user