|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ParticleHPChannelList.hh>
Public Member Functions | |
| G4ParticleHPChannelList (G4int n, G4ParticleDefinition *projectile) | |
| G4ParticleHPChannelList () | |
| void | Init (G4int n) |
| ~G4ParticleHPChannelList () | |
| G4HadFinalState * | ApplyYourself (const G4Element *theElement, const G4HadProjectile &aTrack) |
| void | Init (G4Element *anElement, const G4String &dirName, G4ParticleDefinition *projectile) |
| void | Register (G4ParticleHPFinalState *theFS, const G4String &aName) |
| G4double | GetXsec (G4double anEnergy) |
| G4int | GetNumberOfChannels () |
| G4bool | HasDataInAnyFinalState () |
| void | RestartRegistration () |
| void | DumpInfo () |
Definition at line 47 of file G4ParticleHPChannelList.hh.
| G4ParticleHPChannelList::G4ParticleHPChannelList | ( | G4int | n, |
| G4ParticleDefinition * | projectile | ||
| ) |
Definition at line 42 of file G4ParticleHPChannelList.cc.
| G4ParticleHPChannelList::G4ParticleHPChannelList | ( | ) |
Definition at line 53 of file G4ParticleHPChannelList.cc.
| G4ParticleHPChannelList::~G4ParticleHPChannelList | ( | ) |
Definition at line 63 of file G4ParticleHPChannelList.cc.
| G4HadFinalState * G4ParticleHPChannelList::ApplyYourself | ( | const G4Element * | theElement, |
| const G4HadProjectile & | aTrack | ||
| ) |
Definition at line 77 of file G4ParticleHPChannelList.cc.
| void G4ParticleHPChannelList::DumpInfo | ( | ) |
Definition at line 223 of file G4ParticleHPChannelList.cc.
|
inline |
Definition at line 77 of file G4ParticleHPChannelList.hh.
Definition at line 66 of file G4ParticleHPChannelList.hh.
Referenced by GetXsec().
|
inline |
Definition at line 79 of file G4ParticleHPChannelList.hh.
Referenced by DumpInfo(), and HasDataInAnyFinalState().
| void G4ParticleHPChannelList::Init | ( | G4Element * | anElement, |
| const G4String & | dirName, | ||
| G4ParticleDefinition * | projectile | ||
| ) |
Definition at line 179 of file G4ParticleHPChannelList.cc.
| void G4ParticleHPChannelList::Init | ( | G4int | n | ) |
| void G4ParticleHPChannelList::Register | ( | G4ParticleHPFinalState * | theFS, |
| const G4String & | aName | ||
| ) |
Definition at line 188 of file G4ParticleHPChannelList.cc.
|
inline |
Definition at line 89 of file G4ParticleHPChannelList.hh.