|
MARLEY (Model of Argon Reaction Low Energy Yields) v2.0.0
A Monte Carlo event generator for tens-of-MeV neutrino interactions
|
Storage for terms in the integrals evaluated by compute_integral(). More...
#include <TabulatedXSec.hh>
Public Member Functions | |
| IntegralTerm (double w, double ctl, double val) | |
Public Attributes | |
| double | cos_theta_ |
| Energy transfer (MeV) | |
| double | omega_ |
| double | value_ |
Storage for terms in the integrals evaluated by compute_integral().
Associates each term in the sum with the corresponding leptonic scattering cosine and energy transfer (MeV)
Definition at line 102 of file TabulatedXSec.hh.
|
inline |
Definition at line 103 of file TabulatedXSec.hh.
| double marley::TabulatedXSec::IntegralTerm::cos_theta_ |
Energy transfer (MeV)
Definition at line 107 of file TabulatedXSec.hh.
| double marley::TabulatedXSec::IntegralTerm::omega_ |
Definition at line 106 of file TabulatedXSec.hh.
| double marley::TabulatedXSec::IntegralTerm::value_ |
Scattering cosine Term in the sum that gives this phase-space point's contribution to the total cross section
Definition at line 110 of file TabulatedXSec.hh.