Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
+23
View File
@@ -15,6 +15,29 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
04 December, 02 Y.Morita (persistency-V04-01-02)
- G4PersistencyManager.cc: protect for default persistency manager
- G4PersistencyCenter.cc: bug fixes, disable HepMC/MCTruth printout
- GetG4->Get, CurrentG4->Current
- SetG4->Set, RegisterG4->Register, DeleteG4->Delete
04 December, 02 G.Cosmo (persistency-V04-01-01)
- Corrections to comply to G4 coding rules:
o use of g4std/ headers for STL classes;
o use G4std:: instead of std::
o use of G4 types (limited to G4bool, G4cout, G4endl, G4cerr)
- Fixes for porting on Windows platform:
o HepMC is not currently supported by CLHEP on Windows, so must be
excluded from compilation on Windows systems.
29 November, 02 Y.Morita (persistency-V04-01-00)
- tools for developers
23 November, 02 Y.Morita
- new abstract interface for persistency for release 5.0.
- for actual implementation of HepODBMS and ROOT I/O, see
$G4INSTALL/examples/extended/persistency/README.
7 December, 01 Y.Morita (persistency-V03-02-02)
- added G4Pglobals.hh to G4PVHits and G4PVDigits for g++ 2.95.2 headers