| 
    Jpp master_rocky-44-g75b7c4f75
    
   the software that should make you happy 
   | 
 
PMT interface. More...
#include <JAbstractPMT.hh>
  
Public Member Functions | |
| virtual | ~JAbstractPMT () | 
| Virtual destructor.   | |
| virtual double | getPhotocathodeArea () const =0 | 
| Photo-cathode area of PMT.   | |
| virtual double | getQE (const double lambda) const =0 | 
| Quantum efficiency of PMT (incl.   | |
| virtual double | getAngularAcceptance (const double ct) const =0 | 
| Angular acceptence of PMT.   | |
PMT interface.
Definition at line 17 of file JAbstractPMT.hh.
      
  | 
  inlinevirtual | 
      
  | 
  pure virtual | 
Photo-cathode area of PMT.
Implemented in JPHYSICS::JLED_C, and JPHYSICS::JPDF_C.
      
  | 
  pure virtual | 
Quantum efficiency of PMT (incl.
absorption in glass, gel, etc.).
| lambda | wavelenth [nm] | 
Implemented in JPHYSICS::JLED_C, and JPHYSICS::JPDF_C.
      
  | 
  pure virtual | 
Angular acceptence of PMT.
| ct | cosine angle of incidence | 
Implemented in JPHYSICS::JLED_C, and JPHYSICS::JPDF_C.