#include <DefaultOpDetResponse.h>
Public Member Functions | |
DefaultOpDetResponse (fhicl::ParameterSet const &pset) | |
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 | |
virtual void | doReconfigure (fhicl::ParameterSet const &p) |
virtual bool | doDetected (int OpChannel, const sim::OnePhoton &Phot, int &newOpChannel) const |
virtual bool | doDetectedLite (int OpChannel, int &newOpChannel) const |
Definition at line 21 of file DefaultOpDetResponse.h.
opdet::DefaultOpDetResponse::DefaultOpDetResponse | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 16 of file DefaultOpDetResponse_service.cc.
|
privatevirtual |
Implements opdet::OpDetResponseInterface.
Definition at line 36 of file DefaultOpDetResponse_service.cc.
|
privatevirtual |
Implements opdet::OpDetResponseInterface.
Definition at line 43 of file DefaultOpDetResponse_service.cc.
|
privatevirtual |
Implements opdet::OpDetResponseInterface.
Definition at line 22 of file DefaultOpDetResponse_service.cc.