Geant4
10.02.p02
|
#include <G4VInteractorManager.hh>
Private Attributes | |
int | argc |
char ** | argv |
G4Interactor | mainInteractor |
std::vector< G4DispatchFunction > | dispatchers |
std::vector < G4SecondaryLoopAction > | preActions |
std::vector < G4SecondaryLoopAction > | postActions |
std::vector< G4Interactor > | shells |
G4bool | secondaryLoopEnabled |
G4bool | alreadyInSecondaryLoop |
int | exitSecondaryLoop |
G4Interactor | parentInteractor |
G4Interactor | createdInteractor |
char * | creationString |
Definition at line 51 of file G4VInteractorManager.hh.
G4VInteractorManager::G4VInteractorManager | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 42 of file G4VInteractorManager.cc.
|
virtual |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 58 of file G4VInteractorManager.cc.
References alreadyInSecondaryLoop, argc, argv, dispatchers, exitSecondaryLoop, FALSE, free, postActions, preActions, secondaryLoopEnabled, shells, and TRUE.
void G4VInteractorManager::AddDispatcher | ( | G4DispatchFunction | a_dispatcher | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 151 of file G4VInteractorManager.cc.
References dispatchers.
void G4VInteractorManager::AddSecondaryLoopPostAction | ( | G4SecondaryLoopAction | a_postAction | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 215 of file G4VInteractorManager.cc.
References postActions.
void G4VInteractorManager::AddSecondaryLoopPreAction | ( | G4SecondaryLoopAction | a_preAction | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 193 of file G4VInteractorManager.cc.
References preActions.
void G4VInteractorManager::AddShell | ( | G4Interactor | a_shell | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 288 of file G4VInteractorManager.cc.
References shells.
void G4VInteractorManager::DisableSecondaryLoop | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 143 of file G4VInteractorManager.cc.
References FALSE, and secondaryLoopEnabled.
void G4VInteractorManager::DispatchEvent | ( | void * | a_event | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 177 of file G4VInteractorManager.cc.
References dispatchers.
Referenced by SecondaryLoop().
void G4VInteractorManager::EnableSecondaryLoop | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 135 of file G4VInteractorManager.cc.
References secondaryLoopEnabled, and TRUE.
|
pure virtual |
char ** G4VInteractorManager::GetArguments | ( | int * | a_argc | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 108 of file G4VInteractorManager.cc.
G4Interactor G4VInteractorManager::GetCreatedInteractor | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 340 of file G4VInteractorManager.cc.
References createdInteractor.
char * G4VInteractorManager::GetCreationString | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 357 of file G4VInteractorManager.cc.
References creationString.
|
pure virtual |
G4int G4VInteractorManager::GetExitSecondaryLoopCode | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 280 of file G4VInteractorManager.cc.
References exitSecondaryLoop.
G4Interactor G4VInteractorManager::GetMainInteractor | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 127 of file G4VInteractorManager.cc.
References mainInteractor.
G4Interactor G4VInteractorManager::GetParentInteractor | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 323 of file G4VInteractorManager.cc.
References parentInteractor.
|
pure virtual |
void G4VInteractorManager::PutStringInResourceDatabase | ( | char * | ) |
void G4VInteractorManager::RemoveDispatcher | ( | G4DispatchFunction | a_dispatcher | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 162 of file G4VInteractorManager.cc.
References dispatchers.
void G4VInteractorManager::RemoveShell | ( | G4Interactor | a_shell | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 299 of file G4VInteractorManager.cc.
References shells.
void G4VInteractorManager::RequireExitSecondaryLoop | ( | int | a_code | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 266 of file G4VInteractorManager.cc.
References alreadyInSecondaryLoop, exitSecondaryLoop, FALSE, and secondaryLoopEnabled.
void G4VInteractorManager::SecondaryLoop | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 237 of file G4VInteractorManager.cc.
References alreadyInSecondaryLoop, DispatchEvent(), exitSecondaryLoop, FALSE, G4cout, G4endl, GetEvent(), Inited(), secondaryLoopEnabled, SecondaryLoopPostActions(), SecondaryLoopPreActions(), and TRUE.
void G4VInteractorManager::SecondaryLoopPostActions | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 226 of file G4VInteractorManager.cc.
References postActions.
Referenced by SecondaryLoop().
void G4VInteractorManager::SecondaryLoopPreActions | ( | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 204 of file G4VInteractorManager.cc.
References preActions.
Referenced by SecondaryLoop().
void G4VInteractorManager::SetArguments | ( | int | a_argc, |
char ** | a_argv | ||
) |
void G4VInteractorManager::SetCreatedInteractor | ( | G4Interactor | a_interactor | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 331 of file G4VInteractorManager.cc.
References createdInteractor.
void G4VInteractorManager::SetCreationString | ( | char * | a_string | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 348 of file G4VInteractorManager.cc.
References creationString.
void G4VInteractorManager::SetMainInteractor | ( | G4Interactor | a_main | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 118 of file G4VInteractorManager.cc.
References mainInteractor.
void G4VInteractorManager::SetParentInteractor | ( | G4Interactor | a_interactor | ) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 314 of file G4VInteractorManager.cc.
References parentInteractor.
|
private |
Definition at line 92 of file G4VInteractorManager.hh.
Referenced by RequireExitSecondaryLoop(), SecondaryLoop(), and ~G4VInteractorManager().
|
private |
Definition at line 84 of file G4VInteractorManager.hh.
Referenced by GetArguments(), SetArguments(), and ~G4VInteractorManager().
|
private |
Definition at line 85 of file G4VInteractorManager.hh.
Referenced by GetArguments(), SetArguments(), and ~G4VInteractorManager().
|
private |
Definition at line 95 of file G4VInteractorManager.hh.
Referenced by GetCreatedInteractor(), and SetCreatedInteractor().
|
private |
Definition at line 96 of file G4VInteractorManager.hh.
Referenced by GetCreationString(), and SetCreationString().
|
private |
Definition at line 87 of file G4VInteractorManager.hh.
Referenced by AddDispatcher(), DispatchEvent(), RemoveDispatcher(), and ~G4VInteractorManager().
|
private |
Definition at line 93 of file G4VInteractorManager.hh.
Referenced by GetExitSecondaryLoopCode(), RequireExitSecondaryLoop(), SecondaryLoop(), and ~G4VInteractorManager().
|
private |
Definition at line 86 of file G4VInteractorManager.hh.
Referenced by GetMainInteractor(), and SetMainInteractor().
|
private |
Definition at line 94 of file G4VInteractorManager.hh.
Referenced by GetParentInteractor(), and SetParentInteractor().
|
private |
Definition at line 89 of file G4VInteractorManager.hh.
Referenced by AddSecondaryLoopPostAction(), SecondaryLoopPostActions(), and ~G4VInteractorManager().
|
private |
Definition at line 88 of file G4VInteractorManager.hh.
Referenced by AddSecondaryLoopPreAction(), SecondaryLoopPreActions(), and ~G4VInteractorManager().
|
private |
Definition at line 91 of file G4VInteractorManager.hh.
Referenced by DisableSecondaryLoop(), EnableSecondaryLoop(), RequireExitSecondaryLoop(), SecondaryLoop(), and ~G4VInteractorManager().
|
private |
Definition at line 90 of file G4VInteractorManager.hh.
Referenced by AddShell(), RemoveShell(), and ~G4VInteractorManager().