Geant4-11
Data Structures | Functions
G4RayTrajectory.hh File Reference
#include "G4VTrajectory.hh"
#include "G4Allocator.hh"
#include <stdlib.h>
#include <vector>
#include "globals.hh"
#include "G4Track.hh"
#include "G4RayTrajectoryPoint.hh"

Go to the source code of this file.

Data Structures

class  G4RayTrajectory
 

Functions

G4DLLIMPORT G4Allocator< G4RayTrajectory > *& rayTrajectoryAllocator ()
 

Function Documentation

◆ rayTrajectoryAllocator()

G4DLLIMPORT G4Allocator< G4RayTrajectory > *& rayTrajectoryAllocator ( )

Definition at line 47 of file G4RayTrajectory.cc.

48{
50 return _instance;
51}
#define G4ThreadLocalStatic
Definition: tls.hh:76

References G4ThreadLocalStatic.

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