|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ParticleHPChannelList.hh>
Public Member Functions | |
| G4ParticleHPChannelList (G4int n=0, G4ParticleDefinition *p=nullptr) | |
| void | Init (G4int n) |
| ~G4ParticleHPChannelList () | |
| G4HadFinalState * | ApplyYourself (const G4Element *theElement, const G4HadProjectile &aTrack) |
| G4HadFinalState * | ApplyYourself (G4int, G4int, G4int, const G4HadProjectile &aTrack) |
| void | Init (G4Element *anElement, const G4String &dirName, G4ParticleDefinition *projectile) |
| void | Register (G4ParticleHPFinalState *theFS, const G4String &aName) |
| G4double | GetXsec (G4double anEnergy) |
| G4double | GetWeightedXsec (G4double anEnergy, G4int isotopeJ) |
| G4int | GetNumberOfChannels () |
| G4bool | HasDataInAnyFinalState () |
| void | DumpInfo () |
| G4ParticleHPChannelList (G4ParticleHPChannelList &)=delete | |
| G4ParticleHPChannelList & | operator= (const G4ParticleHPChannelList &right)=delete |
Definition at line 46 of file G4ParticleHPChannelList.hh.
| G4ParticleHPChannelList::G4ParticleHPChannelList | ( | G4int | n = 0, |
| G4ParticleDefinition * | p = nullptr ) |
Definition at line 46 of file G4ParticleHPChannelList.cc.
Referenced by G4ParticleHPChannelList(), and operator=().
| G4ParticleHPChannelList::~G4ParticleHPChannelList | ( | ) |
Definition at line 53 of file G4ParticleHPChannelList.cc.
|
delete |
| G4HadFinalState * G4ParticleHPChannelList::ApplyYourself | ( | const G4Element * | theElement, |
| const G4HadProjectile & | aTrack ) |
Definition at line 63 of file G4ParticleHPChannelList.cc.
Referenced by G4NeutronHPInelasticVI::ApplyYourself().
| G4HadFinalState * G4ParticleHPChannelList::ApplyYourself | ( | G4int | isotope, |
| G4int | anZ, | ||
| G4int | anA, | ||
| const G4HadProjectile & | aTrack ) |
Definition at line 161 of file G4ParticleHPChannelList.cc.
| void G4ParticleHPChannelList::DumpInfo | ( | ) |
Definition at line 233 of file G4ParticleHPChannelList.cc.
|
inline |
Definition at line 87 of file G4ParticleHPChannelList.hh.
Definition at line 76 of file G4ParticleHPChannelList.hh.
Referenced by GetWeightedXsec().
Definition at line 66 of file G4ParticleHPChannelList.hh.
Referenced by GetXsec().
|
inline |
Definition at line 89 of file G4ParticleHPChannelList.hh.
Referenced by DumpInfo(), and HasDataInAnyFinalState().
| void G4ParticleHPChannelList::Init | ( | G4Element * | anElement, |
| const G4String & | dirName, | ||
| G4ParticleDefinition * | projectile ) |
Definition at line 215 of file G4ParticleHPChannelList.cc.
| void G4ParticleHPChannelList::Init | ( | G4int | n | ) |
|
delete |
| void G4ParticleHPChannelList::Register | ( | G4ParticleHPFinalState * | theFS, |
| const G4String & | aName ) |
Definition at line 225 of file G4ParticleHPChannelList.cc.