PMTCharge Class Reference

Ratpac-two: RAT::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:
RAT::PDFPMTCharge

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.

Author
Benjamin Land benla.nosp@m.nd10.nosp@m.0@ber.nosp@m.kele.nosp@m.y.edu

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()

virtual double RAT::PMTCharge::PDF ( double  q) const
pure virtual

Value of charge PDF at charge q (not normalized)

Implemented in RAT::PDFPMTCharge.

◆ PickCharge()

virtual double RAT::PMTCharge::PickCharge ( ) const
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