Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4RunManagerFactory.hh File Reference
#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 ,
  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.