Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
+11 -1
View File
@@ -1,4 +1,4 @@
$Id: History 97674 2016-06-07 08:28:08Z gcosmo $
$Id: History 100944 2016-11-03 11:18:29Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -16,6 +16,16 @@ committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Nov 2nd, 2016, M. Verderi (gflash-V10-02-02)
-----------------------
- Removend redundant condition in GFlashHitMaker::make().
Addressing problem report #1876.
Jul 7th, 2016, G. Cosmo (gflash-V10-02-01)
-----------------------
- Removend redundant condition in GFlashHitMaker::make().
Addressing problem report #1876.
Jun 6th, 2016, M. Verderi (gflash-V10-02-00)
-------------------------
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: GFlashHitMaker.cc 68057 2013-03-13 14:46:00Z gcosmo $
// $Id: GFlashHitMaker.cc 98338 2016-07-07 08:20:39Z gcosmo $
//
//
// ------------------------------------------------------------
@@ -99,8 +99,7 @@ void GFlashHitMaker::make(GFlashEnergySpot * aSpot, const G4FastTrack * aT)
{
gflashSensitive->Hit(&theSpot);
}
else if ( (!gflashSensitive ) &&
( pSensitive ) &&
else if (( pSensitive ) &&
( pCurrentVolume->GetLogicalVolume()->GetFastSimulationManager() )
) // Using gflash without implementing the
// gflashSensitive detector interface -> not allowed!
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: GVFlashShowerParameterisation.cc 93079 2015-10-02 14:43:41Z gcosmo $
// $Id: GVFlashShowerParameterisation.cc 100944 2016-11-03 11:18:29Z gcosmo $
//
//
// ------------------------------------------------------------
@@ -54,6 +54,7 @@ GVFlashShowerParameterisation::GVFlashShowerParameterisation()
GVFlashShowerParameterisation::~GVFlashShowerParameterisation()
{
delete fGamma;
}
G4double GVFlashShowerParameterisation::GetEffZ(const G4Material * mat )