Geant4
10.02.p01
|
Construction of a physics list. More...
#include <Par02PhysicsList.hh>
Protected Member Functions | |
virtual void | ConstructParticle () |
Constructs particles: bosons, leptons, mesons, baryons and ions. More... | |
virtual void | ConstructProcess () |
Constructs physics processes: particle transportation, decays, parametrisation (for the purpose of fast parametric simulation). More... | |
virtual void | SetCuts () |
Sets cuts with the default value for all particle types. More... | |
virtual void | ConstructBosons () |
Constructs bosons (including geantino) More... | |
virtual void | ConstructLeptons () |
Constructs all leptons. More... | |
virtual void | ConstructMesons () |
Constructs all mesons. More... | |
virtual void | ConstructBaryons () |
Constructs all barions. More... | |
virtual void | ConstructIons () |
Constructs light ions. More... | |
void | AddParameterisation () |
Creates a G4FastSimulationManagerProcess object for all the particle types. More... | |
virtual void | ConstructGeneral () |
Adds decay process. More... | |
virtual void | AddTransportation () |
Adds the particle transport. G4CoupledTransportation is used to allow the calculation of the expected position of the particle within a G4VFastSimulationModel. More... | |
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 () |
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 |
Construction of a physics list.
A mandatory initialization class of the physics list. For the purposes of fast simulation, only transportation, decays and parametrisation is used. Based on G4 examples/extended/parametrisations/Par01/include/Par01PhysicsList.hh .
Definition at line 45 of file Par02PhysicsList.hh.
Par02PhysicsList::Par02PhysicsList | ( | ) |
A default constructor. Sets the default cut value.
Definition at line 71 of file Par02PhysicsList.cc.
References G4VUserPhysicsList::defaultCutValue, m, and G4VUserPhysicsList::SetVerboseLevel().
|
virtual |
Definition at line 78 of file Par02PhysicsList.cc.
|
protected |
Creates a G4FastSimulationManagerProcess object for all the particle types.
Definition at line 164 of file Par02PhysicsList.cc.
References G4ProcessManager::AddProcess(), G4ParticleDefinition::GetProcessManager(), and theParticleIterator.
Referenced by ConstructProcess().
|
protectedvirtual |
Adds the particle transport. G4CoupledTransportation is used to allow the calculation of the expected position of the particle within a G4VFastSimulationModel.
Definition at line 140 of file Par02PhysicsList.cc.
References G4VUserPhysicsList::AddTransportation().
Referenced by ConstructProcess().
|
protectedvirtual |
Constructs all barions.
Definition at line 118 of file Par02PhysicsList.cc.
References G4BaryonConstructor::ConstructParticle().
Referenced by ConstructParticle().
|
protectedvirtual |
Constructs bosons (including geantino)
Definition at line 95 of file Par02PhysicsList.cc.
References G4ChargedGeantino::ChargedGeantinoDefinition(), G4Gamma::GammaDefinition(), G4Geantino::GeantinoDefinition(), and G4OpticalPhoton::OpticalPhotonDefinition().
Referenced by ConstructParticle().
|
protectedvirtual |
Adds decay process.
Definition at line 147 of file Par02PhysicsList.cc.
References G4ProcessManager::AddProcess(), G4ParticleDefinition::GetProcessManager(), idxAtRest, idxPostStep, G4Decay::IsApplicable(), G4ProcessManager::SetProcessOrdering(), and theParticleIterator.
Referenced by ConstructProcess().
|
protectedvirtual |
Constructs light ions.
Definition at line 125 of file Par02PhysicsList.cc.
References G4IonConstructor::ConstructParticle().
Referenced by ConstructParticle().
|
protectedvirtual |
Constructs all leptons.
Definition at line 104 of file Par02PhysicsList.cc.
References G4LeptonConstructor::ConstructParticle().
Referenced by ConstructParticle().
|
protectedvirtual |
Constructs all mesons.
Definition at line 111 of file Par02PhysicsList.cc.
References G4MesonConstructor::ConstructParticle().
Referenced by ConstructParticle().
|
protectedvirtual |
Constructs particles: bosons, leptons, mesons, baryons and ions.
Implements G4VUserPhysicsList.
Definition at line 82 of file Par02PhysicsList.cc.
References ConstructBaryons(), ConstructBosons(), ConstructIons(), ConstructLeptons(), and ConstructMesons().
|
protectedvirtual |
Constructs physics processes: particle transportation, decays, parametrisation (for the purpose of fast parametric simulation).
Implements G4VUserPhysicsList.
Definition at line 132 of file Par02PhysicsList.cc.
References AddParameterisation(), AddTransportation(), and ConstructGeneral().
|
protectedvirtual |
Sets cuts with the default value for all particle types.
Reimplemented from G4VUserPhysicsList.
Definition at line 183 of file Par02PhysicsList.cc.
References G4cout, G4VUserPhysicsList::SetCutsWithDefault(), and G4VUserPhysicsList::verboseLevel.