Fork me on GitHub

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

ImprovedOutputFile Timing dual_readout llp
Last change on this file since 2600216 was 973b92a, checked in by Pavel Demin <pavel.demin@…>, 9 years ago

update FastJet library to 3.1.3 and Nsubjettiness library to 2.2.1

  • Property mode set to 100644
File size: 1.4 KB
Line 
1#define FASTJET_PACKAGE_STRING "FastJet 3.1.3"
2#define FASTJET_PACKAGE_VERSION "3.1.3"
3#define FASTJET_VERSION "3.1.3"
4#define FASTJET_VERSION_MAJOR 3.1.3
5#define FASTJET_VERSION_MINOR 3.1.3
6#define FASTJET_VERSION_PATCHLEVEL 3.1.3
7#define FASTJET_VERSION_PRERELEASE "3.1.3"
8#define FASTJET_VERSION_NUMBER 00000
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.