Geant4
10.01.p02
|
#include <DMXPhysicsList.hh>
Protected Member Functions | |
virtual void | ConstructParticle () |
virtual void | ConstructProcess () |
virtual void | ConstructGeneral () |
virtual void | ConstructEM () |
virtual void | ConstructHad () |
virtual void | ConstructOp () |
virtual void | AddTransportation () |
Protected Member Functions inherited from G4VUserPhysicsList | |
void | AddTransportation () |
G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
void | BuildIntegralPhysicsTable (G4VProcess *, G4ParticleDefinition *) |
virtual void | RetrievePhysicsTable (G4ParticleDefinition *, const G4String &directory, G4bool ascii=false) |
void | InitializeProcessManager () |
Private Member Functions | |
void | ConstructMyBosons () |
void | ConstructMyLeptons () |
void | ConstructMyHadrons () |
void | ConstructMyShortLiveds () |
Private Attributes | |
G4int | VerboseLevel |
G4int | OpVerbLevel |
G4double | cutForGamma |
G4double | cutForElectron |
G4double | cutForPositron |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VUserPhysicsList | |
static const G4VUPLManager & | GetSubInstanceManager () |
Protected Attributes inherited from G4VUserPhysicsList | |
G4ParticleTable * | theParticleTable |
G4int | verboseLevel |
G4double | defaultCutValue |
G4bool | isSetDefaultCutValue |
G4ProductionCutsTable * | fCutsTable |
G4bool | fRetrievePhysicsTable |
G4bool | fStoredInAscii |
G4bool | fIsCheckedForRetrievePhysicsTable |
G4bool | fIsRestoredCutValues |
G4String | directoryPhysicsTable |
G4bool | fDisableCheckParticleList |
G4int | g4vuplInstanceID |
Static Protected Attributes inherited from G4VUserPhysicsList | |
static G4RUN_DLL G4VUPLManager | subInstanceManager |
Definition at line 56 of file DMXPhysicsList.hh.
DMXPhysicsList::DMXPhysicsList | ( | ) |
Definition at line 72 of file DMXPhysicsList.cc.
References cutForElectron, cutForGamma, cutForPositron, G4VUserPhysicsList::defaultCutValue, micrometer, nanometer, OpVerbLevel, G4VUserPhysicsList::SetVerboseLevel(), and VerboseLevel.
DMXPhysicsList::~DMXPhysicsList | ( | ) |
Definition at line 88 of file DMXPhysicsList.cc.
|
protectedvirtual |
Definition at line 196 of file DMXPhysicsList.cc.
References G4ProcessManager::AddDiscreteProcess(), G4ProcessManager::AddProcess(), G4VUserPhysicsList::AddTransportation(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetProcessManager(), and theParticleIterator.
Referenced by ConstructProcess().
|
protectedvirtual |
Definition at line 269 of file DMXPhysicsList.cc.
References G4ProcessManager::AddDiscreteProcess(), G4ProcessManager::AddProcess(), fMinimal, fUseDistanceToBoundary, G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetParticleType(), G4ParticleDefinition::GetPDGCharge(), G4ParticleDefinition::GetProcessManager(), GeV, G4ParticleDefinition::IsShortLived(), G4EmProcessOptions::SetAuger(), G4EmProcessOptions::SetDEDXBinning(), G4VEmProcess::SetEmModel(), G4VEnergyLossProcess::SetEmModel(), G4EmProcessOptions::SetFluo(), G4EmProcessOptions::SetLambdaBinning(), G4EmProcessOptions::SetMaxEnergy(), G4EmProcessOptions::SetMscStepLimitation(), G4EmProcessOptions::SetPIXE(), G4VEnergyLossProcess::SetStepFunction(), G4VMultipleScattering::SetStepLimitType(), and theParticleIterator.
Referenced by ConstructProcess().
|
protectedvirtual |
Definition at line 874 of file DMXPhysicsList.cc.
References G4ProcessManager::AddProcess(), G4IonTable::Entries(), G4ParticleTable::GetIonTable(), G4IonTable::GetParticle(), G4ParticleDefinition::GetParticleName(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetParticleType(), G4ParticleDefinition::GetProcessManager(), idxAtRest, idxPostStep, G4Decay::IsApplicable(), G4ParticleDefinition::IsShortLived(), G4ProcessManager::SetProcessOrdering(), G4ProcessManager::SetVerboseLevel(), theParticleIterator, and VerboseLevel.
Referenced by ConstructProcess().
|
protectedvirtual |
Definition at line 567 of file DMXPhysicsList.cc.
References G4HadronicProcess::AddDataSet(), G4ProcessManager::AddDiscreteProcess(), G4ProcessManager::AddRestProcess(), G4ChipsProtonElasticXS::Default_Name(), G4ChipsKaonMinusInelasticXS::Default_Name(), G4ChipsNeutronElasticXS::Default_Name(), G4ChipsKaonPlusInelasticXS::Default_Name(), G4GGNuclNuclCrossSection::Default_Name(), G4ChipsKaonZeroInelasticXS::Default_Name(), G4AntiNuclElastic::GetComponentCrossSection(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetProcessManager(), GeV, G4CrossSectionDataSetRegistry::Instance(), MeV, G4Neutron::Neutron(), ordDefault, G4Proton::Proton(), G4HadronicProcess::RegisterMe(), G4VPartonStringModel::SetFragmentationModel(), G4TheoFSGenerator::SetHighEnergyGenerator(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), G4TheoFSGenerator::SetTransport(), TeV, and theParticleIterator.
Referenced by ConstructProcess().
|
private |
Definition at line 110 of file DMXPhysicsList.cc.
References G4ChargedGeantino::ChargedGeantinoDefinition(), G4Gamma::GammaDefinition(), G4Geantino::GeantinoDefinition(), and G4OpticalPhoton::OpticalPhotonDefinition().
Referenced by ConstructParticle().
|
private |
Definition at line 146 of file DMXPhysicsList.cc.
References G4MesonConstructor::ConstructParticle(), G4IonConstructor::ConstructParticle(), and G4BaryonConstructor::ConstructParticle().
Referenced by ConstructParticle().
|
private |
Definition at line 126 of file DMXPhysicsList.cc.
References G4AntiNeutrinoE::AntiNeutrinoEDefinition(), G4AntiNeutrinoMu::AntiNeutrinoMuDefinition(), G4Electron::ElectronDefinition(), G4MuonMinus::MuonMinusDefinition(), G4MuonPlus::MuonPlusDefinition(), G4NeutrinoE::NeutrinoEDefinition(), G4NeutrinoMu::NeutrinoMuDefinition(), and G4Positron::PositronDefinition().
Referenced by ConstructParticle().
|
private |
Definition at line 165 of file DMXPhysicsList.cc.
References G4ShortLivedConstructor::ConstructParticle().
Referenced by ConstructParticle().
|
protectedvirtual |
Definition at line 433 of file DMXPhysicsList.cc.
References G4ProcessManager::AddDiscreteProcess(), G4ProcessManager::AddProcess(), G4ParticleDefinition::GetParticleName(), G4ParticleDefinition::GetProcessManager(), idxAtRest, idxPostStep, G4Scintillation::IsApplicable(), OpVerbLevel, G4ProcessManager::SetProcessOrderingToLast(), G4Scintillation::SetScintillationExcitationRatio(), G4Scintillation::SetScintillationYieldFactor(), G4Scintillation::SetTrackSecondariesFirst(), G4VProcess::SetVerboseLevel(), and theParticleIterator.
Referenced by ConstructProcess().
|
protectedvirtual |
Implements G4VUserPhysicsList.
Definition at line 93 of file DMXPhysicsList.cc.
References ConstructMyBosons(), ConstructMyHadrons(), ConstructMyLeptons(), and ConstructMyShortLiveds().
|
protectedvirtual |
Implements G4VUserPhysicsList.
Definition at line 175 of file DMXPhysicsList.cc.
References AddTransportation(), ConstructEM(), ConstructGeneral(), ConstructHad(), and ConstructOp().
|
virtual |
Reimplemented from G4VUserPhysicsList.
Definition at line 916 of file DMXPhysicsList.cc.
References cutForElectron, cutForGamma, cutForPositron, G4VUserPhysicsList::defaultCutValue, G4VUserPhysicsList::DumpCutValuesTable(), eV, G4BestUnit, G4cout, G4endl, G4ProductionCutsTable::GetProductionCutsTable(), GeV, G4VUserPhysicsList::SetCutValue(), G4ProductionCutsTable::SetEnergyRange(), and G4VUserPhysicsList::verboseLevel.
|
private |
Definition at line 85 of file DMXPhysicsList.hh.
Referenced by DMXPhysicsList(), and SetCuts().
|
private |
Definition at line 84 of file DMXPhysicsList.hh.
Referenced by DMXPhysicsList(), and SetCuts().
|
private |
Definition at line 86 of file DMXPhysicsList.hh.
Referenced by DMXPhysicsList(), and SetCuts().
|
private |
Definition at line 82 of file DMXPhysicsList.hh.
Referenced by ConstructOp(), and DMXPhysicsList().
|
private |
Definition at line 81 of file DMXPhysicsList.hh.
Referenced by ConstructGeneral(), and DMXPhysicsList().