Geant4
10.03.p03
|
#include <Par02PhysicsList.hh>
Protected Member Functions | |
virtual void | ConstructParticle () |
Constructs particles: bosons, leptons, mesons, baryons and ions. More... | |
virtual void | ConstructProcess () |
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 () |
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 () |
G4ParticleTable::G4PTblDicIterator * | GetParticleIterator () const |
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.
|
virtual |
Definition at line 78 of file Par02PhysicsList.cc.
|
protected |
Creates a G4FastSimulationManagerProcess object for all the particle types.
Definition at line 165 of file Par02PhysicsList.cc.
|
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.
|
protectedvirtual |
Constructs all barions.
Definition at line 118 of file Par02PhysicsList.cc.
|
protectedvirtual |
Constructs bosons (including geantino)
Definition at line 95 of file Par02PhysicsList.cc.
|
protectedvirtual |
Adds decay process.
Definition at line 147 of file Par02PhysicsList.cc.
|
protectedvirtual |
Constructs light ions.
Definition at line 125 of file Par02PhysicsList.cc.
|
protectedvirtual |
Constructs all leptons.
Definition at line 104 of file Par02PhysicsList.cc.
|
protectedvirtual |
Constructs all mesons.
Definition at line 111 of file Par02PhysicsList.cc.
Constructs particles: bosons, leptons, mesons, baryons and ions.
Implements G4VUserPhysicsList.
Definition at line 82 of file Par02PhysicsList.cc.
Constructs physics processes: particle transportation, decays, parametrisation (for the purpose of fast parametric simulation).
Implements G4VUserPhysicsList.
Definition at line 132 of file Par02PhysicsList.cc.
|
protectedvirtual |
Sets cuts with the default value for all particle types.
Reimplemented from G4VUserPhysicsList.
Definition at line 185 of file Par02PhysicsList.cc.