|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include "G4MTRunManager.hh"#include "G4RunManager.hh"#include "G4TaskRunManager.hh"#include "G4Types.hh"#include "G4VUserTaskQueue.hh"#include <map>#include <regex>#include <set>#include <string>Go to the source code of this file.
Classes | |
| class | G4RunManagerFactory |
Enumerations | |
| enum class | G4RunManagerType : G4int { Serial = 0 , SerialOnly = 1 , MT = 2 , MTOnly = 3 , Tasking = 4 , TaskingOnly = 5 , TBB = 6 , TBBOnly = 7 , SubEvt = 8 , SubEvtOnly = 9 , Default } |
|
strong |
| Enumerator | |
|---|---|
| Serial | |
| SerialOnly | |
| MT | |
| MTOnly | |
| Tasking | |
| TaskingOnly | |
| TBB | |
| TBBOnly | |
| SubEvt | |
| SubEvtOnly | |
| Default | |
Definition at line 50 of file G4RunManagerFactory.hh.