Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include "G4Types.hh"
#include "G4RunManager.hh"
#include "G4MTRunManager.hh"
#include "G4TaskRunManager.hh"
#include "G4VUserTaskQueue.hh"
#include <set>
#include <map>
#include <string>
#include <regex>
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 , Default } |
|
strong |
Enumerator | |
---|---|
Serial | |
SerialOnly | |
MT | |
MTOnly | |
Tasking | |
TaskingOnly | |
TBB | |
TBBOnly | |
Default |
Definition at line 50 of file G4RunManagerFactory.hh.