00001
00002
00003
00004
00005
00006 #include "Fireworks/Core/interface/fw3dlego_xbins.h"
00007
00008
00009
00010
00011
00012
00013
00014
00015 namespace fw3dlego
00016 {
00017 const int xbins_n = 83;
00018 const double xbins[xbins_n] = {
00019 -5.191, -4.889,
00020 -4.716, -4.538, -4.363, -4.191, -4.013, -3.839, -3.664, -3.489, -3.314,
00021 -3.139, -2.964, -2.853, -2.650, -2.500, -2.322, -2.172, -2.043, -1.930, -1.830,
00022 -1.740, -1.653, -1.566, -1.479, -1.392, -1.305, -1.218, -1.131, -1.044, -0.957,
00023 -0.870, -0.783, -0.696, -0.609, -0.522, -0.435, -0.348, -0.261, -0.174, -0.087,
00024 0.000,
00025 0.087, 0.174, 0.261, 0.348, 0.435, 0.522, 0.609, 0.696, 0.783, 0.870,
00026 0.957, 1.044, 1.131, 1.218, 1.305, 1.392, 1.479, 1.566, 1.653, 1.740,
00027 1.830, 1.930, 2.043, 2.172, 2.322, 2.500, 2.650, 2.853, 2.964, 3.139,
00028 3.314, 3.489, 3.664, 3.839, 4.013, 4.191, 4.363, 4.538, 4.716,
00029 4.889, 5.191
00030 };
00031
00032 const int xbins_hf_n = 28;
00033 const double xbins_hf[xbins_hf_n] = {
00034 -5.205, -4.903, -4.730, -4.552, -4.377, -4.204, -4.027,
00035 -3.853, -3.677, -3.503, -3.327, -3.152, -2.976, -2.866,
00036 2.866, 2.976, 3.152, 3.327, 3.503, 3.677, 3.853,
00037 4.027, 4.204, 4.377, 4.552, 4.730, 4.903, 5.205
00038 };
00039 }
00040