herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.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
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
f
g
h
i
l
m
o
p
r
s
t
u
w
z
Variables
Typedefs
a
b
c
d
h
i
j
k
l
m
o
p
s
t
v
Enumerations
Enumerator
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
z
Typedefs
a
c
d
e
h
i
m
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
Related Functions
b
c
d
e
f
g
h
k
m
o
p
s
t
Files
File List
File Members
All
Functions
Variables
Macros
Sampling
exsample
Sampling/exsample/config.h
1
// -*- C++ -*-
2
//
3
// config.h is part of ExSample -- A Library for Sampling Sudakov-Type Distributions
4
//
5
// Copyright (C) 2008-2019 Simon Platzer -- simon.plaetzer@desy.de, The Herwig Collaboration
6
//
7
// ExSample is licenced under version 3 of the GPL, see COPYING for details.
8
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
9
//
10
//
11
#ifndef EXSAMPLE_config_h_included
12
#define EXSAMPLE_config_h_included
13
14
#include <vector>
15
#include <map>
16
#include <set>
17
#include <string>
18
19
#include <cmath>
20
#include <cassert>
21
#include <climits>
22
23
#include <algorithm>
24
#include <numeric>
25
#include <limits>
26
27
#define EXSAMPLE_has_ThePEG
28
29
#ifdef EXSAMPLE_has_ThePEG
30
31
#include "ThePEG/Persistency/PersistentOStream.h"
32
33
#endif
// EXSAMPLE_has_ThePEG
34
35
namespace
exsample {
36
37
static
const
unsigned
long
parameter_hash_bits = 512;
38
39
}
40
41
#endif
// EXSAMPLE_config_h_included
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6