7 if (acos(coszenith) < maxZenith * TMath::DegToRad() && acos(coszenith) > 0.) {
9 biasFinal = 1. + (24.3 + 77.61 * exp(-10. * (coszenith - 0.5 ) ) ) * (18.4 - ESD) * 0.01;
20 const double pars[4] = { -0.1167, 5.022, 16.08, 21.61};
23 const double biasS35 = 1 + pars[0] * exp(-pars[1] *
pow(lgE - pars[2], 2.)) * (lgE - pars[3]);
25 return pow(biasS35, fdB);
35 if (acos(coszenith) < maxZenith * TMath::DegToRad() && acos(coszenith) > 0.) {
37 biasFinal = 1. + (20.01 + 59.2 * exp(-10. * (coszenith - 0.5 ) ) ) * (18.4 - ESD) * 0.01;
49 if (acos(coszenith) < maxZenith * TMath::DegToRad() && acos(coszenith) > 0.) {
51 biasFinal = 1. + (36.08 + 9.27 * exp(-10. * (coszenith - 0.5 ) ) ) * (18.4 - ESD) * 0.01;
double pow(const double x, const unsigned int i)
double HybridBias_2019_11_06_Herald_SD1500(double ESD, double coszenith, double maxZenith)
double HybridBias_2019_11_06_Offline_SD1500(double ESD, double coszenith, double maxZenith)
double HybridBias_2019_SD750(double lgE, double fdB)
double HybridBias_2019_SD1500(double ESD, double coszenith, double maxZenith)
double Bias_TestExample(double ESD, double coszenith)