Geant4  10.02.p03
G4VGlobalFastSimulationManager Class Referenceabstract

#include <G4VGlobalFastSimulationManager.hh>

Collaboration diagram for G4VGlobalFastSimulationManager:

Public Member Functions

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

Static Public Member Functions

static G4VGlobalFastSimulationManagerGetConcreteInstance ()
 

Static Protected Member Functions

static void SetConcreteInstance (G4VGlobalFastSimulationManager *)
 

Static Protected Attributes

static G4ThreadLocal G4VGlobalFastSimulationManagerfpConcreteInstance = 0
 

Detailed Description

Definition at line 62 of file G4VGlobalFastSimulationManager.hh.

Constructor & Destructor Documentation

◆ ~G4VGlobalFastSimulationManager()

virtual G4VGlobalFastSimulationManager::~G4VGlobalFastSimulationManager ( )
inlinevirtual

Definition at line 71 of file G4VGlobalFastSimulationManager.hh.

71 {}
Here is the call graph for this function:

Member Function Documentation

◆ GetConcreteInstance()

G4VGlobalFastSimulationManager * G4VGlobalFastSimulationManager::GetConcreteInstance ( )
static

Definition at line 39 of file G4VGlobalFastSimulationManager.cc.

40 {
41  return fpConcreteInstance;
42 }
static G4ThreadLocal G4VGlobalFastSimulationManager * fpConcreteInstance
Here is the call graph for this function:

◆ GetFlavoredWorldForThis()

virtual G4VFlavoredParallelWorld* G4VGlobalFastSimulationManager::GetFlavoredWorldForThis ( G4ParticleDefinition )
pure virtual
Here is the caller graph for this function:

◆ SetConcreteInstance()

void G4VGlobalFastSimulationManager::SetConcreteInstance ( G4VGlobalFastSimulationManager m)
staticprotected

Definition at line 46 of file G4VGlobalFastSimulationManager.cc.

47 {
49 }
static G4ThreadLocal G4VGlobalFastSimulationManager * fpConcreteInstance
static const double m
Definition: G4SIunits.hh:128
Here is the caller graph for this function:

Member Data Documentation

◆ fpConcreteInstance

G4ThreadLocal G4VGlobalFastSimulationManager * G4VGlobalFastSimulationManager::fpConcreteInstance = 0
staticprotected

Definition at line 82 of file G4VGlobalFastSimulationManager.hh.


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