Import Geant4 3.0.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4TransportationManager.hh,v 1.4 2000/04/25 16:15:04 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
// $Id: G4TransportationManager.hh,v 1.5 2000/11/01 16:51:07 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
//
|
||||
// class G4TransportationManager
|
||||
//
|
||||
@@ -37,13 +37,13 @@ class G4TransportationManager
|
||||
|
||||
static G4TransportationManager* GetTransportationManager();
|
||||
|
||||
G4Navigator* GetNavigatorForTracking();
|
||||
G4PropagatorInField* GetPropagatorInField();
|
||||
G4FieldManager* GetFieldManager();
|
||||
inline G4Navigator* GetNavigatorForTracking() const;
|
||||
inline G4PropagatorInField* GetPropagatorInField() const;
|
||||
inline G4FieldManager* GetFieldManager() const;
|
||||
|
||||
void SetNavigatorForTracking( G4Navigator* newNavigator);
|
||||
void SetPropagatorInField( G4PropagatorInField* newFieldPropagator);
|
||||
void SetFieldManager( G4FieldManager* newFieldManager);
|
||||
inline void SetNavigatorForTracking( G4Navigator* newNavigator);
|
||||
inline void SetPropagatorInField( G4PropagatorInField* newFieldPropagator);
|
||||
inline void SetFieldManager( G4FieldManager* newFieldManager);
|
||||
|
||||
~G4TransportationManager();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user