#include "MyG4DecayPhysics.hh"
Definition at line 50 of file MyG4DecayPhysics.hh.
MyG4DecayPhysics::MyG4DecayPhysics |
( |
G4int |
ver = 1 | ) |
|
MyG4DecayPhysics::MyG4DecayPhysics |
( |
const G4String & |
name, |
|
|
G4int |
ver = 1 |
|
) |
| |
MyG4DecayPhysics::~MyG4DecayPhysics |
( |
| ) |
|
|
virtual |
void MyG4DecayPhysics::ConstructParticle |
( |
| ) |
|
|
virtual |
Definition at line 79 of file MyG4DecayPhysics.cc.
83 G4BosonConstructor pBosonConstructor;
84 pBosonConstructor.ConstructParticle();
86 G4LeptonConstructor pLeptonConstructor;
87 pLeptonConstructor.ConstructParticle();
89 G4MesonConstructor pMesonConstructor;
90 pMesonConstructor.ConstructParticle();
92 G4BaryonConstructor pBaryonConstructor;
93 pBaryonConstructor.ConstructParticle();
95 G4IonConstructor pIonConstructor;
96 pIonConstructor.ConstructParticle();
98 G4ShortLivedConstructor pShortLivedConstructor;
99 pShortLivedConstructor.ConstructParticle();
void MyG4DecayPhysics::ConstructProcess |
( |
| ) |
|
|
virtual |
Definition at line 102 of file MyG4DecayPhysics.cc.
References fDecayProcess, verbose, and wasActivated.
107 G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
111 auto myParticleIterator=GetParticleIterator();
112 myParticleIterator->reset();
113 G4ParticleDefinition* particle=0;
115 while( (*myParticleIterator)() )
117 particle = myParticleIterator->value();
120 bool isMuPlus = particle->GetParticleName() ==
"mu+";
124 G4cout <<
"### Decays for " << particle->GetParticleName() << G4endl;
129 G4cout <<
"MyG4DecayPhysics::ConstructProcess() mu+ decays will be disabled\n" << G4endl;
130 particle->DumpTable();
131 particle->GetProcessManager()->DumpInfo();
static G4ThreadLocal G4Decay * fDecayProcess
static G4ThreadLocal G4bool wasActivated
virtual G4Decay* MyG4DecayPhysics::GetDecayProcess |
( |
| ) |
|
|
inlinevirtual |
G4ThreadLocal G4Decay * MyG4DecayPhysics::fDecayProcess = 0 |
|
staticprivate |
G4int MyG4DecayPhysics::verbose |
|
private |
G4ThreadLocal G4bool MyG4DecayPhysics::wasActivated = false |
|
staticprivate |
The documentation for this class was generated from the following files: