ThePEG 2.3.0
|
This is a class describing cells to the outside world to be used for debugging purposes. More...
#include <ACDCGenCell.h>
Public Types | |
typedef vector< ACDCGenCellInfo >::size_type | Index |
the integer used for indices. | |
Public Attributes | |
double | g |
The overestimated maximum function value of this cell. | |
double | v |
The volume of the corresponding cell. | |
DVector | up |
The upper-right corner of the corresponding cell. | |
DVector | lo |
The lower-left corner of the corresponding cell. | |
Index | iup |
The index of the upper sub-cells in the vector in which the corresponding cell was inserted. | |
Index | ilo |
The index of the lower sub-cell in the vector in which the corresponding cell was inserted. | |
This is a class describing cells to the outside world to be used for debugging purposes.
They only make sense if extracted with the ACDCGenCell::extract function.
Definition at line 242 of file ACDCGenCell.h.
typedef vector<ACDCGenCellInfo>::size_type ACDCGenerator::ACDCGenCellInfo::Index |
the integer used for indices.
Definition at line 245 of file ACDCGenCell.h.
double ACDCGenerator::ACDCGenCellInfo::g |
The overestimated maximum function value of this cell.
Definition at line 250 of file ACDCGenCell.h.
Index ACDCGenerator::ACDCGenCellInfo::ilo |
The index of the lower sub-cell in the vector in which the corresponding cell was inserted.
Definition at line 276 of file ACDCGenCell.h.
Index ACDCGenerator::ACDCGenCellInfo::iup |
The index of the upper sub-cells in the vector in which the corresponding cell was inserted.
Definition at line 270 of file ACDCGenCell.h.
DVector ACDCGenerator::ACDCGenCellInfo::lo |
The lower-left corner of the corresponding cell.
Definition at line 264 of file ACDCGenCell.h.
DVector ACDCGenerator::ACDCGenCellInfo::up |
The upper-right corner of the corresponding cell.
Definition at line 260 of file ACDCGenCell.h.
double ACDCGenerator::ACDCGenCellInfo::v |
The volume of the corresponding cell.
Definition at line 255 of file ACDCGenCell.h.