thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
Variables
Typedefs
a
b
c
d
e
f
h
i
l
m
p
q
r
s
t
v
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Enumerations
Enumerator
a
b
c
d
e
f
i
m
n
p
r
s
t
u
v
w
Related Functions
a
b
c
d
e
h
i
l
m
o
p
r
s
x
Files
File List
File Members
All
Macros
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-2019 Leif Lonnblad
5
//
6
// ThePEG is licenced under version 3 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
ACDCGenerator
The namespace in which all ACDCGen classes are defined.
Definition:
ACDCGen.h:18
ACDCGenerator::DimType
short DimType
The integer type used to represent the dimension of the a functions to be sampled-.
Definition:
ACDCGenConfig.h:45
ACDCGenerator::DVector
vector< double > DVector
A vector of doubles.
Definition:
ACDCGenConfig.h:58
std::swap
void swap(ThePEG::Pointer::RCPtr< T > &t1, ThePEG::Pointer::RCPtr< T > &t2)
Specialization of std::swap to avoid unnecessary (in/de)crements of the reference count.
Definition:
RCPtr.h:1154
Generated on Thu Jun 20 2024 14:47:00 for ThePEG by
1.9.6