Import Geant4 10.4.1 source tree

This commit is contained in:
Gabriele Cosmo
2018-03-02 09:34:30 +01:00
parent fc6af9e721
commit fe04dcb406
341 changed files with 18389 additions and 24522 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
$Id: History 101152 2016-11-08 08:07:39Z gcosmo $
$Id: History 108538 2018-02-16 09:25:16Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,10 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
December 19, 2017, G. Cosmo (param-V10-03-00)
- Fixed self-consistency in G4FastSimulationVector header (missing #include).
Thanks to Raphael Isemann for reporting this.
November 03, 2016, M. Verderi (param-V10-02-01)
- New G4FastSimulationManagerHelper utility for
adding G4FastSimulationManagerProcess to a
@@ -44,6 +44,7 @@
#define G4FastSimulationVector_h 1
#include <vector>
#include "G4Types.hh"
template<class T>
class G4FastSimulationVector : public std::vector<T*>