8 #ifndef DISCDIRC_PHOTODETECTOR_HH 
    9 #define DISCDIRC_PHOTODETECTOR_HH 
   13 #include <Math/Interpolator.h> 
   28     void SetPDE(
int n_entries, 
const double * wavelength_nm, 
const double * pde)
 
   33     virtual double GetPDE(
const double &wavelength_nm)
 const  
   47 #endif // DISCDIRC_PHOTODETECTOR_HH 
void SetPDE(int n_entries, const double *wavelength_nm, const double *pde)
virtual double GetPDE(const double &wavelength_nm) const 
Derived classes should override this function and return the average pde of the sensor. 
virtual ~DiscDIRC_Photodetector()
ROOT::Math::Interpolator pde_interpolator