#include <BesGeneralPhysics.hh>
◆ BesGeneralPhysics() [1/2]
BesGeneralPhysics::BesGeneralPhysics |
( |
const G4String & |
name = "general" | ) |
|
◆ ~BesGeneralPhysics() [1/2]
BesGeneralPhysics::~BesGeneralPhysics |
( |
| ) |
|
|
virtual |
◆ BesGeneralPhysics() [2/2]
BesGeneralPhysics::BesGeneralPhysics |
( |
const G4String & |
name = "general" | ) |
|
◆ ~BesGeneralPhysics() [2/2]
virtual BesGeneralPhysics::~BesGeneralPhysics |
( |
| ) |
|
|
virtual |
◆ ConstructParticle() [1/2]
void BesGeneralPhysics::ConstructParticle |
( |
| ) |
|
|
virtual |
Definition at line 22 of file BesGeneralPhysics.cc.
23{
24
25 G4Geantino::GeantinoDefinition();
26 G4ChargedGeantino::ChargedGeantinoDefinition();
27}
◆ ConstructParticle() [2/2]
virtual void BesGeneralPhysics::ConstructParticle |
( |
| ) |
|
|
virtual |
◆ ConstructProcess() [1/2]
void BesGeneralPhysics::ConstructProcess |
( |
| ) |
|
|
virtual |
Definition at line 29 of file BesGeneralPhysics.cc.
30{
31 theParticleIterator->reset();
32 while( (*theParticleIterator)() ){
33 G4ParticleDefinition* particle = theParticleIterator->value();
34 G4ProcessManager* pmanager = particle->GetProcessManager();
37
40 }
41 }
42}
◆ ConstructProcess() [2/2]
virtual void BesGeneralPhysics::ConstructProcess |
( |
| ) |
|
|
virtual |
◆ fDecayProcess
G4Decay BesGeneralPhysics::fDecayProcess |
|
protected |
The documentation for this class was generated from the following files: