#include "RecoLocalTracker/SiPixelRecHits/interface/VVIObj.h"
#include <cmath>
#include <algorithm>
#include <boost/bind.hpp>
Go to the source code of this file.
Namespaces | |
VVIObjDetails | |
Functions | |
double | VVIObjDetails::cosint (double x) |
Private version of the cosine and sine integral. More... | |
template<typename F > | |
int | VVIObjDetails::dzero (double a, double b, double &x0, double &rv, double eps, int mxf, F func) |
Private version of the exponential integral. More... | |
double | VVIObjDetails::expint (double x) |
Private version of the sine integral. More... | |
void | VVIObjDetails::sincosint (double x, double &sint, double &cint) |
double | VVIObjDetails::sinint (double x) |
Private version of the cosine integral. More... | |