00001 #ifndef _H_P__HISTOGRAMS_H_
00002
00003 #if 1
00004 #define _H_P__HISTOGRAMS_H_ 1
00005 #else
00006 #define _H_T__HISTOGRAMS_H_ 1
00007 #endif
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #if 1
00019 #else
00020 #if defined(_AIX)
00021 #define P_HISTOS_INSTANTIATED
00022
00023
00024 #endif
00025 #endif
00026
00027
00028
00029
00030
00031 #include "HTL/Even_Partition.h"
00032 #include "HTL/P_Uneven_Partition.h"
00033
00034
00035
00036
00037 #include "HTL/Gravity_Bin_1D.h"
00038 #include "HTL/Weighted_Bin.h"
00039 #include "HTL/Profile_Bin.h"
00040 #include "HTL/Float_Weighted_Bin.h"
00041
00042
00043
00044
00045 #include "HTL/P_Lifetime.h"
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060 #include "HTL/P_Histo_1D.h"
00061 #include "HTL/P_Histo_1D.cpp"
00062
00063
00064
00065
00066 typedef P_Histo_1D <
00067 P_Lifetime< Weighted_Bin >
00068 , Weighted_Bin
00069 , Even_Partition
00070 > P_Histo_1D_WED;
00071
00072 typedef P_Histo_1D <
00073 P_Lifetime< Weighted_Bin >
00074 , Weighted_Bin
00075 , P_Uneven_Partition
00076 > P_Histo_1D_WUD;
00077
00078
00079
00080
00081 typedef P_Histo_1D <
00082 P_Lifetime< Gravity_Bin_1D >
00083 , Gravity_Bin_1D
00084 , Even_Partition
00085 > P_Histo_1D_GED;
00086
00087 typedef P_Histo_1D <
00088 P_Lifetime< Gravity_Bin_1D >
00089 , Gravity_Bin_1D
00090 , P_Uneven_Partition
00091 > P_Histo_1D_GUD;
00092
00093
00094
00095
00096 typedef P_Histo_1D <
00097 P_Lifetime< Profile_Bin >
00098 , Profile_Bin
00099 , Even_Partition
00100 > P_Histo_1D_PED;
00101
00102 typedef P_Histo_1D <
00103 P_Lifetime< Profile_Bin >
00104 , Profile_Bin
00105 , P_Uneven_Partition
00106 > P_Histo_1D_PUD;
00107
00108
00109
00110
00111
00112
00113 #include "HTL/P_Histo_2D.h"
00114
00115 #include "HTL/P_Histo_2D.cpp"
00116
00117
00118
00119
00120 typedef P_Histo_2D <
00121 P_Lifetime< Weighted_Bin >
00122 , Weighted_Bin
00123 , double, Even_Partition
00124 , double, Even_Partition
00125 > P_Histo_2D_WED;
00126
00127 typedef P_Histo_2D <
00128 P_Lifetime< Weighted_Bin >
00129 , Weighted_Bin
00130 , double, P_Uneven_Partition
00131 , double, P_Uneven_Partition
00132 > P_Histo_2D_WUD;
00133
00134
00135
00136
00137 typedef P_Histo_2D <
00138 P_Lifetime< Profile_Bin >
00139 , Profile_Bin
00140 , double, Even_Partition
00141 , double, Even_Partition
00142 > P_Histo_2D_PED;
00143
00144 typedef P_Histo_2D <
00145 P_Lifetime< Profile_Bin >
00146 , Profile_Bin
00147 , double, P_Uneven_Partition
00148 , double, P_Uneven_Partition
00149 > P_Histo_2D_PUD;
00150
00151
00152
00153
00154 typedef P_Histo_2D <
00155 P_Lifetime< Float_Weighted_Bin >
00156 , Float_Weighted_Bin
00157 , double, Even_Partition
00158 , double, Even_Partition
00159 > P_Histo_2D_FWED;
00160
00161
00162
00163
00164
00165
00166
00167 #ifndef P_HISTOS_INSTANTIATED
00168 #define P_HISTOS_INSTANTIATED
00169
00170
00171
00172
00173
00174
00175 template class P_Lifetime< Gravity_Bin_1D >;
00176 template class P_Lifetime< Weighted_Bin >;
00177 template class P_Lifetime< Profile_Bin >;
00178 template class P_Lifetime< Float_Weighted_Bin >;
00179
00180
00181
00182
00183
00184
00185
00186 template class P_Histo_1D <
00187 P_Lifetime< Weighted_Bin >
00188 , Weighted_Bin
00189 , Even_Partition
00190 >;
00191
00192 template class P_Histo_1D <
00193 P_Lifetime< Weighted_Bin >
00194 , Weighted_Bin
00195 , P_Uneven_Partition
00196 >;
00197
00198
00199
00200
00201 template class P_Histo_1D <
00202 P_Lifetime< Gravity_Bin_1D >
00203 , Gravity_Bin_1D
00204 , Even_Partition
00205 >;
00206
00207 template class P_Histo_1D <
00208 P_Lifetime< Gravity_Bin_1D >
00209 , Gravity_Bin_1D
00210 , P_Uneven_Partition
00211 >;
00212
00213
00214
00215
00216 template class P_Histo_1D <
00217 P_Lifetime< Profile_Bin >
00218 , Profile_Bin
00219 , Even_Partition
00220 >;
00221
00222 template class P_Histo_1D <
00223 P_Lifetime< Profile_Bin >
00224 , Profile_Bin
00225 , P_Uneven_Partition
00226 >;
00227
00228
00229
00230
00231
00232
00233
00234
00235 template class P_Histo_2D <
00236 P_Lifetime< Weighted_Bin >
00237 , Weighted_Bin
00238 , double, Even_Partition
00239 , double, Even_Partition
00240 >;
00241
00242 template class P_Histo_2D <
00243 P_Lifetime< Weighted_Bin >
00244 , Weighted_Bin
00245 , double, P_Uneven_Partition
00246 , double, P_Uneven_Partition
00247 >;
00248
00249
00250
00251
00252 template class P_Histo_2D <
00253 P_Lifetime< Profile_Bin >
00254 , Profile_Bin
00255 , double, Even_Partition
00256 , double, Even_Partition
00257 >;
00258
00259 template class P_Histo_2D <
00260 P_Lifetime< Profile_Bin >
00261 , Profile_Bin
00262 , double, P_Uneven_Partition
00263 , double, P_Uneven_Partition
00264 >;
00265
00266
00267
00268
00269 template class P_Histo_2D <
00270 P_Lifetime< Float_Weighted_Bin >
00271 , Float_Weighted_Bin
00272 , double, Even_Partition
00273 , double, Even_Partition
00274 >;
00275
00276
00277
00278 #endif // ifndef P_HISTOS_INSTANTIATED
00279
00280
00281 #endif
00282