Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ElectronIonPair.hh>
Public Member Functions | |
G4ElectronIonPair (G4int verb) | |
virtual | ~G4ElectronIonPair () |
G4double | MeanNumberOfIonsAlongStep (const G4ParticleDefinition *, const G4Material *, G4double edepTotal, G4double edepNIEL=0.0) |
G4double | MeanNumberOfIonsAlongStep (const G4Step *) |
G4int | SampleNumberOfIonsAlongStep (const G4Step *) |
std::vector< G4ThreeVector > * | SampleIonsAlongStep (const G4Step *) |
G4int | ResidualeChargePostStep (const G4ParticleDefinition *, const G4TrackVector *secondary=nullptr, G4int processSubType=-1) const |
G4int | ResidualeChargePostStep (const G4Step *) const |
G4double | FindG4MeanEnergyPerIonPair (const G4Material *) const |
void | DumpMeanEnergyPerIonPair () const |
void | DumpG4MeanEnergyPerIonPair () const |
void | SetVerbose (G4int) |
G4ElectronIonPair & | operator= (const G4ElectronIonPair &right)=delete |
G4ElectronIonPair (const G4ElectronIonPair &)=delete | |
Definition at line 71 of file G4ElectronIonPair.hh.
|
explicit |
Definition at line 57 of file G4ElectronIonPair.cc.
|
virtualdefault |
|
delete |
void G4ElectronIonPair::DumpG4MeanEnergyPerIonPair | ( | ) | const |
Definition at line 188 of file G4ElectronIonPair.cc.
void G4ElectronIonPair::DumpMeanEnergyPerIonPair | ( | ) | const |
Definition at line 168 of file G4ElectronIonPair.cc.
G4double G4ElectronIonPair::FindG4MeanEnergyPerIonPair | ( | const G4Material * | mat | ) | const |
Definition at line 145 of file G4ElectronIonPair.cc.
Referenced by MeanNumberOfIonsAlongStep().
G4double G4ElectronIonPair::MeanNumberOfIonsAlongStep | ( | const G4ParticleDefinition * | part, |
const G4Material * | material, | ||
G4double | edepTotal, | ||
G4double | edepNIEL = 0.0 ) |
Definition at line 73 of file G4ElectronIonPair.cc.
Referenced by MeanNumberOfIonsAlongStep(), and SampleNumberOfIonsAlongStep().
Definition at line 136 of file G4ElectronIonPair.hh.
|
delete |
G4int G4ElectronIonPair::ResidualeChargePostStep | ( | const G4ParticleDefinition * | , |
const G4TrackVector * | secondary = nullptr, | ||
G4int | processSubType = -1 ) const |
Definition at line 132 of file G4ElectronIonPair.cc.
Referenced by ResidualeChargePostStep().
Definition at line 154 of file G4ElectronIonPair.hh.
std::vector< G4ThreeVector > * G4ElectronIonPair::SampleIonsAlongStep | ( | const G4Step * | step | ) |
Definition at line 106 of file G4ElectronIonPair.cc.
Definition at line 145 of file G4ElectronIonPair.hh.
Referenced by SampleIonsAlongStep().
|
inline |
Definition at line 164 of file G4ElectronIonPair.hh.
Referenced by G4LossTableManager::ResetParameters().