Functions | |
double | cosint (double x) |
Private version of the cosine and sine integral. More... | |
template<typename F > | |
int | dzero (double a, double b, double &x0, double &rv, double eps, int mxf, F func) |
double | expint (double x) |
Private version of the sine integral. More... | |
double | f1 (double x, double const *h_) |
Private version of the exponential integral. More... | |
double | f2 (double x, double const *h_) |
void | sincosint (double x, double &sint, double &cint) |
double | sinint (double x) |
Private version of the cosine integral. More... | |
double VVIObjDetails::cosint | ( | double | x | ) |
Private version of the cosine and sine integral.
Definition at line 194 of file VVIObj.cc.
References funct::cos(), ExpressReco_HICollisions_FallBack::e, funct::log(), L1TEmulatorMonitor_cff::p, createTree::pp, lumiQueryAPI::q, funct::sin(), ExpressReco_HICollisions_FallBack::x, ExpressReco_HICollisions_FallBack::y, and zero.
int VVIObjDetails::dzero | ( | double | a, |
double | b, | ||
double & | x0, | ||
double & | rv, | ||
double | eps, | ||
int | mxf, | ||
F | func | ||
) |
Definition at line 571 of file VVIObj.cc.
References f, f1(), f2(), connectstrParser::f3, benchmark_cfg::fa, benchmark_cfg::fb, createTree::ff, max(), and min.
Referenced by VVIObj::VVIObj().
double VVIObjDetails::expint | ( | double | x | ) |
Private version of the sine integral.
Definition at line 449 of file VVIObj.cc.
References funct::exp(), funct::log(), p1, p2, p3, p4, q1, q2, v, ExpressReco_HICollisions_FallBack::x, ExpressReco_HICollisions_FallBack::y, and zero.
Referenced by f2(), and VVIObj::VVIObj().
|
inline |
Private version of the exponential integral.
Definition at line 32 of file VVIObj.cc.
References funct::log(), and ExpressReco_HICollisions_FallBack::x.
Referenced by dzero(), and VVIObj::VVIObj().
|
inline |
Definition at line 33 of file VVIObj.cc.
References abs, funct::exp(), expint(), and funct::log().
Referenced by dzero(), and VVIObj::VVIObj().
void VVIObjDetails::sincosint | ( | double | x, |
double & | sint, | ||
double & | cint | ||
) |
Definition at line 346 of file VVIObj.cc.
References funct::cos(), ExpressReco_HICollisions_FallBack::e, funct::log(), L1TEmulatorMonitor_cff::p, createTree::pp, lumiQueryAPI::q, funct::sin(), ExpressReco_HICollisions_FallBack::x, ExpressReco_HICollisions_FallBack::y, and zero.
Referenced by VVIObj::VVIObj().
double VVIObjDetails::sinint | ( | double | x | ) |
Private version of the cosine integral.
Definition at line 272 of file VVIObj.cc.
References funct::cos(), ExpressReco_HICollisions_FallBack::e, L1TEmulatorMonitor_cff::p, createTree::pp, lumiQueryAPI::q, asciidump::s, funct::sin(), ExpressReco_HICollisions_FallBack::x, ExpressReco_HICollisions_FallBack::y, and zero.