GENIEGenerator
|
Breit Wigner functions. More...
Functions | |
double | BreitWignerLGamma (double W, int L, double mass, double width0, double norm) |
double | BreitWignerL (double W, int L, double mass, double width0, double norm) |
double | BreitWigner (double W, double mass, double width, double norm) |
Breit Wigner functions.
double genie::utils::bwfunc::BreitWigner | ( | double | W, |
double | mass, | ||
double | width, | ||
double | norm | ||
) |
double genie::utils::bwfunc::BreitWignerL | ( | double | W, |
int | L, | ||
double | mass, | ||
double | width0, | ||
double | norm | ||
) |
Definition at line 99 of file BWFunc.cxx.
References genie::constants::kNucleonMass, genie::constants::kPi, genie::constants::kPi0Mass, and genie::utils::kinematics::W().
Referenced by genie::utils::res::BWNorm(), main(), genie::ReinSehgalRESPXSec::XSec(), and genie::BSKLNBaseRESPXSec2014::XSec().
double genie::utils::bwfunc::BreitWignerLGamma | ( | double | W, |
int | L, | ||
double | mass, | ||
double | width0, | ||
double | norm | ||
) |
Definition at line 22 of file BWFunc.cxx.
References genie::constants::kNucleonMass, genie::constants::kPi, genie::constants::kPi0Mass, genie::units::m, and genie::utils::kinematics::W().
Referenced by genie::ReinSehgalRESPXSec::XSec().