ThePEG 2.3.0
|
A helper struct representing a level of compensation. More...
Public Attributes | |
long | lastN |
The number of attempts after which this level disapprears. | |
double | g |
The previous max value in the Cell to compensate. | |
ACDCGenCell * | cell |
The cell which is being compensated. | |
size_type | index |
The index corresponding to the cell being compensated. | |
DVector | up |
The integration limits for the cell being compensated. | |
DVector | lo |
The integration limits for the cell being compensated. | |
A helper struct representing a level of compensation.
ACDCGenCell* ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level::cell |
double ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level::g |
size_type ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level::index |
long ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level::lastN |
DVector ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level::lo |
DVector ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level::up |