thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
ACDCGenerator::ACDCGenCellInfo Struct Reference

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.
 

Detailed Description

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.

Member Typedef Documentation

◆ Index

the integer used for indices.

Definition at line 245 of file ACDCGenCell.h.


The documentation for this struct was generated from the following file: