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