Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GSPWACorrections.hh>
Public Member Functions | |
G4GSPWACorrections (G4bool iselectron=true) | |
~G4GSPWACorrections () | |
void | Initialise () |
void | GetPWACorrectionFactors (G4double logekin, G4double beta2, G4int matindx, G4double &corToScr, G4double &corToQ1, G4double &corToG2PerG1) |
Definition at line 61 of file G4GSPWACorrections.hh.
G4GSPWACorrections::G4GSPWACorrections | ( | G4bool | iselectron = true | ) |
Definition at line 65 of file G4GSPWACorrections.cc.
G4GSPWACorrections::~G4GSPWACorrections | ( | ) |
Definition at line 76 of file G4GSPWACorrections.cc.
void G4GSPWACorrections::GetPWACorrectionFactors | ( | G4double | logekin, |
G4double | beta2, | ||
G4int | matindx, | ||
G4double & | corToScr, | ||
G4double & | corToQ1, | ||
G4double & | corToG2PerG1 ) |
Definition at line 82 of file G4GSPWACorrections.cc.
Referenced by G4GoudsmitSaundersonMscModel::CrossSectionPerVolume(), and G4GoudsmitSaundersonMscModel::GetTransportMeanFreePath().
void G4GSPWACorrections::Initialise | ( | ) |
Definition at line 112 of file G4GSPWACorrections.cc.
Referenced by G4GoudsmitSaundersonMscModel::Initialise().