|
Geant4
10.01.p01
|
#include "G4DynamicParticle.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "G4DecayProducts.hh"#include "G4LorentzVector.hh"#include "G4ParticleDefinition.hh"#include "G4ParticleTable.hh"#include "G4IonTable.hh"#include "G4PrimaryParticle.hh"
Include dependency graph for G4DynamicParticle.cc:Go to the source code of this file.
Variables | |
| G4ThreadLocal G4Allocator < G4DynamicParticle > * | pDynamicParticleAllocator = 0 |
| static const G4double | EnergyMomentumRelationAllowance = keV |
Definition at line 76 of file G4DynamicParticle.cc.
Referenced by G4DynamicParticle::G4DynamicParticle(), and G4DynamicParticle::Set4Momentum().
| G4ThreadLocal G4Allocator<G4DynamicParticle>* pDynamicParticleAllocator = 0 |
Definition at line 74 of file G4DynamicParticle.cc.