Geant4-11
Functions
G4Track.cc File Reference
#include "G4Track.hh"
#include "G4PhysicalConstants.hh"
#include "G4VAuxiliaryTrackInformation.hh"
#include <iostream>
#include <iomanip>

Go to the source code of this file.

Functions

G4Allocator< G4Track > *& aTrackAllocator ()
 

Function Documentation

◆ aTrackAllocator()

G4Allocator< G4Track > *& aTrackAllocator ( )

Definition at line 40 of file G4Track.cc.

41{
42 G4ThreadLocalStatic G4Allocator<G4Track>* _instance = nullptr;
43 return _instance;
44}
#define G4ThreadLocalStatic
Definition: tls.hh:76

References G4ThreadLocalStatic.