ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#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 86 of file G4VUserPhysicsList.cc.
View newest version in sPHENIX GitHub at line 86 of file G4VUserPhysicsList.cc
Referenced by G4VUserPhysicsList::DumpCutValuesTable(), G4VUserPhysicsList::DumpCutValuesTableIfRequested(), G4VUserPhysicsList::G4VUserPhysicsList(), and G4VUserPhysicsList::operator=().
#define fIsPhysicsTableBuilt ((this->subInstanceManager.offset[this->g4vuplInstanceID])._fIsPhysicsTableBuilt) |
Definition at line 85 of file G4VUserPhysicsList.cc.
View newest version in sPHENIX GitHub at line 85 of file G4VUserPhysicsList.cc
Referenced by G4VUserPhysicsList::BuildPhysicsTable(), G4VUserPhysicsList::G4VUserPhysicsList(), and G4VUserPhysicsList::operator=().
#define G4MT_theMessenger ((this->subInstanceManager.offset[this->g4vuplInstanceID])._theMessenger) |
Definition at line 83 of file G4VUserPhysicsList.cc.
View newest version in sPHENIX GitHub at line 83 of file G4VUserPhysicsList.cc
Referenced by G4VUserPhysicsList::G4VUserPhysicsList(), G4VUserPhysicsList::InitializeWorker(), G4VUserPhysicsList::TerminateWorker(), and G4VUserPhysicsList::~G4VUserPhysicsList().
#define G4MT_thePLHelper ((this->subInstanceManager.offset[this->g4vuplInstanceID])._thePLHelper) |
Definition at line 84 of file G4VUserPhysicsList.cc.
View newest version in sPHENIX GitHub at line 84 of file G4VUserPhysicsList.cc
Referenced by G4VUserPhysicsList::AddTransportation(), G4VUserPhysicsList::CheckParticleList(), G4VUserPhysicsList::G4VUserPhysicsList(), G4VUserPhysicsList::RegisterProcess(), G4VUserPhysicsList::SetVerboseLevel(), and G4VUserPhysicsList::UseCoupledTransportation().
#define theParticleIterator ((this->subInstanceManager.offset[this->g4vuplInstanceID])._theParticleIterator) |
Definition at line 87 of file G4VUserPhysicsList.cc.
View newest version in sPHENIX GitHub at line 87 of file G4VUserPhysicsList.cc
Referenced by G4ITStepProcessor::ActiveOnlyITProcess(), G4VUserPhysicsList::BuildPhysicsTable(), G4RunManagerKernel::ConfirmCoupledTransportation(), eRositaPhysicsList::ConstructEM(), eRositaPhysicsList::ConstructGeneral(), PhysListEmStandard::ConstructProcess(), G4RunManager::ConstructScoringWorlds(), G4VUserPhysicsList::DumpList(), G4VParticlePropertyReporter::FillList(), G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget(), G4VUserPhysicsList::G4VUserPhysicsList(), pyG4ParticleTable::GetParticleList(), G4ProcessPlacer::GetProcessManager(), G4VUserPhysicsList::InitializeProcessManager(), PyG4ParticleList::p_begin(), PyG4ParticleList::p_end(), G4VUserPhysicsList::RemoveProcessManager(), G4TextPPRetriever::Retrieve(), G4RunManagerKernel::SetScoreSplitter(), G4WorkerRunManagerKernel::SetupShadowProcess(), G4RunManagerKernel::SetupShadowProcess(), and G4VUserPhysicsList::StorePhysicsTable().