Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ClonedRichTrajectoryPoint.hh File Reference
#include "G4StepStatus.hh"
#include "G4ThreeVector.hh"
#include "G4TouchableHandle.hh"
#include "G4VTrajectoryPoint.hh"
#include "globals.hh"
#include "trkgdefs.hh"
#include <vector>

Go to the source code of this file.

Classes

class  G4ClonedRichTrajectoryPoint
 

Functions

G4TRACKING_DLL G4Allocator< G4ClonedRichTrajectoryPoint > *& aClonedRichTrajectoryPointAllocator ()
 

Function Documentation

◆ aClonedRichTrajectoryPointAllocator()

G4TRACKING_DLL G4Allocator< G4ClonedRichTrajectoryPoint > *& aClonedRichTrajectoryPointAllocator ( )
extern

Definition at line 50 of file G4ClonedRichTrajectoryPoint.cc.

51{
52 static G4Allocator<G4ClonedRichTrajectoryPoint>* _instance = nullptr;
53 return _instance;
54}

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