Geant4 9.6.0
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 ()
 
virtual G4VFlavoredParallelWorldGetFlavoredWorldForThis (G4ParticleDefinition *)=0
 

Static Public Member Functions

static G4VGlobalFastSimulationManagerGetConcreteInstance ()
 

Static Protected Member Functions

static void SetConcreteInstance (G4VGlobalFastSimulationManager *)
 

Static Protected Attributes

static G4VGlobalFastSimulationManagerfpConcreteInstance = 0
 

Detailed Description

Definition at line 61 of file G4VGlobalFastSimulationManager.hh.

Constructor & Destructor Documentation

◆ ~G4VGlobalFastSimulationManager()

virtual G4VGlobalFastSimulationManager::~G4VGlobalFastSimulationManager ( )
inlinevirtual

Definition at line 70 of file G4VGlobalFastSimulationManager.hh.

70{}

Member Function Documentation

◆ GetConcreteInstance()

G4VGlobalFastSimulationManager * G4VGlobalFastSimulationManager::GetConcreteInstance ( )
static

Definition at line 39 of file G4VGlobalFastSimulationManager.cc.

40{
41 return fpConcreteInstance;
42}
static G4VGlobalFastSimulationManager * fpConcreteInstance

Referenced by G4VisCommandSceneAddGhosts::SetNewValue().

◆ GetFlavoredWorldForThis()

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

◆ SetConcreteInstance()

void G4VGlobalFastSimulationManager::SetConcreteInstance ( G4VGlobalFastSimulationManager m)
staticprotected

Definition at line 45 of file G4VGlobalFastSimulationManager.cc.

47{
49}

Member Data Documentation

◆ fpConcreteInstance

G4VGlobalFastSimulationManager * G4VGlobalFastSimulationManager::fpConcreteInstance = 0
staticprotected

Definition at line 81 of file G4VGlobalFastSimulationManager.hh.

Referenced by GetConcreteInstance(), and SetConcreteInstance().


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