Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
+23 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.9 2006/05/08 12:28:20 gcosmo Exp $
$Id: History,v 1.9 2006-05-08 12:28:20 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,28 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Nov 3rd, 2011 M. Verderi (gflash-V09-04-02)
------------------------
- fix compilation warnings in
GFlashHomoShowerParameterisation.cc:152
GFlashSamplingShowerParameterisation.cc:144
due to respectiveley deletion of
GVFlashHomoShowerTuning
GFlashSamplingShowerTuning
which have no virtual destructor.
Empty constructor and destructor added to these (utility) classes.
Sep 20th, 2011 M. Verderi (gflash-V09-04-01)
-------------------------
- Fixed bug in G4FlashShowerModel::ModelTrigger :
was " (Ekin > Emin) || (Ekin < Emax) " instead of
" (Ekin > Emin) && (Ekin < Emax) "
Jul 5th, 2011 G.Cosmo (gflash-V09-04-00)
---------------------
- Fixed Coverity defects, mainly related to uninitialised static data.
May 8th, 2005 G.Cosmo (gflash-V08-00-00)
---------------------
- Fix compilation warning on SUN-CC in GFlashSamplingShowerParameterisation.cc.