Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Event.cc File Reference
#include "G4Event.hh"
#include "G4VVisManager.hh"
#include "G4VHitsCollection.hh"
#include "G4VDigiCollection.hh"
#include "G4ios.hh"
#include "G4SubEvent.hh"

Go to the source code of this file.

Functions

G4Allocator< G4Event > *& anEventAllocator ()
 

Function Documentation

◆ anEventAllocator()

G4Allocator< G4Event > *& anEventAllocator ( )

Definition at line 38 of file G4Event.cc.

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

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