Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ClonedTrajectory.hh File Reference
#include "G4Allocator.hh"
#include "G4ParticleDefinition.hh"
#include "G4Step.hh"
#include "G4Track.hh"
#include "G4ClonedTrajectoryPoint.hh"
#include "G4VTrajectory.hh"
#include "G4ios.hh"
#include "globals.hh"
#include "G4Threading.hh"
#include "trkgdefs.hh"
#include <stdlib.h>
#include <vector>

Go to the source code of this file.

Classes

class  G4ClonedTrajectory
 

Functions

G4TRACKING_DLL G4Allocator< G4ClonedTrajectory > *& aClonedTrajectoryAllocator ()
 

Function Documentation

◆ aClonedTrajectoryAllocator()

G4TRACKING_DLL G4Allocator< G4ClonedTrajectory > *& aClonedTrajectoryAllocator ( )
extern

Definition at line 48 of file G4ClonedTrajectory.cc.

49{
50 static G4Allocator<G4ClonedTrajectory>* _instance = nullptr;
51 return _instance;
52}

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