Fork me on GitHub

source: svn/trunk/external/fastjet/config_win.h@ 1094

Last change on this file since 1094 was 859, checked in by Pavel Demin, 12 years ago

update fastjet to version 3.0.3

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision Date
File size: 1.2 KB
Line 
1#define FASTJET_PACKAGE_STRING "FastJet 3.0.3"
2#define FASTJET_PACKAGE_VERSION "3.0.3"
3
4/* The ATLASCone plugin is disabled by default*/
5#undef FASTJET_ENABLE_PLUGIN_ATLASCONE
6
7/* The CDFJetClu and CDFMidPoint plugins are enabled by default*/
8#define FASTJET_ENABLE_PLUGIN_CDFCONES
9
10/* The CMSIterativeCone plugin is disabled by default*/
11#undef FASTJET_ENABLE_PLUGIN_CMSITERATIVECONE
12
13/* The D0RunICone plugin is disabled by default*/
14#undef FASTJET_ENABLE_PLUGIN_D0RUNICONE
15
16/* The D0RunIICone plugin is disabled by default*/
17#undef FASTJET_ENABLE_PLUGIN_D0RUNIICONE
18
19/* The EECambridge plugin is enabled by default*/
20#define FASTJET_ENABLE_PLUGIN_EECAMBRIDGE
21
22/* The Jade plugin is enabled by default*/
23#define FASTJET_ENABLE_PLUGIN_JADE
24
25/* The NestedDefs plugin is enabled by default*/
26#define FASTJET_ENABLE_PLUGIN_NESTEDDEFS
27
28/* The PxCone plugin is disabled by default*/
29#undef FASTJET_ENABLE_PLUGIN_PXCONE
30
31/* The SISCone plugin is enabled by default*/
32#define FASTJET_ENABLE_PLUGIN_SISCONE
33
34/* The TrackJet plugin is disabled by default*/
35#undef FASTJET_ENABLE_PLUGIN_TRACKJET
36
37/* The GridJet plugin is enabled by default */
38#define FASTJET_ENABLE_PLUGIN_GRIDJET
39
40/* end of plugin section */
Note: See TracBrowser for help on using the repository browser.