Hammer  1.0.0
Helicity Amplitude Module for Matrix Element Reweighting
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HammerConfig.hh
Go to the documentation of this file.
1 ///
2 /// @file HammerConfig.hh
3 /// @brief Hammer configuration definitions
4 ///
5 
6 //**** This file is a part of the HAMMER library
7 //**** Copyright (C) 2016 - 2020 The HAMMER Collaboration
8 //**** HAMMER is licensed under version 3 of the GPL; see COPYING for details
9 //**** Please note the MCnet academic guidelines; see GUIDELINES for details
10 
11 // -*- C++ -*-
12 #ifndef HAMMER_HAMMERConfig_HH
13 #define HAMMER_HAMMERConfig_HH
14 
15 
16 /* #undef USE_BOOST_FILESYSTEM */
17 
18 /* "HAMMER contact email address" */
19 #define HAMMER_BUGREPORT ""
20 
21 /* "HAMMER name std::string" */
22 #define HAMMER_NAME "Hammer"
23 
24 /* "HAMMER short name std::string" */
25 #define HAMMER_TARNAME ""
26 
27 /* "HAMMER version std::string" */
28 #define HAMMER_VERSION "1.0"
29 
30 /* "HAMMER version std::string" */
31 #define HAMMER_URL ""
32 
33 #define CPP_STANDARD 17
34 
35 /* "ROOT presence flag" */
36 /* #undef HAVE_ROOT */
37 
38 #define HAMMER_LIBRARY_DIR "/home/parallels/BuildTests/Hammer-dev7-py35/Debug/Install/lib"
39 #define HAMMER_ARCHIVE_DIR "/home/parallels/BuildTests/Hammer-dev7-py35/Debug/Install/lib"
40 #define HAMMER_BINARY_DIR "/home/parallels/BuildTests/Hammer-dev7-py35/Debug/Install/bin"
41 #define HAMMER_DATA_DIR "/home/parallels/BuildTests/Hammer-dev7-py35/Debug/Install/share/HAMMER-."
42 
43 #define YAMLCPP_API 5 //
44 
45 #define CACHE_LINE_SIZE 64
46 
47 
48 #define PLATFORM_BIG_ENDIAN 0
49 
50 #define INCLRCONFIG "RConfig.h"
51 
52 #endif