Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GSMottCorrection.hh>
Public Member Functions | |
G4GSMottCorrection (G4bool iselectron=true) | |
~G4GSMottCorrection () | |
void | Initialise () |
void | GetMottCorrectionFactors (G4double logekin, G4double beta2, G4int matindx, G4double &mcToScr, G4double &mcToQ1, G4double &mcToG2PerG1) |
G4double | GetMottRejectionValue (G4double logekin, G4double G4beta2, G4double q1, G4double cost, G4int matindx, G4int &ekindx, G4int &deltindx) |
Static Public Member Functions | |
static G4int | GetMaxZet () |
Definition at line 87 of file G4GSMottCorrection.hh.
G4GSMottCorrection::G4GSMottCorrection | ( | G4bool | iselectron = true | ) |
Definition at line 72 of file G4GSMottCorrection.cc.
G4GSMottCorrection::~G4GSMottCorrection | ( | ) |
Definition at line 85 of file G4GSMottCorrection.cc.
|
inlinestatic |
Definition at line 101 of file G4GSMottCorrection.hh.
void G4GSMottCorrection::GetMottCorrectionFactors | ( | G4double | logekin, |
G4double | beta2, | ||
G4int | matindx, | ||
G4double & | mcToScr, | ||
G4double & | mcToQ1, | ||
G4double & | mcToG2PerG1 ) |
Definition at line 91 of file G4GSMottCorrection.cc.
double G4GSMottCorrection::GetMottRejectionValue | ( | G4double | logekin, |
G4double | G4beta2, | ||
G4double | q1, | ||
G4double | cost, | ||
G4int | matindx, | ||
G4int & | ekindx, | ||
G4int & | deltindx ) |
Definition at line 123 of file G4GSMottCorrection.cc.
void G4GSMottCorrection::Initialise | ( | ) |
Definition at line 190 of file G4GSMottCorrection.cc.