Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
+15
View File
@@ -16,6 +16,21 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
November 15th, 2019 M. Verderi
- Introduce leading particle biasing proc-biasgen-V10-05-00
This is made implementing the new biasing operation:
include/G4BOptnLeadingParticle.hh
src/G4BOptnLeadingParticle.cc
- G4BOptnChangeCrossSection:
add argument to:
void SetBiasedCrossSection(G4double xst);
as option to update the interaction length when
setting a new cross-section value:
void SetBiasedCrossSection(G4double xst, bool updateInteractionLength = false);
default value makes the change backward compatible.
November 24th, 2017 M. Verderi
- Fix G4BiasingProcessInterface for wrong setting of first/last
GPIL/DoIt flags in case charged particles. As the msc became