Geant4-11
|
#include <G4VUserPhysicsList.hh>
Static Public Member Functions | |
static const G4VUPLManager & | GetSubInstanceManager () |
Protected Member Functions | |
void | AddTransportation () |
void | BuildIntegralPhysicsTable (G4VProcess *, G4ParticleDefinition *) |
G4ParticleTable::G4PTblDicIterator * | GetParticleIterator () const |
void | InitializeProcessManager () |
G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
virtual void | RetrievePhysicsTable (G4ParticleDefinition *, const G4String &directory, G4bool ascii=false) |
Protected Attributes | |
G4double | defaultCutValue = 1.0 |
G4String | directoryPhysicsTable = "." |
G4ProductionCutsTable * | fCutsTable = nullptr |
G4bool | fDisableCheckParticleList = false |
G4bool | fIsCheckedForRetrievePhysicsTable = false |
G4bool | fIsRestoredCutValues = false |
G4bool | fRetrievePhysicsTable = false |
G4bool | fStoredInAscii = true |
G4int | g4vuplInstanceID = 0 |
G4bool | isSetDefaultCutValue = false |
G4ParticleTable * | theParticleTable = nullptr |
G4int | verboseLevel = 1 |
Static Protected Attributes | |
static G4RUN_DLL G4VUPLManager | subInstanceManager |
Private Types | |
enum | { FixedStringLengthForStore = 32 } |
Definition at line 106 of file G4VUserPhysicsList.hh.
|
private |
Enumerator | |
---|---|
FixedStringLengthForStore |
Definition at line 311 of file G4VUserPhysicsList.hh.
G4VUserPhysicsList::G4VUserPhysicsList | ( | ) |
Definition at line 86 of file G4VUserPhysicsList.cc.
References G4VUPLSplitter< T >::CreateSubInstance(), defaultCutValue, fCutsTable, fDisplayThreshold, fIsPhysicsTableBuilt, G4MT_theMessenger, G4MT_thePLHelper, g4vuplInstanceID, G4ParticleTable::GetParticleTable(), G4ProductionCutsTable::GetProductionCutsTable(), keV, mm, G4ProductionCutsTable::SetEnergyRange(), subInstanceManager, TeV, theParticleTable, and verboseLevel.
|
virtual |
Definition at line 135 of file G4VUserPhysicsList.cc.
References G4ParticleTable::DeleteAllParticles(), G4MT_theMessenger, RemoveProcessManager(), RemoveTrackingManager(), and theParticleTable.
G4VUserPhysicsList::G4VUserPhysicsList | ( | const G4VUserPhysicsList & | right | ) |
Definition at line 148 of file G4VUserPhysicsList.cc.
References G4VUPLSplitter< T >::CreateSubInstance(), fCutsTable, fDisplayThreshold, fIsPhysicsTableBuilt, G4MT_theMessenger, G4MT_thePLHelper, g4vuplInstanceID, GetInstanceID(), G4ParticleTable::GetIterator(), G4ParticleTable::GetParticleTable(), G4PhysicsListHelper::GetPhysicsListHelper(), G4ProductionCutsTable::GetProductionCutsTable(), GetSubInstanceManager(), G4VUPLSplitter< T >::offset, subInstanceManager, theParticleIterator, theParticleTable, and verboseLevel.
void G4VUserPhysicsList::AddProcessManager | ( | G4ParticleDefinition * | newParticle, |
G4ProcessManager * | newManager = nullptr |
||
) |
Definition at line 207 of file G4VUserPhysicsList.cc.
References G4Exception(), and JustWarning.
Referenced by G4UserPhysicsListMessenger::SetNewValue().
|
protected |
Definition at line 1069 of file G4VUserPhysicsList.cc.
References G4MT_thePLHelper.
Referenced by LBE::AddTransportation(), PhysicsList::ConstructProcess(), PhysicsListEMstd::ConstructProcess(), ExN01PhysicsList::ConstructProcess(), and G4VModularPhysicsList::ConstructProcess().
|
protected |
Definition at line 864 of file G4VUserPhysicsList.cc.
References G4VProcess::BuildPhysicsTable(), G4cout, G4endl, G4ParticleDefinition::GetParticleName(), G4VProcess::GetProcessName(), and verboseLevel.
Referenced by RetrievePhysicsTable().
void G4VUserPhysicsList::BuildPhysicsTable | ( | ) |
Definition at line 562 of file G4VUserPhysicsList.cc.
References BuildPhysicsTable(), directoryPhysicsTable, fCutsTable, G4ParticleTable::FindParticle(), fIsPhysicsTableBuilt, fIsRestoredCutValues, fRetrievePhysicsTable, fStoredInAscii, G4cout, G4endl, G4Exception(), PreparePhysicsTable(), G4ProductionCutsTable::RetrieveCutsTable(), RunMustBeAborted, theParticleIterator, theParticleTable, and verboseLevel.
Referenced by BuildPhysicsTable(), G4RunManagerKernel::BuildPhysicsTables(), and G4UserPhysicsListMessenger::SetNewValue().
void G4VUserPhysicsList::BuildPhysicsTable | ( | G4ParticleDefinition * | particle | ) |
Definition at line 644 of file G4VUserPhysicsList.cc.
References directoryPhysicsTable, FatalException, fIsRestoredCutValues, fRetrievePhysicsTable, fStoredInAscii, G4cout, G4endl, G4Exception(), G4ParticleDefinition::GetMasterProcessManager(), G4ParticleDefinition::GetParticleName(), G4ProcessManager::GetProcessList(), G4ParticleDefinition::GetProcessManager(), G4ParticleDefinition::GetTrackingManager(), G4ParticleDefinition::IsShortLived(), RetrievePhysicsTable(), G4ProcessVector::size(), and verboseLevel.
void G4VUserPhysicsList::CheckParticleList | ( | ) |
Definition at line 1060 of file G4VUserPhysicsList.cc.
References fDisableCheckParticleList, and G4MT_thePLHelper.
Referenced by G4RunManagerKernel::InitializePhysics().
|
inline |
Definition at line 319 of file G4VUserPhysicsList.hh.
References ConstructProcess(), G4cout, G4endl, G4PhysicsModelCatalog::Initialize(), InitializeProcessManager(), G4Threading::IsMasterThread(), and verboseLevel.
Referenced by G4RunManagerKernel::InitializePhysics().
|
pure virtual |
Implemented in PhysicsList, pyG4VUserPhysicsList::CB_G4VUserPhysicsList, PhysicsListEMstd, ExN01PhysicsList, PhysicsListEMstd, G4ErrorPhysicsList, LBE, and G4VModularPhysicsList.
Referenced by export_G4VUserPhysicsList(), and G4RunManagerKernel::SetupPhysics().
|
pure virtual |
Implemented in PhysicsList, pyG4VUserPhysicsList::CB_G4VUserPhysicsList, PhysicsListEMstd, ExN01PhysicsList, PhysicsListEMstd, G4ErrorPhysicsList, LBE, and G4VModularPhysicsList.
Referenced by Construct(), and export_G4VUserPhysicsList().
|
inline |
Definition at line 379 of file G4VUserPhysicsList.hh.
References fDisableCheckParticleList.
void G4VUserPhysicsList::DumpCutValuesTable | ( | G4int | flag = 1 | ) |
Definition at line 916 of file G4VUserPhysicsList.cc.
References fDisplayThreshold.
Referenced by G4RunManagerKernel::BuildPhysicsTables(), export_G4VUserPhysicsList(), PhysicsList::SetCuts(), LBE::SetCuts(), SetCuts(), and G4UserPhysicsListMessenger::SetNewValue().
void G4VUserPhysicsList::DumpCutValuesTableIfRequested | ( | ) |
Definition at line 922 of file G4VUserPhysicsList.cc.
References G4ProductionCutsTable::DumpCouples(), fDisplayThreshold, and G4ProductionCutsTable::GetProductionCutsTable().
Referenced by G4RunManagerKernel::BuildPhysicsTables(), and export_G4VUserPhysicsList().
void G4VUserPhysicsList::DumpList | ( | ) | const |
Definition at line 895 of file G4VUserPhysicsList.cc.
References G4cout, G4endl, G4ParticleDefinition::GetParticleName(), and theParticleIterator.
Referenced by export_G4VUserPhysicsList(), and G4UserPhysicsListMessenger::SetNewValue().
Definition at line 1054 of file G4VUserPhysicsList.cc.
References G4ParticleTable::FindParticle(), G4ParticleDefinition::GetApplyCutsFlag(), G4InuclParticleNames::name(), and theParticleTable.
Referenced by export_G4VUserPhysicsList().
Definition at line 421 of file G4VUserPhysicsList.cc.
References FatalException, G4cout, G4endl, G4Exception(), G4RegionStore::GetInstance(), G4ProductionCuts::GetProductionCut(), G4Region::GetProductionCuts(), G4RegionStore::GetRegion(), mm, G4InuclParticleNames::name(), and verboseLevel.
Referenced by SetCuts(), and G4UserPhysicsListMessenger::SetNewValue().
|
inline |
Definition at line 337 of file G4VUserPhysicsList.hh.
References defaultCutValue.
Referenced by export_G4VUserPhysicsList(), and G4UserPhysicsListMessenger::GetCurrentValue().
|
inline |
Definition at line 384 of file G4VUserPhysicsList.hh.
References g4vuplInstanceID.
Referenced by G4VUserPhysicsList(), and operator=().
|
protected |
Definition at line 1089 of file G4VUserPhysicsList.cc.
References g4vuplInstanceID, G4VUPLSplitter< T >::offset, and subInstanceManager.
Referenced by G4ErrorPhysicsList::ConstructEM(), and G4ErrorPhysicsList::ConstructProcess().
|
inline |
Definition at line 357 of file G4VUserPhysicsList.hh.
References directoryPhysicsTable.
Referenced by export_G4VUserPhysicsList(), and G4UserPhysicsListMessenger::GetCurrentValue().
|
inlinestatic |
Definition at line 389 of file G4VUserPhysicsList.hh.
References subInstanceManager.
Referenced by G4PhysicsListWorkspace::G4PhysicsListWorkspace(), G4VUserPhysicsList(), G4VModularPhysicsList::operator=(), and operator=().
|
inline |
Definition at line 342 of file G4VUserPhysicsList.hh.
References verboseLevel.
Referenced by export_G4VUserPhysicsList(), G4UserPhysicsListMessenger::GetCurrentValue(), and ExN01PhysicsList::SetCuts().
|
protected |
Definition at line 217 of file G4VUserPhysicsList.cc.
References G4cout, G4endl, G4MUTEXLOCK, G4MUTEXUNLOCK, G4ParticleTable::GetGenericIon(), G4ParticleDefinition::GetMasterProcessManager(), G4ParticleDefinition::GetParticleName(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetProcessManager(), G4ParticleDefinition::IsGeneralIon(), G4ParticleDefinition::SetMasterProcessManager(), G4ParticleDefinition::SetProcessManager(), theParticleIterator, and verboseLevel.
Referenced by Construct().
|
virtual |
Definition at line 117 of file G4VUserPhysicsList.cc.
References G4MT_theMessenger.
Referenced by G4WorkerRunManager::SetUserInitialization().
|
inline |
Definition at line 347 of file G4VUserPhysicsList.hh.
References fRetrievePhysicsTable.
Referenced by export_G4VUserPhysicsList(), and G4UserPhysicsListMessenger::GetCurrentValue().
|
inline |
Definition at line 352 of file G4VUserPhysicsList.hh.
References fStoredInAscii.
Referenced by export_G4VUserPhysicsList(), and G4UserPhysicsListMessenger::GetCurrentValue().
G4VUserPhysicsList & G4VUserPhysicsList::operator= | ( | const G4VUserPhysicsList & | right | ) |
Definition at line 183 of file G4VUserPhysicsList.cc.
References defaultCutValue, directoryPhysicsTable, fDisableCheckParticleList, fDisplayThreshold, fIsCheckedForRetrievePhysicsTable, fIsPhysicsTableBuilt, fIsRestoredCutValues, fRetrievePhysicsTable, fStoredInAscii, GetInstanceID(), GetSubInstanceManager(), isSetDefaultCutValue, G4VUPLSplitter< T >::offset, and verboseLevel.
void G4VUserPhysicsList::PreparePhysicsTable | ( | G4ParticleDefinition * | particle | ) |
Definition at line 793 of file G4VUserPhysicsList.cc.
References FatalException, G4cout, G4endl, G4Exception(), G4ParticleDefinition::GetMasterProcessManager(), G4ParticleDefinition::GetParticleName(), G4ProcessManager::GetProcessList(), G4ParticleDefinition::GetProcessManager(), G4ParticleDefinition::GetTrackingManager(), G4ParticleDefinition::IsShortLived(), G4ProcessVector::size(), and verboseLevel.
Referenced by BuildPhysicsTable(), and G4UserPhysicsListMessenger::SetNewValue().
|
protected |
Definition at line 1081 of file G4VUserPhysicsList.cc.
References G4MT_thePLHelper.
void G4VUserPhysicsList::RemoveProcessManager | ( | ) |
Definition at line 283 of file G4VUserPhysicsList.cc.
References G4cout, G4endl, G4MUTEXLOCK, G4MUTEXUNLOCK, G4ParticleDefinition::GetInstanceID(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetParticleSubType(), G4ParticleDefinition::GetProcessManager(), G4ParticleDefinition::SetProcessManager(), G4PDefManager::slavetotalspace(), theParticleIterator, and verboseLevel.
Referenced by TerminateWorker(), and ~G4VUserPhysicsList().
void G4VUserPhysicsList::RemoveTrackingManager | ( | ) |
Definition at line 326 of file G4VUserPhysicsList.cc.
References G4cout, G4endl, G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetTrackingManager(), G4ParticleDefinition::SetTrackingManager(), theParticleIterator, G4InuclParticleNames::tm, and verboseLevel.
Referenced by TerminateWorker(), and ~G4VUserPhysicsList().
|
inline |
Definition at line 367 of file G4VUserPhysicsList.hh.
References fIsCheckedForRetrievePhysicsTable, fIsRestoredCutValues, and fRetrievePhysicsTable.
Referenced by G4UserPhysicsListMessenger::SetNewValue().
|
inline |
Definition at line 374 of file G4VUserPhysicsList.hh.
References fStoredInAscii.
Referenced by export_G4VUserPhysicsList(), and G4UserPhysicsListMessenger::SetNewValue().
|
protectedvirtual |
Definition at line 996 of file G4VUserPhysicsList.cc.
References BuildIntegralPhysicsTable(), G4cout, G4endl, G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetProcessManager(), G4ProcessVector::size(), and verboseLevel.
Referenced by BuildPhysicsTable().
Definition at line 1032 of file G4VUserPhysicsList.cc.
References G4ParticleTable::FindParticle(), G4cout, G4endl, G4InuclParticleNames::name(), G4ParticleDefinition::SetApplyCutsFlag(), theParticleTable, and verboseLevel.
Referenced by G4UserPhysicsListMessenger::SetNewValue().
|
virtual |
Reimplemented in PhysicsList, pyG4VModularPhysicsList::CB_G4VModularPhysicsList, pyG4VUserPhysicsList::CB_G4VUserPhysicsList, PhysicsListEMstd, ExN01PhysicsList, QPhysicsList, G4ErrorPhysicsList, FTFP_BERT_HP, LBE, and QGSP_BERT_HP.
Definition at line 359 of file G4VUserPhysicsList.cc.
References defaultCutValue, DumpCutValuesTable(), G4cout, G4endl, GetCutValue(), isSetDefaultCutValue, mm, SetDefaultCutValue(), and verboseLevel.
Referenced by export_G4VModularPhysicsList(), export_G4VUserPhysicsList(), G4RunManagerKernel::InitializePhysics(), SetCutsWithDefault(), and G4UserPhysicsListMessenger::SetNewValue().
Definition at line 478 of file G4VUserPhysicsList.cc.
References SetCutValue().
Referenced by export_G4VUserPhysicsList(), and G4UserPhysicsListMessenger::SetNewValue().
void G4VUserPhysicsList::SetCutsWithDefault | ( | ) |
Definition at line 471 of file G4VUserPhysicsList.cc.
References defaultCutValue, SetCuts(), and SetDefaultCutValue().
Referenced by export_G4VUserPhysicsList(), PhysicsListEMstd::SetCuts(), ExN01PhysicsList::SetCuts(), QPhysicsList::SetCuts(), G4ErrorPhysicsList::SetCuts(), FTFP_BERT_HP::SetCuts(), and QGSP_BERT_HP::SetCuts().
Definition at line 443 of file G4VUserPhysicsList.cc.
References G4InuclParticleNames::name(), and SetParticleCuts().
Referenced by QGSP_BIC_AllHP::QGSP_BIC_AllHP(), QGSP_BIC_HP::QGSP_BIC_HP(), PhysicsList::SetCuts(), FTFP_BERT_HP::SetCuts(), LBE::SetCuts(), QGSP_BERT_HP::SetCuts(), SetCutsForRegion(), SetDefaultCutValue(), G4UserPhysicsListMessenger::SetNewValue(), and Shielding::Shielding().
void G4VUserPhysicsList::SetCutValue | ( | G4double | aCut, |
const G4String & | pname, | ||
const G4String & | rname | ||
) |
Definition at line 449 of file G4VUserPhysicsList.cc.
References G4cout, G4endl, G4RegionStore::GetInstance(), G4RegionStore::GetRegion(), eplot::pname, SetParticleCuts(), and verboseLevel.
void G4VUserPhysicsList::SetDefaultCutValue | ( | G4double | newCutValue | ) |
Definition at line 387 of file G4VUserPhysicsList.cc.
References defaultCutValue, G4cout, G4endl, isSetDefaultCutValue, mm, SetCutValue(), and verboseLevel.
Referenced by export_G4VUserPhysicsList(), SetCuts(), SetCutsWithDefault(), G4UserPhysicsListMessenger::SetNewValue(), and SetParticleCuts().
void G4VUserPhysicsList::SetParticleCuts | ( | G4double | cut, |
const G4String & | particleName, | ||
G4Region * | region = nullptr |
||
) |
Definition at line 496 of file G4VUserPhysicsList.cc.
References defaultCutValue, FatalException, G4cout, G4endl, G4Exception(), G4RegionStore::GetInstance(), G4Region::GetProductionCuts(), G4ProductionCutsTable::GetProductionCutsTable(), G4RegionStore::GetRegion(), isSetDefaultCutValue, mm, SetDefaultCutValue(), G4ProductionCuts::SetProductionCut(), G4Region::SetProductionCuts(), and verboseLevel.
void G4VUserPhysicsList::SetParticleCuts | ( | G4double | cut, |
G4ParticleDefinition * | particle, | ||
G4Region * | region = nullptr |
||
) |
Definition at line 488 of file G4VUserPhysicsList.cc.
References G4ParticleDefinition::GetParticleName(), and SetParticleCuts().
Referenced by PhysicsList::SetCutForElectron(), PhysicsList::SetCutForGamma(), PhysicsList::SetCutForPositron(), SetCutValue(), and SetParticleCuts().
void G4VUserPhysicsList::SetPhysicsTableRetrieved | ( | const G4String & | directory = "" | ) |
Definition at line 984 of file G4VUserPhysicsList.cc.
References directoryPhysicsTable, fIsCheckedForRetrievePhysicsTable, fIsRestoredCutValues, and fRetrievePhysicsTable.
Referenced by G4UserPhysicsListMessenger::SetNewValue().
|
inline |
Definition at line 362 of file G4VUserPhysicsList.hh.
References fStoredInAscii.
Referenced by export_G4VUserPhysicsList(), and G4UserPhysicsListMessenger::SetNewValue().
void G4VUserPhysicsList::SetVerboseLevel | ( | G4int | value | ) |
Definition at line 1095 of file G4VUserPhysicsList.cc.
References fCutsTable, G4cout, G4endl, G4MT_thePLHelper, G4ProductionCutsTable::SetVerboseLevel(), and verboseLevel.
Referenced by export_G4VUserPhysicsList(), ExN01PhysicsList::SetCuts(), and G4UserPhysicsListMessenger::SetNewValue().
Definition at line 931 of file G4VUserPhysicsList.cc.
References directoryPhysicsTable, fCutsTable, fStoredInAscii, G4cout, G4endl, G4Exception(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetProcessManager(), JustWarning, G4ProcessVector::size(), G4ProductionCutsTable::StoreCutsTable(), theParticleIterator, and verboseLevel.
Referenced by export_G4VUserPhysicsList(), and G4UserPhysicsListMessenger::SetNewValue().
|
virtual |
Reimplemented in G4VModularPhysicsList.
Definition at line 126 of file G4VUserPhysicsList.cc.
References G4MT_theMessenger, RemoveProcessManager(), and RemoveTrackingManager().
Referenced by G4VModularPhysicsList::TerminateWorker().
void G4VUserPhysicsList::UseCoupledTransportation | ( | G4bool | vl = true | ) |
Definition at line 1075 of file G4VUserPhysicsList.cc.
References G4MT_thePLHelper.
Referenced by G4RunManagerKernel::InitializePhysics().
|
protected |
Definition at line 285 of file G4VUserPhysicsList.hh.
Referenced by FTF_BIC::FTF_BIC(), FTFP_BERT::FTFP_BERT(), FTFP_BERT_ATL::FTFP_BERT_ATL(), FTFP_BERT_HP::FTFP_BERT_HP(), FTFP_BERT_TRV::FTFP_BERT_TRV(), FTFQGSP_BERT::FTFQGSP_BERT(), G4ErrorPhysicsList::G4ErrorPhysicsList(), G4VUserPhysicsList(), GetDefaultCutValue(), LBE::LBE(), NuBeam::NuBeam(), G4VModularPhysicsList::operator=(), operator=(), PhysicsListEMstd::PhysicsListEMstd(), QBBC::QBBC(), QGS_BIC::QGS_BIC(), QGSP_BERT::QGSP_BERT(), QGSP_BERT_HP::QGSP_BERT_HP(), QGSP_BIC::QGSP_BIC(), QGSP_BIC_AllHP::QGSP_BIC_AllHP(), QGSP_BIC_HP::QGSP_BIC_HP(), QGSP_FTFP_BERT::QGSP_FTFP_BERT(), QPhysicsList::QPhysicsList(), LBE::SetCuts(), SetCuts(), SetCutsWithDefault(), SetDefaultCutValue(), SetParticleCuts(), and Shielding::Shielding().
|
protected |
Definition at line 299 of file G4VUserPhysicsList.hh.
Referenced by BuildPhysicsTable(), GetPhysicsTableDirectory(), G4VModularPhysicsList::operator=(), operator=(), SetPhysicsTableRetrieved(), and StorePhysicsTable().
|
protected |
Definition at line 289 of file G4VUserPhysicsList.hh.
Referenced by BuildPhysicsTable(), G4VUserPhysicsList(), SetVerboseLevel(), and StorePhysicsTable().
|
protected |
Definition at line 302 of file G4VUserPhysicsList.hh.
Referenced by CheckParticleList(), DisableCheckParticleList(), G4VModularPhysicsList::operator=(), and operator=().
|
protected |
Definition at line 296 of file G4VUserPhysicsList.hh.
Referenced by G4VModularPhysicsList::operator=(), operator=(), ResetPhysicsTableRetrieved(), and SetPhysicsTableRetrieved().
|
protected |
Definition at line 297 of file G4VUserPhysicsList.hh.
Referenced by BuildPhysicsTable(), G4VModularPhysicsList::operator=(), operator=(), ResetPhysicsTableRetrieved(), and SetPhysicsTableRetrieved().
|
protected |
Definition at line 292 of file G4VUserPhysicsList.hh.
Referenced by BuildPhysicsTable(), IsPhysicsTableRetrieved(), G4VModularPhysicsList::operator=(), operator=(), ResetPhysicsTableRetrieved(), and SetPhysicsTableRetrieved().
|
protected |
Definition at line 294 of file G4VUserPhysicsList.hh.
Referenced by BuildPhysicsTable(), IsStoredInAscii(), G4VModularPhysicsList::operator=(), operator=(), ResetStoredInAscii(), SetStoredInAscii(), and StorePhysicsTable().
|
protected |
Definition at line 305 of file G4VUserPhysicsList.hh.
Referenced by G4VUserPhysicsList(), GetInstanceID(), GetParticleIterator(), and G4VModularPhysicsList::operator=().
|
protected |
Definition at line 287 of file G4VUserPhysicsList.hh.
Referenced by G4VModularPhysicsList::operator=(), operator=(), SetCuts(), SetDefaultCutValue(), and SetParticleCuts().
|
staticprotected |
Definition at line 306 of file G4VUserPhysicsList.hh.
Referenced by G4VUserPhysicsList(), GetParticleIterator(), GetSubInstanceManager(), and G4VModularPhysicsList::operator=().
|
protected |
Definition at line 280 of file G4VUserPhysicsList.hh.
Referenced by BuildPhysicsTable(), G4VUserPhysicsList(), GetApplyCuts(), SetApplyCuts(), and ~G4VUserPhysicsList().
|
protected |
Definition at line 283 of file G4VUserPhysicsList.hh.
Referenced by BuildIntegralPhysicsTable(), BuildPhysicsTable(), Construct(), G4ErrorPhysicsList::ConstructProcess(), G4VUserPhysicsList(), GetCutValue(), GetVerboseLevel(), InitializeProcessManager(), operator=(), PreparePhysicsTable(), RemoveProcessManager(), RemoveTrackingManager(), RetrievePhysicsTable(), SetApplyCuts(), SetCuts(), SetCutValue(), SetDefaultCutValue(), SetParticleCuts(), SetVerboseLevel(), and StorePhysicsTable().