Fork me on GitHub

source: git/external/fastjet/config_win.h@ 1d6586a

ImprovedOutputFile Timing
Last change on this file since 1d6586a was 45e58be, checked in by Pavel Demin <pavel-demin@…>, 5 years ago

update FastJet library to 3.3.2 and FastJet Contrib library to 1.041

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[45e58be]1#define FASTJET_PACKAGE_STRING "FastJet 3.3.2"
2#define FASTJET_PACKAGE_VERSION "3.3.2"
3#define FASTJET_VERSION "3.3.2"
[1d208a2]4#define FASTJET_VERSION_MAJOR 3
[b7b836a]5#define FASTJET_VERSION_MINOR 3
[45e58be]6#define FASTJET_VERSION_PATCHLEVEL 2
7#define FASTJET_VERSION_NUMBER 30302
[d7d2da3]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 */
Note: See TracBrowser for help on using the repository browser.