rivet is hosted by Hepforge, IPPP Durham
Rivet 4.0.2
RivetConfig.hh
1/* include/Rivet/Config/RivetConfig.hh. Generated from RivetConfig.hh.in by configure. */
2#ifndef RIVET_CONFIG_RIVETCONFIG_HH
3#define RIVET_CONFIG_RIVETCONFIG_HH
4
5
6/* Define to the address where bug reports for this package should be sent. */
7#define RIVET_BUGREPORT "rivet@projects.hepforge.org"
8
9/* Define to the full name of this package. */
10#define RIVET_NAME "Rivet"
11
12/* Define to the full name and version of this package. */
13#define RIVET_STRING "Rivet 4.0.2"
14
15/* Define to the one symbol short name of this package. */
16#define RIVET_TARNAME "Rivet"
17
18/* Define to the version of this package. */
19#define RIVET_VERSION "4.0.2"
20
21/* Define to the version of this package as a comparable integer. */
22#define RIVET_VERSION_CODE 40002
23
24/* Define if version 3 of HepMC is used. */
25#define RIVET_ENABLE_HEPMC_3 1
26
27/* Define if Rivet supports in-memory merging of AnalysisHandlers. */
28#define RIVET_SUPPORTS_MERGING_IN_MEMORY 1
29
30/* Defined if backtrace() could be fully identified. */
31#define HAVE_BACKTRACE 1
32
33/* Define to 1 if you have the <execinfo.h> header file. */
34#define HAVE_EXECINFO_H 1
35
36/* Define to 1 if you have HDF5 support. */
37/* #undef HAVE_H5 */
38
39#endif