Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -33,7 +33,7 @@
// Addtional Include:
#include "G4VDCIOentry.hh"
G4DCIOcatalog* G4DCIOcatalog::f_thePointer = 0;
G4ThreadLocal G4DCIOcatalog* G4DCIOcatalog::f_thePointer = 0;
// Implementation of Constructor #1
G4DCIOcatalog::G4DCIOcatalog()
@@ -33,7 +33,7 @@
// Addtional Include:
#include "G4VHCIOentry.hh"
G4HCIOcatalog* G4HCIOcatalog::f_thePointer = 0;
G4ThreadLocal G4HCIOcatalog* G4HCIOcatalog::f_thePointer = 0;
// Implementation of Constructor #1
G4HCIOcatalog::G4HCIOcatalog()
@@ -39,7 +39,7 @@
#include "G4VHCIOentry.hh"
#include "G4VDCIOentry.hh"
G4PersistencyCenter* G4PersistencyCenter::f_thePointer=G4PersistencyCenter::GetPersistencyCenter();
G4ThreadLocal G4PersistencyCenter* G4PersistencyCenter::f_thePointer = 0 ;
// Implementation of Constructor #1
G4PersistencyCenter::G4PersistencyCenter()
@@ -176,8 +176,6 @@ void G4PersistencyCenter::SetRetrieveMode(std::string objName, G4bool mode)
// Implementation of CurrentStoreMode
StoreMode G4PersistencyCenter::CurrentStoreMode(std::string objName)
{
if ( (*(f_writeFileName.find(objName))).second != "" ) {
return f_writeFileMode[objName];
} else {
@@ -422,4 +420,3 @@ std::string G4PersistencyCenter::PadString(std::string name, unsigned int width)
}
// End of G4PersistencyCenter.cc
@@ -30,7 +30,7 @@
#include "G4VPDigitIO.hh"
G4VPDigitIO* G4VPDigitIO::f_G4VPDigitIO = 0;
G4ThreadLocal G4VPDigitIO* G4VPDigitIO::f_G4VPDigitIO = 0;
// Implementation of Constructor #1
G4VPDigitIO::G4VPDigitIO()
+1 -1
View File
@@ -30,7 +30,7 @@
#include "G4VPHitIO.hh"
G4VPHitIO* G4VPHitIO::f_G4VPHitIO = 0;
G4ThreadLocal G4VPHitIO* G4VPHitIO::f_G4VPHitIO = 0;
// Implementation of Constructor #1
G4VPHitIO::G4VPHitIO()