Functions | |
template<typename F > | |
int | dzero (float a, float b, float &x0, float &rv, float eps, int mxf, F func) |
Private version of the exponential integral. More... | |
float | expint (float x) |
Private version of the cosine and sine integral. More... | |
void | sincosint (float x, float &sint, float &cint) |
int VVIObjFDetails::dzero | ( | float | a, |
float | b, | ||
float & | x0, | ||
float & | rv, | ||
float | eps, | ||
int | mxf, | ||
F | func | ||
) |
Private version of the exponential integral.
Definition at line 348 of file VVIObjF.cc.
References a, funct::abs(), b, gpuVertexFinder::eps, f, DeadROC_duringRun::f1, DeadROC_duringRun::f2, benchmark_cfg::fa, benchmark_cfg::fb, alignCSCRings::ff, TrackCollections2monitor_cff::func, multPhiCorr_741_25nsDY_cfi::fx, PixelRegions::L1, PixelRegions::L2, PixelRegions::L3, SiStripPI::max, CaloTowersParam_cfi::mc, min(), testProducerWithPsetDescEmpty_cfi::u1, MetAnalyzer::u2, testProducerWithPsetDescEmpty_cfi::u3, testProducerWithPsetDescEmpty_cfi::x1, testProducerWithPsetDescEmpty_cfi::x2, and geometryCSVtoXML::xx.
Referenced by VVIObjF::VVIObjF().
float VVIObjFDetails::expint | ( | float | x | ) |
Private version of the cosine and sine integral.
Definition at line 202 of file VVIObjF.cc.
References testProducerWithPsetDescEmpty_cfi::a2, b1, b2, testProducerWithPsetDescEmpty_cfi::b3, Calorimetry_cff::dp, myMath::fast_expf(), myMath::fast_logf(), SiPixelPI::one, p1, p2, p3, p4, q1, q2, SiPixelPI::two, findQualityFiles::v, and SiPixelPI::zero.
Referenced by VVIObjF::VVIObjF().
void VVIObjFDetails::sincosint | ( | float | x, |
float & | sint, | ||
float & | cint | ||
) |