#include <DUNEOpDetResponseInterface.h>
Public Member Functions | |
bool | detectedLiteWithChannel (int OpDet, int &newOpChannel, int &hardwareChannel) const |
Public Member Functions inherited from opdet::OpDetResponseInterface | |
virtual | ~OpDetResponseInterface ()=default |
virtual void | reconfigure (fhicl::ParameterSet const &p) |
virtual int | NOpChannels () const |
virtual int | readoutToGeoChannel (int readoutChannel) const |
virtual bool | detected (int OpChannel, const sim::OnePhoton &Phot, int &newOpChannel) const |
virtual bool | detected (int OpChannel, const sim::OnePhoton &Phot) const |
virtual bool | detectedLite (int OpChannel, int &newOpChannel) const |
virtual bool | detectedLite (int OpChannel) const |
virtual float | wavelength (double energy) const |
Private Member Functions | |
bool | doDetectedLiteWithChannel (int OpDet, int &newOpChannel, int &hardwareChannel) const |
Definition at line 15 of file DUNEOpDetResponseInterface.h.
|
inline |
Definition at line 17 of file DUNEOpDetResponseInterface.h.
|
private |