Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
+8 -1
View File
@@ -1,4 +1,4 @@
$Id: History 88804 2015-03-10 17:12:21Z gcosmo $
$Id: History 103005 2017-03-08 08:08:35Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,13 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
March 7th, 2017 Alexander Howard (procbiasing-V10-03-01)
- G4GeometrySampler: removed unnecessary ClearSampling from the destructor
Mar 7th, 2015 Alexander Howard (procbiasing-V10-03-00)
- G4ImportanceConfigurator: adjusted the ProcessPlacer in the destructor
of the G4ImportanceConfigurator so that it didn't cause an error in MT-mode
Mar 10th, 2015 Gabriele Cosmo (procbiasing-V10-01-00)
- G4ImportanceProcess, G4WeightCutOffProcess, G4WeightWindowProcess: made
static thread-local variables into class data members.
+9 -1
View File
@@ -1,4 +1,4 @@
$Id: History 88804 2015-03-10 17:12:21Z gcosmo $
$Id: History 103005 2017-03-08 08:08:35Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,14 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
March 7th, 2017 A.Howard
- G4GeometrySampler: removed unnecessary ClearSampling from the destructor
March 7th, 2017 A.Howard
- G4ImportanceConfigurator: adjusted the ProcessPlacer in the destructor
of the G4ImportanceConfigurator so that it didn't cause an error in MT-mode
March 10th, 2015 G.Cosmo
- G4ImportanceProcess, G4WeightCutOffProcess: made static thread-local
variables into class data members.
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4GeometrySampler.cc 78011 2013-12-02 11:32:48Z gcosmo $
// $Id: G4GeometrySampler.cc 103005 2017-03-08 08:08:35Z gcosmo $
//
// ----------------------------------------------------------------------
// GEANT 4 class source file
@@ -88,7 +88,7 @@
G4GeometrySampler::~G4GeometrySampler()
{
ClearSampling();
// ClearSampling();
}
void G4GeometrySampler::ClearSampling()
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4ImportanceConfigurator.cc 78011 2013-12-02 11:32:48Z gcosmo $
// $Id: G4ImportanceConfigurator.cc 103005 2017-03-08 08:08:35Z gcosmo $
//
// ----------------------------------------------------------------------
// Class G4ImportanceConfigurator
@@ -76,6 +76,7 @@ G4ImportanceConfigurator(G4String worldvolumeName,
G4ImportanceConfigurator::~G4ImportanceConfigurator()
{
G4cout << "G4ImportanceConfigurator:: destructor " << G4endl;
if (fImportanceProcess)
{
fPlacer.RemoveProcess(fImportanceProcess);