00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032 #ifndef __FJCLUSTERSEQUENCE_HH__
00033 #define __FJCLUSTERSEQUENCE_HH__
00034
00035
00036 #ifndef __BACKWARD_WARNING_V1__
00037 #define __BACKWARD_WARNING_V1__
00038 #warning This file includes at least one deprecated FastJet header from v1. \
00039 All fastjet components (including plugins) should now be accessed by including fastjet/...
00040 #endif // __BACKWARD_WARNING_V1__
00041
00042 #include "fastjet/ClusterSequence.hh"
00043
00044
00047 typedef fastjet::ClusterSequence FjClusterSequence;
00048
00051 typedef fastjet::Strategy FjStrategy;
00052
00053
00054
00055
00056
00057
00059 const FjStrategy N2MinHeapTiled = fastjet::N2MinHeapTiled;
00061 const FjStrategy N2Tiled = fastjet::N2Tiled;
00063 const FjStrategy N2PoorTiled = fastjet::N2PoorTiled;
00065 const FjStrategy N2Plain = fastjet::N2Plain;
00067 const FjStrategy N3Dumb = fastjet::N3Dumb;
00069 const FjStrategy Best = fastjet::Best;
00071 const FjStrategy NlnN = fastjet::NlnN;
00073 const FjStrategy NlnN3pi = fastjet::NlnN3pi;
00075 const FjStrategy NlnN4pi = fastjet::NlnN4pi;
00078 const FjStrategy NlnNCam4pi = fastjet::NlnNCam4pi;
00079 const FjStrategy NlnNCam2pi2R = fastjet::NlnNCam2pi2R;
00080 const FjStrategy NlnNCam = fastjet::NlnNCam;
00081
00082
00083 #endif //__FJCLUSTERSEQUENCE_HH__