thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level Struct Reference

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.
 
ACDCGenCellcell
 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.
 

Detailed Description

template<typename Rnd, typename FncPtr>
struct ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level

A helper struct representing a level of compensation.

Definition at line 518 of file ACDCGen.h.

Member Data Documentation

◆ cell

template<typename Rnd , typename FncPtr >
ACDCGenCell* ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level::cell

The cell which is being compensated.

Definition at line 533 of file ACDCGen.h.

◆ g

template<typename Rnd , typename FncPtr >
double ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level::g

The previous max value in the Cell to compensate.

Definition at line 528 of file ACDCGen.h.

◆ index

template<typename Rnd , typename FncPtr >
size_type ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level::index

The index corresponding to the cell being compensated.

Definition at line 538 of file ACDCGen.h.

◆ lastN

template<typename Rnd , typename FncPtr >
long ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level::lastN

The number of attempts after which this level disapprears.

Definition at line 523 of file ACDCGen.h.

◆ lo

template<typename Rnd , typename FncPtr >
DVector ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level::lo

The integration limits for the cell being compensated.

Definition at line 547 of file ACDCGen.h.

◆ up

template<typename Rnd , typename FncPtr >
DVector ACDCGenerator::ACDCGen< Rnd, FncPtr >::Level::up

The integration limits for the cell being compensated.

Definition at line 543 of file ACDCGen.h.


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