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