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
+11
View File
@@ -8,6 +8,17 @@ https://twiki.cern.ch/twiki/bin/view/Geant4/AdvancedExamplesHadrontherapy
History file of the Hadrontherapy application
====================================================
19.11.2019 G. Folger Tag: hadrontherapy-V10-05-02
- remove using namespace std from header files:
HadrontherapyElectricTabulatedField3D.hh and HadrontherapyMagneticField3D.hh
put the using into the .cc file, and make use of endl consistent with g4cout or std::cout
30.10.2019, S. Guatelli, Tag: hadrontherapy-V10-05-01
- namespace std deleted
30.08.2019, S. Guatelli Tag: hadrontherapy-V10-05-01
- G4VIS_USE cleaned
31.01.2019, I.Hrivnacova Tag: hadrontherapy-V10-05-00
- Merged GitHub PR #4: all Boolean operators now return G4bool.