Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4TransportationManager.hh 68709 2013-04-05 09:03:07Z gcosmo $
// $Id: G4TransportationManager.hh 83466 2014-08-25 10:31:39Z gcosmo $
//
// class G4TransportationManager
//
@@ -68,7 +68,7 @@ class G4TransportationManager
// Accessors for field handling
inline G4Navigator* GetNavigatorForTracking() const;
inline void SetNavigatorForTracking( G4Navigator* newNavigator );
void SetNavigatorForTracking( G4Navigator* newNavigator );
// Accessors for the navigator for tracking
inline void SetWorldForTracking(G4VPhysicalVolume* theWorld);
@@ -108,6 +108,13 @@ class G4TransportationManager
// Methods for handling navigators. Navigator for tracking is always the
// first, i.e. position 0 in the collection and cannot be de-registered
public: // without description
void ClearParallelWorlds();
// Clear collection of navigators and delete allocated objects
// associated with parallel worlds. Internal method called only
// by the RunManager when the entire geometry is rebuilt from scratch.
protected:
G4TransportationManager();