Geant4-11
|
#include <G4QuasiElRatios.hh>
Public Member Functions | |
G4double | ChExElCoef (G4double p, G4int Z, G4int N, G4int pPDG) |
std::pair< G4LorentzVector, G4LorentzVector > | ChExer (G4int NPDG, G4LorentzVector N4M, G4int pPDG, G4LorentzVector p4M) |
std::pair< G4double, G4double > | FetchElTot (G4double pGeV, G4int PDG, G4bool F) |
G4QuasiElRatios () | |
std::pair< G4double, G4double > | GetChExFactor (G4double pIU, G4int pPDG, G4int Z, G4int N) |
std::pair< G4double, G4double > | GetElTot (G4double pIU, G4int hPDG, G4int Z, G4int N) |
std::pair< G4double, G4double > | GetElTotXS (G4double Mom, G4int PDG, G4bool F) |
std::pair< G4double, G4double > | GetRatios (G4double pIU, G4int prPDG, G4int tgZ, G4int tgN) |
G4bool | RelDecayIn2 (G4LorentzVector &theMomentum, G4LorentzVector &f4Mom, G4LorentzVector &s4Mom, G4LorentzVector &dir, G4double maxCost=1., G4double minCost=-1.) |
std::pair< G4LorentzVector, G4LorentzVector > | Scatter (G4int NPDG, G4LorentzVector N4M, G4int pPDG, G4LorentzVector p4M) |
~G4QuasiElRatios () | |
Private Member Functions | |
std::pair< G4double, G4double > | CalcElTot (G4double pGeV, G4int Index) |
G4double | CalcQF2IN_Ratio (G4double TCSmb, G4int A) |
G4double | GetQF2IN_Ratio (G4double TotCS_mb, G4int A) |
Private Attributes | |
G4int | lastARatio |
G4bool | lastFtot |
G4double | lastHRatio |
G4int | lastHtot |
G4int | lastItot |
G4int | lastKRatio |
G4int | lastKtot |
G4double * | lastLRatio |
G4double | lastMRatio |
G4double | lastMtot |
G4int | lastNRatio |
G4double | lastPtot |
G4double | lastRRatio |
std::pair< G4double, G4double > | lastRtot |
G4double | lastSRatio |
G4double * | lastTRatio |
std::pair< G4double, G4double > * | lastXtot |
G4ChipsNeutronElasticXS * | NCSmanager |
G4ChipsProtonElasticXS * | PCSmanager |
std::vector< G4int > | vARatio |
std::vector< G4double > | vHRatio |
std::vector< G4int > | vItot |
std::vector< G4int > | vKRatio |
std::vector< G4int > | vKtot |
std::vector< G4double * > * | vL |
std::vector< G4double > | vMRatio |
std::vector< G4double > | vMtot |
std::vector< G4int > | vNRatio |
std::vector< G4double * > * | vT |
std::vector< std::pair< G4double, G4double > * > * | vX |
Definition at line 52 of file G4QuasiElRatios.hh.
G4QuasiElRatios::G4QuasiElRatios | ( | ) |
Definition at line 87 of file G4QuasiElRatios.cc.
References G4ChipsNeutronElasticXS::Default_Name(), G4ChipsProtonElasticXS::Default_Name(), G4CrossSectionDataSetRegistry::GetCrossSectionDataSet(), G4CrossSectionDataSetRegistry::Instance(), lastARatio, lastFtot, lastHRatio, lastHtot, lastItot, lastKRatio, lastKtot, lastLRatio, lastMRatio, lastMtot, lastNRatio, lastPtot, lastRRatio, lastSRatio, lastTRatio, lastXtot, NCSmanager, PCSmanager, vL, vT, and vX.
G4QuasiElRatios::~G4QuasiElRatios | ( | ) |
Definition at line 322 of file G4QuasiElRatios.cc.
References FatalException, G4cout, G4endl, G4Exception(), G4Log(), G4Pow::GetInstance(), LE, anonymous_namespace{G4QuasiElRatios.cc}::lmi, anonymous_namespace{G4QuasiElRatios.cc}::pbe, anonymous_namespace{G4QuasiElRatios.cc}::pbt, anonymous_namespace{G4QuasiElRatios.cc}::pma, anonymous_namespace{G4QuasiElRatios.cc}::pmi, G4Pow::powA(), and G4InuclParticleNames::sp.
Referenced by FetchElTot(), and GetElTotXS().
Definition at line 310 of file G4QuasiElRatios.cc.
References A, C(), G4Exp(), G4Pow::GetInstance(), P, and G4Pow::powA().
Referenced by GetQF2IN_Ratio().
Definition at line 1016 of file G4QuasiElRatios.cc.
References A, G4cout, G4endl, G4Log(), MeV, G4InuclParticleNames::sp, and Z.
std::pair< G4LorentzVector, G4LorentzVector > G4QuasiElRatios::ChExer | ( | G4int | NPDG, |
G4LorentzVector | N4M, | ||
G4int | pPDG, | ||
G4LorentzVector | p4M | ||
) |
Definition at line 904 of file G4QuasiElRatios.cc.
References CLHEP::HepLorentzVector::e(), FatalException, G4cerr, G4cout, G4endl, G4Exception(), G4UniformRand, G4ChipsNeutronElasticXS::GetChipsCrossSection(), G4ChipsProtonElasticXS::GetChipsCrossSection(), G4ChipsNeutronElasticXS::GetExchangeT(), G4ChipsProtonElasticXS::GetExchangeT(), G4ChipsNeutronElasticXS::GetHMaxT(), G4ChipsProtonElasticXS::GetHMaxT(), G4ParticleDefinition::GetPDGMass(), CLHEP::HepLorentzVector::m(), CLHEP::HepLorentzVector::m2(), megaelectronvolt, anonymous_namespace{G4ChipsNeutronElasticXS.cc}::mNeut, anonymous_namespace{G4ChipsNeutronElasticXS.cc}::mProt, NCSmanager, G4Neutron::Neutron(), P, PCSmanager, G4Proton::Proton(), RelDecayIn2(), and Z.
Definition at line 610 of file G4QuasiElRatios.cc.
References CalcElTot(), anonymous_namespace{G4QuasiElRatios.cc}::dlp, anonymous_namespace{G4QuasiElRatios.cc}::edlp, FatalException, G4cout, G4endl, G4Exception(), G4Exp(), G4Log(), G4UniformRand, lastFtot, lastHtot, lastItot, lastKtot, lastMtot, lastPtot, lastRtot, lastXtot, anonymous_namespace{G4QuasiElRatios.cc}::lpa, anonymous_namespace{G4QuasiElRatios.cc}::lpi, anonymous_namespace{G4QuasiElRatios.cc}::map, anonymous_namespace{G4QuasiElRatios.cc}::mip, anonymous_namespace{G4QuasiElRatios.cc}::mlp, CLHEP::detail::n, anonymous_namespace{G4QuasiElRatios.cc}::nlp, vItot, vKtot, vMtot, and vX.
Referenced by GetChExFactor(), and GetElTot().
std::pair< G4double, G4double > G4QuasiElRatios::GetChExFactor | ( | G4double | pIU, |
G4int | pPDG, | ||
G4int | Z, | ||
G4int | N | ||
) |
Definition at line 745 of file G4QuasiElRatios.cc.
References A, FetchElTot(), G4cout, G4endl, G4Log(), gigaelectronvolt, and Z.
std::pair< G4double, G4double > G4QuasiElRatios::GetElTot | ( | G4double | pIU, |
G4int | hPDG, | ||
G4int | Z, | ||
G4int | N | ||
) |
Definition at line 729 of file G4QuasiElRatios.cc.
References A, FetchElTot(), G4cout, G4endl, gigaelectronvolt, millibarn, and Z.
Referenced by GetRatios().
Definition at line 574 of file G4QuasiElRatios.cc.
References CalcElTot(), FatalException, G4cout, G4endl, G4Exception(), and G4UniformRand.
Definition at line 155 of file G4QuasiElRatios.cc.
References A, CalcQF2IN_Ratio(), anonymous_namespace{G4QuasiElRatios.cc}::dls, anonymous_namespace{G4QuasiElRatios.cc}::ds, anonymous_namespace{G4QuasiElRatios.cc}::edls, G4Exp(), G4Log(), lastARatio, lastHRatio, lastKRatio, lastLRatio, lastMRatio, lastNRatio, lastRRatio, lastSRatio, lastTRatio, g4zmq::ls(), anonymous_namespace{G4QuasiElRatios.cc}::lsa, anonymous_namespace{G4QuasiElRatios.cc}::lsi, anonymous_namespace{G4QuasiElRatios.cc}::mi, anonymous_namespace{G4QuasiElRatios.cc}::min_s, anonymous_namespace{G4QuasiElRatios.cc}::mls, anonymous_namespace{G4QuasiElRatios.cc}::mps, CLHEP::detail::n, anonymous_namespace{G4QuasiElRatios.cc}::nls, anonymous_namespace{G4QuasiElRatios.cc}::nps, anonymous_namespace{G4QuasiElRatios.cc}::sma, anonymous_namespace{G4QuasiElRatios.cc}::toler, vARatio, vHRatio, vKRatio, vL, vMRatio, vNRatio, and vT.
Referenced by GetRatios().
std::pair< G4double, G4double > G4QuasiElRatios::GetRatios | ( | G4double | pIU, |
G4int | prPDG, | ||
G4int | tgZ, | ||
G4int | tgN | ||
) |
Definition at line 136 of file G4QuasiElRatios.cc.
References GetElTot(), GetQF2IN_Ratio(), and millibarn.
Referenced by G4QuasiElasticChannel::GetFraction().
G4bool G4QuasiElRatios::RelDecayIn2 | ( | G4LorentzVector & | theMomentum, |
G4LorentzVector & | f4Mom, | ||
G4LorentzVector & | s4Mom, | ||
G4LorentzVector & | dir, | ||
G4double | maxCost = 1. , |
||
G4double | minCost = -1. |
||
) |
Definition at line 1039 of file G4QuasiElRatios.cc.
References CLHEP::HepLorentzVector::boost(), CLHEP::HepLorentzVector::boostVector(), CLHEP::Hep3Vector::cross(), d2, dE, CLHEP::HepLorentzVector::e(), G4cerr, G4endl, G4UniformRand, CLHEP::HepLorentzVector::m2(), CLHEP::Hep3Vector::mag2(), CLHEP::Hep3Vector::orthogonal(), CLHEP::HepLorentzVector::rho(), CLHEP::HepLorentzVector::setE(), CLHEP::HepLorentzVector::setVect(), twopi, CLHEP::Hep3Vector::unit(), and CLHEP::HepLorentzVector::vect().
std::pair< G4LorentzVector, G4LorentzVector > G4QuasiElRatios::Scatter | ( | G4int | NPDG, |
G4LorentzVector | N4M, | ||
G4int | pPDG, | ||
G4LorentzVector | p4M | ||
) |
Definition at line 788 of file G4QuasiElRatios.cc.
References G4Alpha::Alpha(), G4Deuteron::Deuteron(), CLHEP::HepLorentzVector::e(), FatalException, G4cerr, G4cout, G4endl, G4Exception(), G4ChipsNeutronElasticXS::GetChipsCrossSection(), G4ChipsProtonElasticXS::GetChipsCrossSection(), G4ChipsNeutronElasticXS::GetExchangeT(), G4ChipsProtonElasticXS::GetExchangeT(), G4ChipsNeutronElasticXS::GetHMaxT(), G4ChipsProtonElasticXS::GetHMaxT(), G4ParticleDefinition::GetPDGMass(), G4He3::He3(), CLHEP::HepLorentzVector::m(), CLHEP::HepLorentzVector::m2(), megaelectronvolt, anonymous_namespace{G4ChipsNeutronElasticXS.cc}::mNeut, anonymous_namespace{G4ChipsNeutronElasticXS.cc}::mProt, NCSmanager, G4Neutron::Neutron(), P, PCSmanager, G4Proton::Proton(), RelDecayIn2(), G4InuclParticleNames::tm, G4Triton::Triton(), and Z.
Referenced by G4QuasiElasticChannel::Scatter().
|
private |
Definition at line 113 of file G4QuasiElRatios.hh.
Referenced by G4QuasiElRatios(), and GetQF2IN_Ratio().
|
private |
Definition at line 123 of file G4QuasiElRatios.hh.
Referenced by FetchElTot(), and G4QuasiElRatios().
|
private |
Definition at line 114 of file G4QuasiElRatios.hh.
Referenced by G4QuasiElRatios(), and GetQF2IN_Ratio().
|
private |
Definition at line 122 of file G4QuasiElRatios.hh.
Referenced by FetchElTot(), and G4QuasiElRatios().
|
private |
Definition at line 128 of file G4QuasiElRatios.hh.
Referenced by FetchElTot(), and G4QuasiElRatios().
|
private |
Definition at line 117 of file G4QuasiElRatios.hh.
Referenced by G4QuasiElRatios(), and GetQF2IN_Ratio().
|
private |
Definition at line 130 of file G4QuasiElRatios.hh.
Referenced by FetchElTot(), and G4QuasiElRatios().
|
private |
Definition at line 119 of file G4QuasiElRatios.hh.
Referenced by G4QuasiElRatios(), and GetQF2IN_Ratio().
|
private |
Definition at line 116 of file G4QuasiElRatios.hh.
Referenced by G4QuasiElRatios(), and GetQF2IN_Ratio().
|
private |
Definition at line 129 of file G4QuasiElRatios.hh.
Referenced by FetchElTot(), and G4QuasiElRatios().
|
private |
Definition at line 115 of file G4QuasiElRatios.hh.
Referenced by G4QuasiElRatios(), and GetQF2IN_Ratio().
|
private |
Definition at line 121 of file G4QuasiElRatios.hh.
Referenced by FetchElTot(), and G4QuasiElRatios().
|
private |
Definition at line 106 of file G4QuasiElRatios.hh.
Referenced by G4QuasiElRatios(), and GetQF2IN_Ratio().
Definition at line 124 of file G4QuasiElRatios.hh.
Referenced by FetchElTot().
|
private |
Definition at line 105 of file G4QuasiElRatios.hh.
Referenced by G4QuasiElRatios(), and GetQF2IN_Ratio().
|
private |
Definition at line 118 of file G4QuasiElRatios.hh.
Referenced by G4QuasiElRatios(), and GetQF2IN_Ratio().
Definition at line 131 of file G4QuasiElRatios.hh.
Referenced by FetchElTot(), and G4QuasiElRatios().
|
private |
Definition at line 92 of file G4QuasiElRatios.hh.
Referenced by ChExer(), G4QuasiElRatios(), and Scatter().
|
private |
Definition at line 91 of file G4QuasiElRatios.hh.
Referenced by ChExer(), G4QuasiElRatios(), and Scatter().
|
private |
Definition at line 107 of file G4QuasiElRatios.hh.
Referenced by GetQF2IN_Ratio().
|
private |
Definition at line 108 of file G4QuasiElRatios.hh.
Referenced by GetQF2IN_Ratio().
|
private |
Definition at line 125 of file G4QuasiElRatios.hh.
Referenced by FetchElTot().
|
private |
Definition at line 111 of file G4QuasiElRatios.hh.
Referenced by GetQF2IN_Ratio().
|
private |
Definition at line 127 of file G4QuasiElRatios.hh.
Referenced by FetchElTot().
|
private |
Definition at line 102 of file G4QuasiElRatios.hh.
Referenced by G4QuasiElRatios(), GetQF2IN_Ratio(), and ~G4QuasiElRatios().
|
private |
Definition at line 110 of file G4QuasiElRatios.hh.
Referenced by GetQF2IN_Ratio().
|
private |
Definition at line 126 of file G4QuasiElRatios.hh.
Referenced by FetchElTot().
|
private |
Definition at line 109 of file G4QuasiElRatios.hh.
Referenced by GetQF2IN_Ratio().
|
private |
Definition at line 101 of file G4QuasiElRatios.hh.
Referenced by G4QuasiElRatios(), GetQF2IN_Ratio(), and ~G4QuasiElRatios().
Definition at line 103 of file G4QuasiElRatios.hh.
Referenced by FetchElTot(), G4QuasiElRatios(), and ~G4QuasiElRatios().