Go to the source code of this file.
|
| | genie |
| | THE MAIN GENIE PROJECT NAMESPACE
|
| |
| | genie::utils |
| | Root of GENIE utility namespaces.
|
| |
|
| double | genie::utils::EnergyDeltaFunctionSolutionQEL (const Interaction &inter) |
| |
| QELEvGen_BindingMode_t | genie::utils::StringToQELBindingMode (const std::string &mode_str) |
| |
| double | genie::utils::ComputeFullQELPXSec (Interaction *interaction, const NuclearModelI *nucl_model, const XSecAlgorithmI *xsec_model, double cos_theta_0, double phi_0, double &Eb, QELEvGen_BindingMode_t hitNucleonBindingMode, double min_angle_EM=0., bool bind_nucleon=true) |
| |
| double | genie::utils::CosTheta0Max (const genie::Interaction &interaction) |
| |
| void | genie::utils::BindHitNucleon (Interaction &interaction, const NuclearModelI &nucl_model, double &Eb, QELEvGen_BindingMode_t hitNucleonBindingMode) |
| |