Import Geant4 10.5.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2018-06-29 10:58:11 +02:00
parent fe81a77428
commit 6aa23be517
1581 changed files with 124288 additions and 83758 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4ParticleTable.hh 106143 2017-09-14 06:34:42Z gcosmo $
// $Id: G4ParticleTable.hh 110257 2018-05-17 14:20:12Z gcosmo $
//
//
// ------------------------------------------------------------
@@ -236,8 +236,8 @@ class G4ParticleTable
#ifdef G4MULTITHREADED
public:
//Andrea Dotti January 16. Shared instance of a mutex
static G4Mutex particleTableMutex;
static G4int lockCount;
static G4GLOB_DLL G4Mutex& particleTableMutex();
static G4GLOB_DLL G4int& lockCount();
#endif
};
#include "G4ParticleTable.icc"