Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Event.hh File Reference
#include "globals.hh"
#include "evtdefs.hh"
#include "G4Allocator.hh"
#include "G4PrimaryVertex.hh"
#include "G4HCofThisEvent.hh"
#include "G4DCofThisEvent.hh"
#include "G4TrajectoryContainer.hh"
#include "G4VUserEventInformation.hh"
#include "G4Profiler.hh"

Go to the source code of this file.

Classes

class  G4Event
 

Functions

G4EVENT_DLL G4Allocator< G4Event > *& anEventAllocator ()
 

Function Documentation

◆ anEventAllocator()

G4EVENT_DLL 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

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