Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4TrajectoryPoint.cc File Reference
#include "G4TrajectoryPoint.hh"
#include "G4AttDef.hh"
#include "G4AttDefStore.hh"
#include "G4AttValue.hh"
#include "G4UnitsTable.hh"

Go to the source code of this file.

Functions

G4Allocator< G4TrajectoryPoint > *& aTrajectoryPointAllocator ()
 
G4Allocator< G4TrajectoryPoint > *& masterTrajectoryPointAllocator ()
 

Function Documentation

◆ aTrajectoryPointAllocator()

G4Allocator< G4TrajectoryPoint > *& aTrajectoryPointAllocator ( )

Definition at line 46 of file G4TrajectoryPoint.cc.

47{
49 return _instance;
50}
#define G4ThreadLocalStatic
Definition tls.hh:76

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

◆ masterTrajectoryPointAllocator()

G4Allocator< G4TrajectoryPoint > *& masterTrajectoryPointAllocator ( )

Definition at line 52 of file G4TrajectoryPoint.cc.

53{
54 static G4Allocator<G4TrajectoryPoint>* master_instance = nullptr;
55 return master_instance;
56}