ThePEG
1.8.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
ACDC
ACDCGenConfig.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// ACDCGenConfig.h is a part of ThePEG - Toolkit for HEP Event Generation
4
// Copyright (C) 1999-2011 Leif Lonnblad
5
//
6
// ThePEG is licenced under version 2 of the GPL, see COPYING for details.
7
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8
//
9
#ifndef ACDCGenConfig_H
10
#define ACDCGenConfig_H
11
24
#ifndef ACDC_ALT_CONFIG
25
26
#include <vector>
27
#include <map>
28
#include <limits>
29
31
namespace
ACDCGenerator {
32
33
34
using
std::vector;
35
using
std::multimap;
36
using
std::numeric_limits;
37
using
std::map;
38
using
std::max;
39
using
std::min;
40
using
std::swap;
41
using
std::make_pair;
42
45
typedef
short
DimType
;
46
47
}
48
49
#else
50
51
#include ACDC_ALT_CONFIG
52
53
#endif
54
55
namespace
ACDCGenerator {
56
58
typedef
vector<double>
DVector
;
59
60
}
61
62
#endif
Generated on Mon Jul 2 2012 16:06:46 for ThePEG by
1.8.1.1