Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4QuasiFreeRatios.hh>
Public Member Functions | |
~G4QuasiFreeRatios () | |
std::pair< G4double, G4double > | GetRatios (G4double pIU, G4int prPDG, G4int tgZ, G4int tgN) |
std::pair< G4double, G4double > | GetChExFactor (G4double pIU, G4int pPDG, G4int Z, G4int N) |
std::pair< G4LorentzVector, G4LorentzVector > | Scatter (G4int NPDG, G4LorentzVector N4M, G4int pPDG, G4LorentzVector p4M) |
std::pair< G4LorentzVector, G4LorentzVector > | ChExer (G4int NPDG, G4LorentzVector N4M, G4int pPDG, G4LorentzVector p4M) |
std::pair< G4double, G4double > | GetElTot (G4double pIU, G4int hPDG, G4int Z, G4int N) |
G4double | ChExElCoef (G4double p, G4int Z, G4int N, G4int pPDG) |
std::pair< G4double, G4double > | GetElTotXS (G4double Mom, G4int PDG, G4bool F) |
Static Public Member Functions | |
static G4QuasiFreeRatios * | GetPointer () |
Protected Member Functions | |
G4QuasiFreeRatios () | |
Definition at line 52 of file G4QuasiFreeRatios.hh.
|
protected |
Definition at line 51 of file G4QuasiFreeRatios.cc.
G4QuasiFreeRatios::~G4QuasiFreeRatios | ( | ) |
Definition at line 59 of file G4QuasiFreeRatios.cc.
Definition at line 734 of file G4QuasiFreeRatios.cc.
Referenced by G4QInelastic::PostStepDoIt().
std::pair< G4LorentzVector, G4LorentzVector > G4QuasiFreeRatios::ChExer | ( | G4int | NPDG, |
G4LorentzVector | N4M, | ||
G4int | pPDG, | ||
G4LorentzVector | p4M | ||
) |
Definition at line 590 of file G4QuasiFreeRatios.cc.
std::pair< G4double, G4double > G4QuasiFreeRatios::GetChExFactor | ( | G4double | pIU, |
G4int | pPDG, | ||
G4int | Z, | ||
G4int | N | ||
) |
Definition at line 389 of file G4QuasiFreeRatios.cc.
std::pair< G4double, G4double > G4QuasiFreeRatios::GetElTot | ( | G4double | pIU, |
G4int | hPDG, | ||
G4int | Z, | ||
G4int | N | ||
) |
Definition at line 366 of file G4QuasiFreeRatios.cc.
Referenced by GetRatios().
Definition at line 339 of file G4QuasiFreeRatios.cc.
|
static |
Definition at line 69 of file G4QuasiFreeRatios.cc.
Referenced by G4QFragmentation::G4QFragmentation(), and G4QInelastic::PostStepDoIt().
std::pair< G4double, G4double > G4QuasiFreeRatios::GetRatios | ( | G4double | pIU, |
G4int | prPDG, | ||
G4int | tgZ, | ||
G4int | tgN | ||
) |
Definition at line 76 of file G4QuasiFreeRatios.cc.
Referenced by G4QFragmentation::G4QFragmentation(), and G4QInelastic::PostStepDoIt().
std::pair< G4LorentzVector, G4LorentzVector > G4QuasiFreeRatios::Scatter | ( | G4int | NPDG, |
G4LorentzVector | N4M, | ||
G4int | pPDG, | ||
G4LorentzVector | p4M | ||
) |
Definition at line 432 of file G4QuasiFreeRatios.cc.
Referenced by G4QFragmentation::G4QFragmentation(), and G4QInelastic::PostStepDoIt().