Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Event.hh File Reference
#include <set>
#include <map>
#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 ( )
extern

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().