//////////////////////////////////////////////////////////////////// /** Spectra definitions for VertexGen_Spectrum generator */ { type: "SPECTRUM", version: 1, index: "flat", run_range: [0, 0], pass: 0, comment: "", timestamp: "", // default spectrum is flat spec_e: [ 0.05, 1.00, 1.50, 2.00, 2.50, 3.00, 3.50, 4.00, 4.50, 5.00], // (MeV) // (Note that first point is minimum of spectrum, last is maximum) spec_mag: [ 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00], // don't worry about normalisation } // AmBe spectrum 1/2: the neutrons { type: "SPECTRUM", version: 1, index: "AlphaN_AmBe", run_range: [0, 0], pass: 0, comment: "", timestamp: "", // (alpha,n) neutron spectrum for AmBe taken from the DEAPMC data file 'ambe_spectrum.dat' // this data file was produced by Bei Cai and Peter Skensved and uses the technique outlined in // "Neutron Shielding Calculations for the SNO Detector" by Robert Heaton, M.Sc, 1988 // from Queen's U. spec_e: [0.109091 ,0.218182 ,0.327273 ,0.436364 ,0.545455 ,0.654545 ,0.763636 ,0.872727 ,0.981818 ,1.090909 ,1.200000 ,1.309091 ,1.418182 ,1.527273 ,1.636364 ,1.745455 ,1.854545 ,1.963636 ,2.072727 ,2.181818 ,2.290909 ,2.400000 ,2.509091 ,2.618182 ,2.727273 ,2.836364 ,2.945455 ,3.054545 ,3.163636 ,3.272727 ,3.381818 ,3.490909 ,3.600000 ,3.709091 ,3.818182 ,3.927273 ,4.036364 ,4.145455 ,4.254545 ,4.363636 ,4.472727 ,4.581818 ,4.690909 ,4.800000 ,4.909091 ,5.018182 ,5.127273 ,5.236364 ,5.345455 ,5.454545 ,5.563636 ,5.672727 ,5.781818 ,5.890909 ,6.000000 ,6.109091 ,6.218182 ,6.327273 ,6.436364 ,6.545455 ,6.654545 ,6.763636 ,6.872727 ,6.981818 ,7.090909 ,7.200000 ,7.309091 ,7.418182 ,7.527273 ,7.636364 ,7.745455 ,7.854545 ,7.963636 ,8.072727 ,8.181818 ,8.290909 ,8.400000 ,8.509091 ,8.618182 ,8.727273 ,8.836364 ,8.945455 ,9.054545 ,9.163636 ,9.272727 ,9.381818 ,9.490909 ,9.600000 ,9.709091 ,9.818182 ,9.927273 ,10.036364 ,10.145455 ,10.254545 ,10.363636 ,10.472727 ,10.581818 ,10.690909 ,10.800000 ,10.909091 ,11.018182 ,11.127273 ], spec_mag: [0.000000 ,13.000000 ,14.000000 ,13.500000 ,12.000000 ,10.000000 ,8.800000 ,8.000000 ,7.800000 ,7.000000 ,6.500000 ,6.300000 ,6.000000 ,5.800000 ,5.200000 ,4.500000 ,4.300000 ,5.500000 ,6.300000 ,7.000000 ,7.500000 ,7.600000 ,7.300000 ,7.100000 ,7.800000 ,10.000000 ,11.000000 ,14.000000 ,16.000000 ,18.500000 ,18.000000 ,16.500000 ,15.500000 ,15.000000 ,14.300000 ,14.000000 ,13.800000 ,13.600000 ,13.300000 ,13.200000 ,13.200000 ,13.700000 ,14.000000 ,14.500000 ,15.000000 ,15.500000 ,15.300000 ,14.800000 ,14.000000 ,13.000000 ,12.500000 ,12.300000 ,11.800000 ,11.000000 ,10.000000 ,8.500000 ,7.800000 ,7.700000 ,8.000000 ,8.200000 ,7.900000 ,7.700000 ,6.600000 ,6.300000 ,6.100000 ,6.200000 ,6.500000 ,7.000000 ,7.500000 ,8.000000 ,8.300000 ,8.350000 ,8.200000 ,7.800000 ,7.300000 ,6.800000 ,5.800000 ,5.000000 ,4.200000 ,3.500000 ,2.800000 ,2.400000 ,1.800000 ,1.700000 ,1.800000 ,2.200000 ,2.700000 ,3.100000 ,3.500000 ,3.700000 ,3.500000 ,3.300000 ,3.100000 ,2.800000 ,2.700000 ,2.300000 ,1.800000 ,1.600000 ,1.100000 ,0.800000 ,0.400000 ,0.000000 ], } // AmBe spectrum 2/2: the gammas { type: "SPECTRUM", version: 1, index: "Gamma_AmBe", run_range: [0, 0], pass: 0, comment: "", timestamp: "", // 4.4 MeV gammas are produced in coincidence with the neutrons with a branching fraction // of approx. 60%. (experimental value: 0.591+/-0.015, S. Croft. NIM. A, 281 (1989) 103–116 // - from J.Loach's PhD thesis) spec_e: [0.010,0.015,0.020,0.025,0.030,0.035,0.040,0.045,0.050,0.055,0.060,0.065,0.070,0.075,0.080,0.085,0.090,0.095,0.100,0.105,0.110,0.115,0.120,0.125,0.130,0.135,0.140,0.145,0.150,0.155,0.160,0.165,0.170,0.175,0.180,0.185,0.190,0.195,0.200,0.205,0.210,0.215,0.220,0.225,0.230,0.235,0.240,0.245,0.250,0.255,0.260,0.265,0.270,0.275,0.280,0.285,0.290,0.295,0.300,0.305,0.310,0.315,0.320,0.325,0.330,0.335,0.340,0.345,0.350,0.355,0.360,0.365,0.370,0.375,0.380,0.385,0.390,0.395,0.400,0.405,0.410,0.415,0.420,0.425,0.430,0.435,0.440,0.445,0.450,0.455,0.460,0.465,0.470,0.475,0.480,0.485,0.490,0.495,0.500,0.505,0.510,0.515,0.520,0.525,0.530,0.535,0.540,0.545,0.550,0.555,0.560,0.565,0.570,0.575,0.580,0.585,0.590,0.595,0.600,0.605,0.610,0.615,0.620,0.625,0.630,0.635,0.640,0.645,0.650,0.655,0.660,0.665,0.670,0.675,0.680,0.685,0.690,0.695,0.700,0.705,0.710,0.715,0.720,0.725,0.730,0.735,0.740,0.745,0.750,0.755,0.760,0.765,0.770,0.775,0.780,0.785,0.790,0.795,0.800,0.805,0.810,0.815,0.820,0.825,0.830,0.835,0.840,0.845,0.850,0.855,0.860,0.865,0.870,0.875,0.880,0.885,0.890,0.895,0.900,0.905,0.910,0.915,0.920,0.925,0.930,0.935,0.940,0.945,0.950,0.955,0.960,0.965,0.970,0.975,0.980,0.985,0.990,0.995,1.000,1.005,1.010,1.015,1.020,1.025,1.030,1.035,1.040,1.045,1.050,1.055,1.060,1.065,1.070,1.075,1.080,1.085,1.090,1.095,1.100,1.105,1.110,1.115,1.120,1.125,1.130,1.135,1.140,1.145,1.150,1.155,1.160,1.165,1.170,1.175,1.180,1.185,1.190,1.195,1.200,1.205,1.210,1.215,1.220,1.225,1.230,1.235,1.240,1.245,1.250,1.255,1.260,1.265,1.270,1.275,1.280,1.285,1.290,1.295,1.300,1.305,1.310,1.315,1.320,1.325,1.330,1.335,1.340,1.345,1.350,1.355,1.360,1.365,1.370,1.375,1.380,1.385,1.390,1.395,1.400,1.405,1.410,1.415,1.420,1.425,1.430,1.435,1.440,1.445,1.450,1.455,1.460,1.465,1.470,1.475,1.480,1.485,1.490,1.495,1.500,1.505,1.510,1.515,1.520,1.525,1.530,1.535,1.540,1.545,1.550,1.555,1.560,1.565,1.570,1.575,1.580,1.585,1.590,1.595,1.600,1.605,1.610,1.615,1.620,1.625,1.630,1.635,1.640,1.645,1.650,1.655,1.660,1.665,1.670,1.675,1.680,1.685,1.690,1.695,1.700,1.705,1.710,1.715,1.720,1.725,1.730,1.735,1.740,1.745,1.750,1.755,1.760,1.765,1.770,1.775,1.780,1.785,1.790,1.795,1.800,1.805,1.810,1.815,1.820,1.825,1.830,1.835,1.840,1.845,1.850,1.855,1.860,1.865,1.870,1.875,1.880,1.885,1.890,1.895,1.900,1.905,1.910,1.915,1.920,1.925,1.930,1.935,1.940,1.945,1.950,1.955,1.960,1.965,1.970,1.975,1.980,1.985,1.990,1.995,2.000,2.005,2.010,2.015,2.020,2.025,2.030,2.035,2.040,2.045,2.050,2.055,2.060,2.065,2.070,2.075,2.080,2.085,2.090,2.095,2.100,2.105,2.110,2.115,2.120,2.125,2.130,2.135,2.140,2.145,2.150,2.155,2.160,2.165,2.170,2.175,2.180,2.185,2.190,2.195,2.200,2.205,2.210,2.215,2.220,2.225,2.230,2.235,2.240,2.245,2.250,2.255,2.260,2.265,2.270,2.275,2.280,2.285,2.290,2.295,2.300,2.305,2.310,2.315,2.320,2.325,2.330,2.335,2.340,2.345,2.350,2.355,2.360,2.365,2.370,2.375,2.380,2.385,2.390,2.395,2.400,2.405,2.410,2.415,2.420,2.425,2.430,2.435,2.440,2.445,2.450,2.455,2.460,2.465,2.470,2.475,2.480,2.485,2.490,2.495,2.500,2.505,2.510,2.515,2.520,2.525,2.530,2.535,2.540,2.545,2.550,2.555,2.560,2.565,2.570,2.575,2.580,2.585,2.590,2.595,2.600,2.605,2.610,2.615,2.620,2.625,2.630,2.635,2.640,2.645,2.650,2.655,2.660,2.665,2.670,2.675,2.680,2.685,2.690,2.695,2.700,2.705,2.710,2.715,2.720,2.725,2.730,2.735,2.740,2.745,2.750,2.755,2.760,2.765,2.770,2.775,2.780,2.785,2.790,2.795,2.800,2.805,2.810,2.815,2.820,2.825,2.830,2.835,2.840,2.845,2.850,2.855,2.860,2.865,2.870,2.875,2.880,2.885,2.890,2.895,2.900,2.905,2.910,2.915,2.920,2.925,2.930,2.935,2.940,2.945,2.950,2.955,2.960,2.965,2.970,2.975,2.980,2.985,2.990,2.995,3.000,3.005,3.010,3.015,3.020,3.025,3.030,3.035,3.040,3.045,3.050,3.055,3.060,3.065,3.070,3.075,3.080,3.085,3.090,3.095,3.100,3.105,3.110,3.115,3.120,3.125,3.130,3.135,3.140,3.145,3.150,3.155,3.160,3.165,3.170,3.175,3.180,3.185,3.190,3.195,3.200,3.205,3.210,3.215,3.220,3.225,3.230,3.235,3.240,3.245,3.250,3.255,3.260,3.265,3.270,3.275,3.280,3.285,3.290,3.295,3.300,3.305,3.310,3.315,3.320,3.325,3.330,3.335,3.340,3.345,3.350,3.355,3.360,3.365,3.370,3.375,3.380,3.385,3.390,3.395,3.400,3.405,3.410,3.415,3.420,3.425,3.430,3.435,3.440,3.445,3.450,3.455,3.460,3.465,3.470,3.475,3.480,3.485,3.490,3.495,3.500,3.505,3.510,3.515,3.520,3.525,3.530,3.535,3.540,3.545,3.550,3.555,3.560,3.565,3.570,3.575,3.580,3.585,3.590,3.595,3.600,3.605,3.610,3.615,3.620,3.625,3.630,3.635,3.640,3.645,3.650,3.655,3.660,3.665,3.670,3.675,3.680,3.685,3.690,3.695,3.700,3.705,3.710,3.715,3.720,3.725,3.730,3.735,3.740,3.745,3.750,3.755,3.760,3.765,3.770,3.775,3.780,3.785,3.790,3.795,3.800,3.805,3.810,3.815,3.820,3.825,3.830,3.835,3.840,3.845,3.850,3.855,3.860,3.865,3.870,3.875,3.880,3.885,3.890,3.895,3.900,3.905,3.910,3.915,3.920,3.925,3.930,3.935,3.940,3.945,3.950,3.955,3.960,3.965,3.970,3.975,3.980,3.985,3.990,3.995,4.000,4.005,4.010,4.015,4.020,4.025,4.030,4.035,4.040,4.045,4.050,4.055,4.060,4.065,4.070,4.075,4.080,4.085,4.090,4.095,4.100,4.105,4.110,4.115,4.120,4.125,4.130,4.135,4.140,4.145,4.150,4.155,4.160,4.165,4.170,4.175,4.180,4.185,4.190,4.195,4.200,4.205,4.210,4.215,4.220,4.225,4.230,4.235,4.240,4.245,4.250,4.255,4.260,4.265,4.270,4.275,4.280,4.285,4.290,4.295,4.300,4.305,4.310,4.315,4.320,4.325,4.330,4.335,4.340,4.345,4.350,4.355,4.360,4.365,4.370,4.375,4.380,4.385,4.390,4.395,4.400,4.405,4.410,4.415,4.420,4.425,4.430,4.435,4.440], spec_mag: [0.409,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.591], } //252Cf spectrum { type: "SPECTRUM", version: 1, index: "Cf252", run_range: [0, 0], pass: 0, comment: "", timestamp: "", spec_e: [ 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9.0, 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9, 10.0, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 11.9, 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, 12.7, 12.8, 12.9, 13.0, 13.1, 13.2, 13.3, 13.4, 13.5, 13.6, 13.7, 13.8, 13.9, 14.0, 14.1, 14.2, 14.3, 14.4, 14.5, 14.6, 14.7, 14.8, 14.9, 15.0, 15.1, 15.2, 15.3, 15.4, 15.5, 15.6, 15.7, 15.8, 15.9, 16.0, 16.1, 16.2, 16.3, 16.4, 16.5 ], // (MeV) spec_mag: [ 276459.81, 369934.1, 428517.1, 467802.86, 494283.83, 511522.11, 521770.41, 526582.48, 527093.73, 524168.08, 518482.45, 510578.84, 500898.39, 489804.55, 477599.59, 464536.61, 450828.59, 436655.40, 422169.18, 407498.77, 392753.19, 378024.57, 363390.52, 348916.17, 334655.85, 320654.58, 306949.23, 293569.70, 280539.74, 267877.82, 255597.82, 243709.62, 232219.66, 221131.39, 210445.72, 200161.36, 190275.13, 180782.29, 171676.72, 162951.22, 154597.64, 146607.08, 138970.04, 131676.56, 124716.30, 118078.67, 111752.93, 105728.23, 99993.72, 94538.55, 89351.98, 84423.38, 79742.30, 75298.46, 71081.81, 67082.52, 63291.03, 59698.04, 56294.53, 53071.75, 50021.24, 47134.85, 44404.69, 41823.20, 39383.07, 37077.30, 34899.16, 32842.21, 30900.27, 29067.43, 26550.12, 24094.19, 21865.44, 19842.85, 18007.35, 16341.64, 14830.01, 13458.21, 12213.30, 11083.55, 10058.30, 9127.89, 8283.55, 7517.30, 6821.94, 6190.90, 5618.23, 5098.53, 4626.91, 4198.91, 3810.51, 3458.03, 3138.16, 2847.87, 2584.44, 2345.37, 2128.42, 1931.54, 1752.87, 1590.73, 1443.58, 1310.05, 1188.87, 1078.89, 979.09, 888.53, 806.34, 731.75, 664.06, 602.63, 546.89, 496.30, 450.39, 408.73, 370.92, 336.61, 305.47, 277.22, 251.57, 228.3, 207.18, 188.02, 170.63, 154.84, 140.52, 127.52, 115.73, 105.02, 95.31, 86.49, 78.49, 71.23, 64.64, 58.66, 53.24, 48.31, 43.84, 39.79, 36.11, 32.77, 29.74, 26.98, 24.49, 22.22, 20.17, 18.30, 16.61, 15.07, 13.68, 12.41, 11.27, 10.22, 9.28, 8.42, 7.64, 6.93, 6.29, 5.71, 5.18, 4.7, 4.27, 3.87, 3.51, 3.19, 2.89 ], // don't worry about normalisation }