thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
ACDCGenerator Namespace Reference

The namespace in which all ACDCGen classes are defined. More...

Classes

struct  ACDCFncTraits
 ACDCFncTraits defines the interface to functions to be sampled by ACDCGen. More...
 
class  ACDCGen
 ACDCGen is a general class for sampling multi-dimensional functions. More...
 
class  ACDCGenCell
 ACDCGenCell is the class representing a generation cell in ACDCGen. More...
 
struct  ACDCGenCellInfo
 This is a class describing cells to the outside world to be used for debugging purposes. More...
 
struct  ACDCRandomTraits
 ACDCRandomTraits defines the interface to random number generator objects to be used by ACDCGen. More...
 
struct  ACDCTraitsType
 ACDCTraitsType is an empty non-polymorphic base class for all traits classes in ACDCGenerator. More...
 

Typedefs

typedef short DimType
 The integer type used to represent the dimension of the a functions to be sampled-.
 
typedef vector< double > DVector
 A vector of doubles. More...
 

Detailed Description

The namespace in which all ACDCGen classes are defined.

Typedef Documentation

◆ DVector

typedef vector<double> ACDCGenerator::DVector

A vector of doubles.

Definition at line 58 of file ACDCGenConfig.h.