Geant4-11
Functions
G4Event.cc File Reference
#include "G4Event.hh"
#include "G4VVisManager.hh"
#include "G4VHitsCollection.hh"
#include "G4VDigiCollection.hh"
#include "G4ios.hh"

Go to the source code of this file.

Functions

G4Allocator< G4Event > *& anEventAllocator ()
 

Function Documentation

◆ anEventAllocator()

G4Allocator< G4Event > *& anEventAllocator ( )

Definition at line 37 of file G4Event.cc.

38{
39 G4ThreadLocalStatic G4Allocator<G4Event>* _instance = nullptr;
40 return _instance;
41}
#define G4ThreadLocalStatic
Definition: tls.hh:76

References G4ThreadLocalStatic.

Referenced by G4Event::operator delete(), and G4Event::operator new().