herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
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
35namespace exsample {
36
37 static const unsigned long parameter_hash_bits = 512;
38
39}
40
41#endif // EXSAMPLE_config_h_included