thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
ACDCGenConfig.h File Reference

is the main config header file for ACDCGen. More...

#include <vector>
#include <map>
#include <limits>

Go to the source code of this file.

Namespaces

 ACDCGenerator
 The namespace in which all ACDCGen classes are defined.
 

Typedefs

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

Detailed Description

is the main config header file for ACDCGen.

Do not make changes in this file. If you need to modify anything, edit a copy of the file which can be included instead of this file using the macro ACDC_ALT_CONFIG.

ACDCGen uses some classes and functions from the standard library. These are here imported into the ACDCGenerator namespace. If alternative classes with the same API are needed these should be imported with the same name into the namespace in the ACDC_ALT_CONFIG file.

Definition in file ACDCGenConfig.h.