Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ClonedTrajectoryPoint.cc File Reference
#include "G4ClonedTrajectoryPoint.hh"
#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< G4ClonedTrajectoryPoint > *& aClonedTrajectoryPointAllocator ()
 

Function Documentation

◆ aClonedTrajectoryPointAllocator()

G4Allocator< G4ClonedTrajectoryPoint > *& aClonedTrajectoryPointAllocator ( )

Definition at line 44 of file G4ClonedTrajectoryPoint.cc.

45{
46 static G4Allocator<G4ClonedTrajectoryPoint>* _instance = nullptr;
47 return _instance;
48}

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