CepGen 1.2.5
Central exclusive processes event generator
|
Go to the source code of this file.
Functions | |
void | bsinit_ () |
void | bases_ (double(*fxn)(double[]), double &s, double &sigma, double &ctime, int &it1, int &it2) |
void | spinfo_ (int &) |
void | spring_ (double(*func)(double *), int &mxtry) |
Variables | ||
static constexpr size_t | mxdim = 50 | |
struct { | ||
std::array< double, mxdim > | xl | |
std::array< double, mxdim > | xu | |
int | ndim | |
int | nwild | |
std::array< int, mxdim > | ig | |
int | ncall | |
} | bparm1_ | |
struct { | ||
double | acc1 | |
double | acc2 | |
int | itmx1 | |
int | itmx2 | |
} | bparm2_ | |
struct { | ||
int | intv | |
int | ipnt | |
int | nloop | |
int | mloop | |
} | bscntl_ | |
struct { | ||
int | mxtryp | |
int | nevent | |
int | ntrial | |
int | miss | |
} | sprng2_ | |
void bases_ | ( | double(*)(double[]) | fxn, |
double & | s, | ||
double & | sigma, | ||
double & | ctime, | ||
int & | it1, | ||
int & | it2 | ||
) |
void bsinit_ | ( | ) |
void spinfo_ | ( | int & | ) |
void spring_ | ( | double(*)(double *) | func, |
int & | mxtry | ||
) |
struct { ... } bparm1_ |
struct { ... } bparm2_ |
struct { ... } bscntl_ |
|
staticconstexpr |
Definition at line 28 of file BasesCommonBlocks.h.
struct { ... } sprng2_ |