Geant4-11
Data Structures | Enumerations
G4RunManagerFactory.hh File Reference
#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.

Data Structures

class  G4RunManagerFactory
 

Enumerations

enum class  G4RunManagerType : G4int {
  Serial = 0 , SerialOnly = 1 , MT = 2 , MTOnly = 3 ,
  Tasking = 4 , TaskingOnly = 5 , TBB = 6 , TBBOnly = 7 ,
  Default
}
 

Enumeration Type Documentation

◆ G4RunManagerType

enum class G4RunManagerType : G4int
strong
Enumerator
Serial 
SerialOnly 
MT 
MTOnly 
Tasking 
TaskingOnly 
TBB 
TBBOnly 
Default 

Definition at line 50 of file G4RunManagerFactory.hh.