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