Public Member Functions | Private Member Functions | List of all members
opdet::DUNEOpDetResponseInterface Class Reference

#include <DUNEOpDetResponseInterface.h>

Inheritance diagram for opdet::DUNEOpDetResponseInterface:
opdet::OpDetResponseInterface

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
 

Detailed Description

Definition at line 15 of file DUNEOpDetResponseInterface.h.

Member Function Documentation

bool opdet::DUNEOpDetResponseInterface::detectedLiteWithChannel ( int  OpDet,
int &  newOpChannel,
int &  hardwareChannel 
) const
inline

Definition at line 17 of file DUNEOpDetResponseInterface.h.

18  {
19  return doDetectedLiteWithChannel( OpDet, newOpChannel, hardwareChannel);
20  }
bool doDetectedLiteWithChannel(int OpDet, int &newOpChannel, int &hardwareChannel) const
bool opdet::DUNEOpDetResponseInterface::doDetectedLiteWithChannel ( int  OpDet,
int &  newOpChannel,
int &  hardwareChannel 
) const
private

The documentation for this class was generated from the following file: