Fork me on GitHub

source: git/external/fastjet/config_win.h@ fc4e460

ImprovedOutputFile Timing dual_readout llp
Last change on this file since fc4e460 was 35cdc46, checked in by Pavel Demin <demin@…>, 10 years ago

upgrade FastJet to version 3.1.0-beta.1, upgrade Nsubjettiness to version 2.1.0, add SoftKiller version 1.0.0

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[35cdc46]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
[d7d2da3]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 */
Note: See TracBrowser for help on using the repository browser.