|
ThePEG
1.8.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. More... | |
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.
1.8.9.1