Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ClonedTrajectoryPoint.hh File Reference
#include "G4Allocator.hh"
#include "G4ThreeVector.hh"
#include "G4VTrajectoryPoint.hh"
#include "G4Threading.hh"
#include "globals.hh"
#include "trkgdefs.hh"

Go to the source code of this file.

Classes

class  G4ClonedTrajectoryPoint
 

Functions

G4TRACKING_DLL G4Allocator< G4ClonedTrajectoryPoint > *& aClonedTrajectoryPointAllocator ()
 

Function Documentation

◆ aClonedTrajectoryPointAllocator()

G4TRACKING_DLL G4Allocator< G4ClonedTrajectoryPoint > *& aClonedTrajectoryPointAllocator ( )
extern

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