Import Geant4 9.0.0 source tree
This commit is contained in:
@@ -24,14 +24,15 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4TransportationManager.cc,v 1.14 2006/06/29 18:37:11 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// $Id: G4TransportationManager.cc,v 1.15 2007/04/12 11:51:48 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
//
|
||||
//
|
||||
// G4TransportationManager
|
||||
//
|
||||
// Created : J.Apostolakis, 1997
|
||||
// Reviewed: G.Cosmo, 2006
|
||||
// 10.04.07 V.Ivanchenko Use unique G4SafetyHelper
|
||||
//
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
@@ -68,6 +69,7 @@ G4TransportationManager::G4TransportationManager()
|
||||
fFieldManager = new G4FieldManager();
|
||||
fPropagatorInField = new G4PropagatorInField(trackingNavigator,
|
||||
fFieldManager);
|
||||
fSafetyHelper = new G4SafetyHelper();
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -88,6 +90,7 @@ G4TransportationManager::~G4TransportationManager()
|
||||
delete fPropagatorInField;
|
||||
ClearNavigators();
|
||||
delete fGeomMessenger;
|
||||
delete fSafetyHelper;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user