1 #ifndef __GETSIGNAL_h__
2 #define __GETSIGNAL_h__
9 #include <fwk/CentralConfig.h>
25 bool realAtmosphere =
false,
26 bool useThreshold =
true);
29 std::vector<std::vector<double>>
35 std::string detector =
"WCD",
36 std::string quantile =
"t40",
38 bool realAtmosphere =
false);
41 std::vector<std::vector<double>>
45 double height = 1400.,
47 std::string detector =
"WCD",
49 bool realAtmosphere =
false,
50 double planeFrontTimeResidual = -10,
51 double nsBin = 8.3333);
61 double height = 1400.,
64 std::string detector =
"WCD",
66 bool realAtmosphere =
false,
67 bool useThreshold =
false,
68 double planeFrontTimeResidual = -10,
69 double nsBin = 8.3333,
70 std::string returnValue =
"cdf",
72 double normalized = 0);
81 double height = 1400.,
84 std::string detector =
"WCD",
86 bool realAtmosphere =
false,
87 bool useThreshold =
false,
88 double planeFrontTimeResidual = -10,
89 double nsBin = 8.3333,
vector< double > GetSignal(string model, double lgE, double zenith, double r, double psi, double height, double Xmax, double Rmu, string detector, int month, bool realAtmosphere, bool useThreshold)
vector< vector< double > > GetTraceParameters(double zenith, double r, double psi, double height, double Xmax, string detector, int month, bool realAtmosphere, double planeFrontTimeResidual, double nsBin)
vector< double > GetIntegratedTotalSignalSum(vector< double > t, string model, double lgE, double zenith, double r, double psi, double height, double Xmax, double Rmu, string detector, int month, bool realAtmosphere, bool useThreshold, double planeFrontTimeResidual, double nsBin, double normalized)
vector< double > GetIntegratedTotalSignal(vector< double > t, string model, double lgE, double zenith, double r, double psi, double height, double Xmax, double Rmu, string detector, int month, bool realAtmosphere, bool useThreshold, double planeFrontTimeResidual, double nsBin, string returnValue, int component, double normalized)
vector< vector< double > > GetTimeQuantile(double zenith, double r, double psi, double height, double Xmax, string detector, string quantile, int month, bool realAtmosphere)