#include <PhysListEmPenelope.hh>
◆ PhysListEmPenelope() [1/3]
PhysListEmPenelope::PhysListEmPenelope |
( |
const G4String & |
name = "penelope" | ) |
|
◆ ~PhysListEmPenelope() [1/3]
PhysListEmPenelope::~PhysListEmPenelope |
( |
| ) |
|
◆ PhysListEmPenelope() [2/3]
PhysListEmPenelope::PhysListEmPenelope |
( |
const G4String & |
name = "penelope" | ) |
|
◆ ~PhysListEmPenelope() [2/3]
PhysListEmPenelope::~PhysListEmPenelope |
( |
| ) |
|
◆ PhysListEmPenelope() [3/3]
PhysListEmPenelope::PhysListEmPenelope |
( |
const G4String & |
name = "Penelope" | ) |
|
◆ ~PhysListEmPenelope() [3/3]
PhysListEmPenelope::~PhysListEmPenelope |
( |
| ) |
|
◆ ConstructParticle() [1/3]
virtual void PhysListEmPenelope::ConstructParticle |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ConstructParticle() [2/3]
virtual void PhysListEmPenelope::ConstructParticle |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ConstructParticle() [3/3]
virtual void PhysListEmPenelope::ConstructParticle |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ConstructProcess() [1/3]
virtual void PhysListEmPenelope::ConstructProcess |
( |
| ) |
|
|
virtual |
◆ ConstructProcess() [2/3]
void PhysListEmPenelope::ConstructProcess |
( |
void |
| ) |
|
|
virtual |
Implements G4VPhysicsConstructor.
Definition at line 93 of file TestEm13/src/PhysListEmPenelope.cc.
108 if (particleName ==
"gamma") {
139 }
else if (particleName ==
"e-") {
150 G4PenelopeBremsstrahlungModel*
151 eBremModel =
new G4PenelopeBremsstrahlungModel();
152 eBremModel->SetHighEnergyLimit(highEnergyLimit);
156 }
else if (particleName ==
"e+") {
166 G4PenelopeBremsstrahlungModel*
167 eBremModel =
new G4PenelopeBremsstrahlungModel();
168 eBremModel->SetHighEnergyLimit(highEnergyLimit);
179 }
else if( particleName ==
"mu+" ||
180 particleName ==
"mu-" ) {
186 }
else if( particleName ==
"alpha" || particleName ==
"GenericIon" ) {
G4bool IsShortLived() const
G4int AddDiscreteProcess(G4VProcess *aProcess, G4int ord=ordDefault)
G4ProcessManager * GetProcessManager() const
void SetHighEnergyLimit(G4double)
const G4String & GetParticleName() const
G4int AddProcess(G4VProcess *aProcess, G4int ordAtRestDoIt=ordInActive, G4int ordAlongSteptDoIt=ordInActive, G4int ordPostStepDoIt=ordInActive)
void AddEmModel(G4int, G4VEmModel *, G4VEmFluctuationModel *fluc=0, const G4Region *region=0)
void AddEmModel(G4int, G4VEmModel *, const G4Region *region=0)
std::vector< G4InuclElementaryParticle >::iterator particleIterator
G4ParticleTable::G4PTblDicIterator * GetParticleIterator() const
G4double GetPDGCharge() const
◆ ConstructProcess() [3/3]
virtual void PhysListEmPenelope::ConstructProcess |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: