source: HiSusy/trunk/Delphes/Delphes-3.0.9/external/fastjet/config_win.h @ 5

Last change on this file since 5 was 5, checked in by zerwas, 11 years ago

update to Delphes-3.0.9

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.