FastJet  3.1.0-beta.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
config_win.h
1 #define FASTJET_PACKAGE_STRING "FastJet 3.1.0-beta.1"
2 #define FASTJET_PACKAGE_VERSION "3.1.0-beta.1"
3 #define FASTJET_VERSION "3.1.0-beta.1"
4 #define FASTJET_VERSION_MAJOR 3
5 #define FASTJET_VERSION_MINOR 1
6 #define FASTJET_VERSION_PATCHLEVEL 3
7 #define FASTJET_VERSION_PRERELEASE ".1.0-beta.1"
8 #define FASTJET_VERSION_NUMBER 30103
9 
10 /* The ATLASCone plugin is disabled by default*/
11 #undef FASTJET_ENABLE_PLUGIN_ATLASCONE
12 
13 /* The CDFJetClu and CDFMidPoint plugins are enabled by default*/
14 #define FASTJET_ENABLE_PLUGIN_CDFCONES
15 
16 /* The CMSIterativeCone plugin is disabled by default*/
17 #undef FASTJET_ENABLE_PLUGIN_CMSITERATIVECONE
18 
19 /* The D0RunICone plugin is disabled by default*/
20 #undef FASTJET_ENABLE_PLUGIN_D0RUNICONE
21 
22 /* The D0RunIICone plugin is disabled by default*/
23 #undef FASTJET_ENABLE_PLUGIN_D0RUNIICONE
24 
25 /* The EECambridge plugin is enabled by default*/
26 #define FASTJET_ENABLE_PLUGIN_EECAMBRIDGE
27 
28 /* The Jade plugin is enabled by default*/
29 #define FASTJET_ENABLE_PLUGIN_JADE
30 
31 /* The NestedDefs plugin is enabled by default*/
32 #define FASTJET_ENABLE_PLUGIN_NESTEDDEFS
33 
34 /* The PxCone plugin is disabled by default*/
35 #undef FASTJET_ENABLE_PLUGIN_PXCONE
36 
37 /* The SISCone plugin is enabled by default*/
38 #define FASTJET_ENABLE_PLUGIN_SISCONE
39 
40 /* The TrackJet plugin is disabled by default*/
41 #undef FASTJET_ENABLE_PLUGIN_TRACKJET
42 
43 /* The GridJet plugin is enabled by default */
44 #define FASTJET_ENABLE_PLUGIN_GRIDJET
45 
46 /* end of plugin section */