Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4RegionStore.hh 66872 2013-01-15 01:25:57Z japost $
// $Id: G4RegionStore.hh 89814 2015-04-30 14:49:43Z gcosmo $
//
// class G4RegionStore
//
@@ -64,9 +64,9 @@ class G4RegionStore : public std::vector<G4Region*>
{
public: // with description
static void Register(G4Region* pSolid);
static void Register(G4Region* pRegion);
// Add the region to the collection.
static void DeRegister(G4Region* pSolid);
static void DeRegister(G4Region* pRegion);
// Remove the region from the collection.
static G4RegionStore* GetInstance();
// Get a ptr to the unique G4RegionStore, creating it if necessary.