#include <G4ErrorPropagatorManager.hh>
Definition at line 63 of file G4ErrorPropagatorManager.hh.
G4ErrorPropagatorManager::G4ErrorPropagatorManager |
( |
| ) |
|
Definition at line 80 of file G4ErrorPropagatorManager.cc.
85 char* g4emverb = getenv(
"G4EVERBOSE");
94 theEquationOfMotion = 0;
96 StartG4ErrorRunManagerHelper();
100 theG4ErrorPropagationNavigator = 0;
void SetState(G4ErrorState sta)
static void SetVerbose(G4int ver)
static G4ErrorPropagatorData * GetErrorPropagatorData()
G4ErrorPropagatorManager::~G4ErrorPropagatorManager |
( |
| ) |
|
Definition at line 109 of file G4ErrorPropagatorManager.cc.
111 delete theEquationOfMotion;
112 delete theG4ErrorPropagationNavigator;
113 delete thePropagator;
114 delete theG4ErrorRunManagerHelper;
115 delete theG4ErrorPropagatorManager;
G4bool G4ErrorPropagatorManager::CloseGeometry |
( |
| ) |
|
Definition at line 305 of file G4ErrorPropagatorManager.cc.
static G4StateManager * GetStateManager()
G4bool SetNewState(G4ApplicationState requestedState)
static G4GeometryManager * GetInstance()
void OpenGeometry(G4VPhysicalVolume *vol=0)
void G4ErrorPropagatorManager::EventTermination |
( |
| ) |
|
Definition at line 69 of file G4ErrorPropagatorManager.cc.
71 if( theG4ErrorPropagatorManager == NULL ) {
75 return theG4ErrorPropagatorManager;
G4ErrorPropagatorManager()
G4bool G4ErrorPropagatorManager::InitFieldForBackwards |
( |
| ) |
|
Definition at line 229 of file G4ErrorPropagatorManager.cc.
236 if( !fieldMgr )
return 0;
244 if( !stepper )
return 0;
248 if ( !dynamic_cast<G4ErrorMag_UsualEqRhs*>(equation) ) {
G4ChordFinder * GetChordFinder()
void SetEquationOfMotion(G4EquationOfMotion *newEquation)
static constexpr double mm
const G4MagIntegratorStepper * GetStepper() const
void SetChordFinder(G4ChordFinder *aChordFinder)
G4EquationOfMotion * GetEquationOfMotion()
G4GLOB_DLL std::ostream G4cout
static G4TransportationManager * GetTransportationManager()
G4FieldManager * GetFieldManager() const
const G4Field * GetDetectorField() const
G4MagInt_Driver * GetIntegrationDriver()
void G4ErrorPropagatorManager::InitGeant4e |
( |
| ) |
|
Definition at line 172 of file G4ErrorPropagatorManager.cc.
198 std::ostringstream message;
200 G4Exception(
"G4ErrorPropagatorManager::InitGeant4e()",
G4String PrintG4ErrorState()
void InitTrackPropagation()
void SetState(G4ErrorState sta)
static G4StateManager * GetStateManager()
G4GLOB_DLL std::ostream G4cout
G4bool InitFieldForBackwards()
G4ApplicationState GetCurrentState() const
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
void InitializeGeometry()
static G4ErrorPropagatorData * GetErrorPropagatorData()
void G4ErrorPropagatorManager::InitTrackPropagation |
( |
| ) |
|
Definition at line 219 of file G4ErrorPropagatorManager.cc.
void SetState(G4ErrorState sta)
void SetStepN(const G4int sn)
static G4ErrorPropagatorData * GetErrorPropagatorData()
G4String G4ErrorPropagatorManager::PrintG4ErrorState |
( |
| ) |
|
Definition at line 383 of file G4ErrorPropagatorManager.cc.
388 nam =
"G4ErrorState_PreInit";
391 nam =
"G4ErrorState_Init";
394 nam =
"G4ErrorState_Propagating";
397 nam =
"G4ErrorState_TargetCloserThanBoundary";
400 nam =
"G4ErrorState_StoppedAtTarget";
G4String G4ErrorPropagatorManager::PrintG4State |
( |
| ) |
|
Definition at line 416 of file G4ErrorPropagatorManager.cc.
421 nam =
"G4State_PreInit";
424 nam =
"G4State_Init";
427 nam =
"G4State_Idle";
430 nam =
"G4State_GeomClosed";
433 nam =
"G4State_EventProc";
436 nam =
"G4State_Quit";
439 nam =
"G4State_Abort";
Definition at line 275 of file G4ErrorPropagatorManager.cc.
G4int Propagate(G4ErrorTrajState *currentTS, const G4ErrorTarget *target, G4ErrorMode mode=G4ErrorMode_PropForwards)
void InitTrackPropagation()
void SetMode(G4ErrorMode mode)
static G4ErrorPropagatorData * GetErrorPropagatorData()
void SetSteppingManagerVerboseLevel()
Definition at line 292 of file G4ErrorPropagatorManager.cc.
G4int PropagateOneStep(G4ErrorTrajState *currentTS)
void SetMode(G4ErrorMode mode)
static G4ErrorPropagatorData * GetErrorPropagatorData()
void SetSteppingManagerVerboseLevel()
void G4ErrorPropagatorManager::RunTermination |
( |
| ) |
|
void G4ErrorPropagatorManager::SetSteppingManagerVerboseLevel |
( |
| ) |
|
Definition at line 353 of file G4ErrorPropagatorManager.cc.
G4SteppingManager * GetSteppingManager() const
void SetVerboseLevel(G4int vLevel)
G4TrackingManager * GetTrackingManager() const
static G4EventManager * GetEventManager()
G4int GetVerboseLevel() const
Definition at line 339 of file G4ErrorPropagatorManager.cc.
void SetUserAction(G4UserEventAction *userAction)
static G4EventManager * GetEventManager()
Definition at line 346 of file G4ErrorPropagatorManager.cc.
void SetUserAction(G4UserEventAction *userAction)
static G4EventManager * GetEventManager()
The documentation for this class was generated from the following files: