Go to the source code of this file.
Enumerations | |
enum | { kNe = 2, kNCoeff = 9 } |
Functions | |
double | BesselI0 (double x) |
double | BesselI1 (double x) |
double | HankelK0 (double x) |
double | HankelK1 (double x) |
double | HankelKn (int n, double x) |
Variables | |
const double | i0Coefficient [kNCoeff][kNe] |
const double | i1Coefficient [kNCoeff][kNe] |
const double | k0Coefficient [kNCoeff][kNe] |
const double | k1Coefficient [kNCoeff][kNe] |
anonymous enum |
Enumerator | |
---|---|
kNe | |
kNCoeff |
Definition at line 14 of file HankelFunction.cc.
double BesselI0 | ( | double | x | ) |
Definition at line 72 of file HankelFunction.cc.
References Abs(), create_public_lumi_plots::ax, i0Coefficient, p1, p2, p3, p4, q1, q2, and detailsBasic3DVector::y.
Referenced by gen::Hydjet2Hadronizer::CharmEnhancementFactor(), and HankelK0().
double BesselI1 | ( | double | x | ) |
Definition at line 109 of file HankelFunction.cc.
References Abs(), create_public_lumi_plots::ax, i1Coefficient, p1, p2, p3, p4, q1, q2, and detailsBasic3DVector::y.
Referenced by gen::Hydjet2Hadronizer::CharmEnhancementFactor(), and HankelK1().
double HankelK0 | ( | double | x | ) |
Definition at line 147 of file HankelFunction.cc.
References BesselI0(), reco::ParticleMasses::k0, k0Coefficient, p1, p2, p3, p4, q1, q2, genVertex_cff::x, and detailsBasic3DVector::y.
Referenced by HankelKn().
double HankelK1 | ( | double | x | ) |
Definition at line 177 of file HankelFunction.cc.
References BesselI1(), k1Coefficient, p1, p2, p3, p4, q1, q2, genVertex_cff::x, and detailsBasic3DVector::y.
Referenced by HankelKn(), and GrandCanonical::ParticleEnergyDensity().
double HankelKn | ( | int | n, |
double | x | ||
) |
Definition at line 210 of file HankelFunction.cc.
References EnergyCorrector::c, HankelK0(), HankelK1(), gen::k, kp, and genVertex_cff::x.
Referenced by GrandCanonical::ParticleEnergyDensity(), NAStrangeDensity::ParticleNumberDensity(), and GrandCanonical::ParticleNumberDensity().
Definition at line 16 of file HankelFunction.cc.
Referenced by BesselI0().
Definition at line 30 of file HankelFunction.cc.
Referenced by BesselI1().
Definition at line 44 of file HankelFunction.cc.
Referenced by HankelK0().
Definition at line 58 of file HankelFunction.cc.
Referenced by HankelK1().