1 #ifndef _O_SCINT_LIGHT_YIELD_H_
2 #define _O_SCINT_LIGHT_YIELD_H_
39 double operator()(
double a_lowEp,
double a_highEp);
45 void readFile(std::string a_filename);
47 std::vector<double> m_Ep;
50 std::vector<double> m_Ly;
52 std::vector<double> m_dLy;
Definition: OScintLightYield.h:18
double operator()(double a_protonED)
Definition: OScintLightYield.cpp:54
double operator[](double a_measuredLight)
Definition: OScintLightYield.cpp:107
OScintLightYield()
Definition: OScintLightYield.cpp:10