Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VGlobalFastSimulationManager Class Referenceabstract

#include <G4VGlobalFastSimulationManager.hh>

Public Member Functions

virtual ~G4VGlobalFastSimulationManager ()=default
 
virtual G4VFlavoredParallelWorldGetFlavoredWorldForThis (G4ParticleDefinition *)=0
 

Static Public Member Functions

static G4VGlobalFastSimulationManagerGetConcreteInstance ()
 

Static Protected Member Functions

static void SetConcreteInstance (G4VGlobalFastSimulationManager *)
 

Static Protected Attributes

static G4ICOMS_DLL G4ThreadLocal G4VGlobalFastSimulationManagerfpConcreteInstance
 

Detailed Description

Definition at line 59 of file G4VGlobalFastSimulationManager.hh.

Constructor & Destructor Documentation

◆ ~G4VGlobalFastSimulationManager()

virtual G4VGlobalFastSimulationManager::~G4VGlobalFastSimulationManager ( )
virtualdefault

Member Function Documentation

◆ GetConcreteInstance()

G4VGlobalFastSimulationManager * G4VGlobalFastSimulationManager::GetConcreteInstance ( )
static

Definition at line 37 of file G4VGlobalFastSimulationManager.cc.

38{
39 return fpConcreteInstance;
40}
static G4ICOMS_DLL G4ThreadLocal G4VGlobalFastSimulationManager * fpConcreteInstance

◆ GetFlavoredWorldForThis()

virtual G4VFlavoredParallelWorld * G4VGlobalFastSimulationManager::GetFlavoredWorldForThis ( G4ParticleDefinition * )
pure virtual

◆ SetConcreteInstance()

void G4VGlobalFastSimulationManager::SetConcreteInstance ( G4VGlobalFastSimulationManager * m)
staticprotected

Definition at line 43 of file G4VGlobalFastSimulationManager.cc.

44{
46}

Member Data Documentation

◆ fpConcreteInstance

G4ThreadLocal G4VGlobalFastSimulationManager * G4VGlobalFastSimulationManager::fpConcreteInstance
staticprotected
Initial value:
=
nullptr

Definition at line 77 of file G4VGlobalFastSimulationManager.hh.

Referenced by GetConcreteInstance(), and SetConcreteInstance().


The documentation for this class was generated from the following files: