CMS 3D CMS Logo

PMTResponse.h
Go to the documentation of this file.
1 #ifndef SimG4CMS_PMTResponse_h
2 #define SimG4CMS_PMTResponse_h
3 
9 class PMTResponse {
10 public:
12  static double getEfficiency(const double &waveLengthNm);
13 };
14 
15 #endif // DreamSD_h
static double getEfficiency(const double &waveLengthNm)
Return efficiency for given photon wavelength (in nm)
Definition: PMTResponse.cc:6