Geant4-11
Data Structures | Functions
G4TrajectoryPoint.hh File Reference
#include "trkgdefs.hh"
#include "G4VTrajectoryPoint.hh"
#include "globals.hh"
#include "G4ThreeVector.hh"
#include "G4Allocator.hh"

Go to the source code of this file.

Data Structures

class  G4TrajectoryPoint
 

Functions

G4TRACKING_DLL G4Allocator< G4TrajectoryPoint > *& aTrajectoryPointAllocator ()
 

Function Documentation

◆ aTrajectoryPointAllocator()

G4TRACKING_DLL G4Allocator< G4TrajectoryPoint > *& aTrajectoryPointAllocator ( )

Definition at line 46 of file G4TrajectoryPoint.cc.

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

References G4ThreadLocalStatic.

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