Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4PhysicalVolumeStore.hh,v 1.15 2007/04/10 10:13:50 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-01 $
// $Id: G4PhysicalVolumeStore.hh,v 1.16 2008/07/10 09:41:20 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-02 $
//
// class G4PhysicalVolume
//
@@ -72,11 +72,9 @@ class G4PhysicalVolumeStore : public std::vector<G4VPhysicalVolume*>
// Get a ptr to the unique G4PhysicalVolumeStore, creating it if necessary.
static void SetNotifier(G4VStoreNotifier* pNotifier);
// Assign a notifier for allocation/deallocation of the physical volumes.
static void Clean(G4bool notifyLV=false);
// Delete all volumes from the store. The flag 'notifyLV' must be set to
// true when the whole geometry tree is cleared at run-time through this
// store; the flag will guarantee that physical volumes to be deregistered
// from LV's list of daughters.
static void Clean();
// Delete all physical volumes from the store. Mother logical volumes
// are automatically notified and have their daughters de-registered.
G4VPhysicalVolume* GetVolume(const G4String& name,
G4bool verbose=true) const;