Geant4-11
Data Structures | Functions
G4PrimaryVertex.hh File Reference
#include "globals.hh"
#include "pwdefs.hh"
#include "G4Allocator.hh"
#include "G4ThreeVector.hh"
#include "G4PrimaryParticle.hh"

Go to the source code of this file.

Data Structures

class  G4PrimaryVertex
 

Functions

G4PART_DLL G4Allocator< G4PrimaryVertex > *& aPrimaryVertexAllocator ()
 

Function Documentation

◆ aPrimaryVertexAllocator()

G4PART_DLL G4Allocator< G4PrimaryVertex > *& aPrimaryVertexAllocator ( )

Definition at line 37 of file G4PrimaryVertex.cc.

38{
40 return _instance;
41}
#define G4ThreadLocalStatic
Definition: tls.hh:76

References G4ThreadLocalStatic.

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