MARLEY (Model of Argon Reaction Low Energy Yields) v2.0.0
A Monte Carlo event generator for tens-of-MeV neutrino interactions
Loading...
Searching...
No Matches
marley::TabulatedXSec::IntegralTerm Struct Reference

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_
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ IntegralTerm()

marley::TabulatedXSec::IntegralTerm::IntegralTerm ( double w,
double ctl,
double val )
inline

Definition at line 103 of file TabulatedXSec.hh.

103 : omega_( w ),
104 cos_theta_( ctl ), value_( val ) {}
double cos_theta_
Energy transfer (MeV)

Member Data Documentation

◆ cos_theta_

double marley::TabulatedXSec::IntegralTerm::cos_theta_

Energy transfer (MeV)

Definition at line 107 of file TabulatedXSec.hh.

◆ omega_

double marley::TabulatedXSec::IntegralTerm::omega_

Definition at line 106 of file TabulatedXSec.hh.

◆ value_

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.


The documentation for this struct was generated from the following file: