PMTCharge Class Reference
|
Ratpac-two
|
RAT::PMTCharge Class Referenceabstract
Pure virtual class for simulating PMT charge collection. More...
#include <PMTCharge.hh>
Inheritance diagram for RAT::PMTCharge:
Public Member Functions | |
| virtual double | PickCharge () const =0 |
| virtual double | PDF (double q) const =0 |
Detailed Description
Pure virtual class for simulating PMT charge collection.
REVISION HISTORY:
2015-01-07 : B Land - Added doxygen header block
Wraps various statistical methods of determining the charge collected by a PMT due to a single photoelectron. New methods should extend this class, however there is not yet a system in place for selecting a new method (see Gsim).
Member Function Documentation
◆ PDF()
|
pure virtual |
Value of charge PDF at charge q (not normalized)
Implemented in RAT::PDFPMTCharge.
◆ PickCharge()
|
pure virtual |
Returns charge for one photoelectron.
Implemented in RAT::PDFPMTCharge.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/daq/include/RAT/PMTCharge.hh
Generated by