Geant4
10.03.p01
|
#include <iomanip>
#include <fstream>
#include "G4PhysicsListHelper.hh"
#include "G4VUserPhysicsList.hh"
#include "G4VMultipleScattering.hh"
#include "G4VEnergyLossProcess.hh"
#include "globals.hh"
#include "G4SystemOfUnits.hh"
#include "G4ios.hh"
#include "G4ParticleDefinition.hh"
#include "G4ProcessManager.hh"
#include "G4ParticleTable.hh"
#include "G4ProductionCutsTable.hh"
#include "G4Material.hh"
#include "G4UserPhysicsListMessenger.hh"
#include "G4UImanager.hh"
#include "G4UnitsTable.hh"
#include "G4RegionStore.hh"
#include "G4Region.hh"
#include "G4ProductionCuts.hh"
#include "G4MaterialCutsCouple.hh"
Go to the source code of this file.
Macros | |
#define | G4MT_theMessenger ((this->subInstanceManager.offset[this->g4vuplInstanceID])._theMessenger) |
#define | G4MT_thePLHelper ((this->subInstanceManager.offset[this->g4vuplInstanceID])._thePLHelper) |
#define | fIsPhysicsTableBuilt ((this->subInstanceManager.offset[this->g4vuplInstanceID])._fIsPhysicsTableBuilt) |
#define | fDisplayThreshold ((this->subInstanceManager.offset[this->g4vuplInstanceID])._fDisplayThreshold) |
#define | theParticleIterator ((this->subInstanceManager.offset[this->g4vuplInstanceID])._theParticleIterator) |
#define fDisplayThreshold ((this->subInstanceManager.offset[this->g4vuplInstanceID])._fDisplayThreshold) |
Definition at line 87 of file G4VUserPhysicsList.cc.
#define fIsPhysicsTableBuilt ((this->subInstanceManager.offset[this->g4vuplInstanceID])._fIsPhysicsTableBuilt) |
Definition at line 86 of file G4VUserPhysicsList.cc.
#define G4MT_theMessenger ((this->subInstanceManager.offset[this->g4vuplInstanceID])._theMessenger) |
Definition at line 84 of file G4VUserPhysicsList.cc.
#define G4MT_thePLHelper ((this->subInstanceManager.offset[this->g4vuplInstanceID])._thePLHelper) |
Definition at line 85 of file G4VUserPhysicsList.cc.
#define theParticleIterator ((this->subInstanceManager.offset[this->g4vuplInstanceID])._theParticleIterator) |
Definition at line 88 of file G4VUserPhysicsList.cc.