#include <IPhotonCalibrator.h>
Public Member Functions | |
| IPhotonCalibrator (IPhotonCalibrator const &)=delete | |
| IPhotonCalibrator (IPhotonCalibrator &&)=delete | |
| IPhotonCalibrator & | operator= (IPhotonCalibrator const &)=delete |
| IPhotonCalibrator & | operator= (IPhotonCalibrator &&)=delete |
| IPhotonCalibrator () | |
| virtual | ~IPhotonCalibrator ()=default |
| virtual double | PE (double adcs, int opchannel) const =0 |
| virtual bool | UseArea () const =0 |
| double | PE (const recob::OpHit &oh) const |
| Convenience. More... | |
| double | PE (const recob::OpFlash &of) const |
May want to swap in dummy charge and photon calibrations in various combinations.
Definition at line 29 of file IPhotonCalibrator.h.
|
delete |
|
delete |
|
inline |
Definition at line 38 of file IPhotonCalibrator.h.
|
virtualdefault |
|
delete |
|
delete |
|
pure virtual |
Implemented in calib::PhotonCalibratorStandard, and calib::PhotonCalibratorProtoDUNESP.
|
inline |
Convenience.
Need a 3D position because result depends on position along length of bar. This is going to be pretty imprecise even so.
Definition at line 49 of file IPhotonCalibrator.h.
|
inline |
Definition at line 54 of file IPhotonCalibrator.h.
|
pure virtual |
Implemented in calib::PhotonCalibratorStandard, and calib::PhotonCalibratorProtoDUNESP.
1.8.11