#include <ExN04GeneralPhysics.hh>
Definition at line 47 of file ExN04GeneralPhysics.hh.
◆ ExN04GeneralPhysics()
| ExN04GeneralPhysics::ExN04GeneralPhysics |
( |
const G4String & | name = "general" | ) |
|
◆ ~ExN04GeneralPhysics()
| ExN04GeneralPhysics::~ExN04GeneralPhysics |
( |
| ) |
|
|
virtual |
◆ ConstructParticle()
| void ExN04GeneralPhysics::ConstructParticle |
( |
| ) |
|
|
virtual |
Definition at line 45 of file ExN04GeneralPhysics.cxx.
45 {
46
47 G4Geantino::GeantinoDefinition();
48 G4ChargedGeantino::ChargedGeantinoDefinition();
49}
◆ ConstructProcess()
| void ExN04GeneralPhysics::ConstructProcess |
( |
| ) |
|
|
virtual |
Definition at line 51 of file ExN04GeneralPhysics.cxx.
51 {
52
53 theParticleIterator->reset();
54 while ( ( *theParticleIterator )() )
55 {
56 G4ParticleDefinition* particle = theParticleIterator->value();
57 G4ProcessManager* pmanager = particle->GetProcessManager();
59 {
61
64 }
65 }
66}
◆ fDecayProcess
| G4Decay ExN04GeneralPhysics::fDecayProcess |
|
protected |
The documentation for this class was generated from the following files: