Import Geant4 7.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 11:11:55 +02:00
parent e083ffb441
commit 516dbf1a58
5914 changed files with 202605 additions and 71141 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4SolidStore.hh,v 1.9 2003/11/02 14:01:22 gcosmo Exp $
// GEANT4 tag $Name: geant4-06-00-patch-01 $
// $Id: G4SolidStore.hh,v 1.10 2004/09/02 07:49:59 gcosmo Exp $
// GEANT4 tag $Name: geant4-07-00-cand-01 $
//
// class G4SolidStore
//
@@ -56,6 +56,8 @@
#include "G4VSolid.hh"
class G4VStoreNotifier;
class G4SolidStore : public std::vector<G4VSolid*>
{
public: // with description
@@ -66,6 +68,8 @@ class G4SolidStore : public std::vector<G4VSolid*>
// Remove the solid from the collection.
static G4SolidStore* GetInstance();
// Get a ptr to the unique G4SolidStore, creating it if necessary.
static void SetNotifier(G4VStoreNotifier* pNotifier);
// Assign a notifier for allocation/deallocation of solids.
static void Clean();
// Delete all solids from the store.
@@ -79,6 +83,7 @@ class G4SolidStore : public std::vector<G4VSolid*>
private:
static G4SolidStore* fgInstance;
static G4VStoreNotifier* fgNotifier;
static G4bool locked;
};