Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-08-06 09:24:22

0001 // -*- C++ -*-
0002 //
0003 // config.h is part of ExSample -- A Library for Sampling Sudakov-Type Distributions
0004 //
0005 // Copyright (C) 2008-2019 Simon Platzer -- simon.plaetzer@desy.de, The Herwig Collaboration
0006 //
0007 // ExSample is licenced under version 3 of the GPL, see COPYING for details.
0008 // Please respect the MCnet academic guidelines, see GUIDELINES for details.
0009 //
0010 //
0011 #ifndef EXSAMPLE_config_h_included
0012 #define EXSAMPLE_config_h_included
0013 
0014 #include <vector>
0015 #include <map>
0016 #include <set>
0017 #include <string>
0018 
0019 #include <cmath>
0020 #include <cassert>
0021 #include <climits>
0022 
0023 #include <algorithm>
0024 #include <numeric>
0025 #include <limits>
0026 
0027 #define EXSAMPLE_has_ThePEG
0028 
0029 #ifdef EXSAMPLE_has_ThePEG
0030 
0031 #include "ThePEG/Persistency/PersistentOStream.h"
0032 
0033 #endif // EXSAMPLE_has_ThePEG
0034 
0035 namespace exsample {
0036 
0037   static const unsigned long parameter_hash_bits = 512;
0038 
0039 }
0040 
0041 #endif // EXSAMPLE_config_h_included