77 static const Int_t npts_nuebar = 21;
78 static const Double_t Evnuebar[npts_nuebar] = {
80 15.0e-3, 17.5e-3, 20.0e-3, 22.5e-3, 25.0e-3,
81 27.5e-3, 30.0e-3, 32.5e-3, 35.0e-3, 37.5e-3,
82 40.0e-3, 45.0e-3, 50.0e-3, 55.0e-3, 60.0e-3,
83 65.0e-3, 70.0e-3, 80.0e-3, 90.0e-3, 100.0e-3
86 static const Double_t Onuebar[npts_nuebar] = {
88 2.53e-2*xsunit, 7.27e-2*xsunit, 1.81e-1*xsunit, 4.21e-1*xsunit, 8.90e-1*xsunit,
89 1.69*xsunit, 2.94*xsunit, 4.76*xsunit, 7.26*xsunit, 1.06e1*xsunit,
90 1.48e1*xsunit, 2.64e1*xsunit, 4.29e1*xsunit, 6.46e1*xsunit, 9.17e1*xsunit,
91 1.25e2*xsunit, 1.63e2*xsunit, 2.57e2*xsunit, 3.77e2*xsunit, 5.18e2*xsunit
94 const TGraph dummy(npts_nuebar,Evnuebar,Onuebar);
95 fXsplNuebar =
new TSpline3(
"16O_nu_e_bar_xsec",&dummy);
107 static const Int_t npts_nue = 20;
108 static const Double_t Evnue[npts_nue] = {
109 15.0e-3, 17.5e-3, 20.0e-3, 22.5e-3, 25.0e-3,
110 27.5e-3, 30.0e-3, 32.5e-3, 35.0e-3, 37.5e-3,
111 40.0e-3, 45.0e-3, 50.0e-3, 55.0e-3, 60.0e-3,
112 65.0e-3, 70.0e-3, 80.0e-3, 90.0e-3, 100.0e-3
115 static const Double_t Onue[npts_nue] = {
116 1.56e-6*xsunit, 8.42e-4*xsunit, 7.26e-3*xsunit, 3.99e-2*xsunit, 1.77e-1*xsunit,
117 5.23e-1*xsunit, 1.25*xsunit, 2.58*xsunit, 4.76*xsunit, 8.05*xsunit,
118 1.28e1*xsunit, 2.76e1*xsunit, 5.21e1*xsunit, 8.89e1*xsunit, 1.41e2*xsunit,
119 2.12e2*xsunit, 3.02e2*xsunit, 5.52e2*xsunit, 8.92e2*xsunit, 1.32e3*xsunit
121 const TGraph dummy(npts_nue,Evnue,Onue);
122 fXsplNue =
new TSpline3(
"16O_nu_e_xsec",&dummy);
#define LOG(stream, priority)
A macro that returns the requested log4cpp::Category appending a string (using the FILE,...