Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Static Protected Member Functions | Static Protected Attributes
G4VGlobalFastSimulationManager Class Referenceabstract

#include <G4VGlobalFastSimulationManager.hh>

Public Member Functions

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

Static Public Member Functions

static
G4VGlobalFastSimulationManager
GetConcreteInstance ()
 

Static Protected Member Functions

static void SetConcreteInstance (G4VGlobalFastSimulationManager *)
 

Static Protected Attributes

static G4ThreadLocal
G4VGlobalFastSimulationManager
fpConcreteInstance = 0
 

Detailed Description

Definition at line 62 of file G4VGlobalFastSimulationManager.hh.

Constructor & Destructor Documentation

virtual G4VGlobalFastSimulationManager::~G4VGlobalFastSimulationManager ( )
inlinevirtual

Definition at line 71 of file G4VGlobalFastSimulationManager.hh.

71 {}

Member Function Documentation

G4VGlobalFastSimulationManager * G4VGlobalFastSimulationManager::GetConcreteInstance ( )
static

Definition at line 39 of file G4VGlobalFastSimulationManager.cc.

References fpConcreteInstance.

40 {
41  return fpConcreteInstance;
42 }
static G4ThreadLocal G4VGlobalFastSimulationManager * fpConcreteInstance
virtual G4VFlavoredParallelWorld* G4VGlobalFastSimulationManager::GetFlavoredWorldForThis ( G4ParticleDefinition )
pure virtual
void G4VGlobalFastSimulationManager::SetConcreteInstance ( G4VGlobalFastSimulationManager m)
staticprotected

Definition at line 46 of file G4VGlobalFastSimulationManager.cc.

References fpConcreteInstance, and python.hepunit::m.

47 {
49 }
static G4ThreadLocal G4VGlobalFastSimulationManager * fpConcreteInstance

Field Documentation

G4ThreadLocal G4VGlobalFastSimulationManager * G4VGlobalFastSimulationManager::fpConcreteInstance = 0
staticprotected

Definition at line 82 of file G4VGlobalFastSimulationManager.hh.

Referenced by GetConcreteInstance(), and SetConcreteInstance().


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