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
@@ -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 )