#include "OpDetResponseInterface.h"
Definition at line 27 of file OpDetResponseInterface.h.
virtual opdet::OpDetResponseInterface::~OpDetResponseInterface |
( |
| ) |
|
|
virtualdefault |
bool opdet::OpDetResponseInterface::detected |
( |
int |
OpChannel, |
|
|
const sim::OnePhoton & |
Phot, |
|
|
int & |
newOpChannel |
|
) |
| const |
|
inlinevirtual |
bool opdet::OpDetResponseInterface::detected |
( |
int |
OpChannel, |
|
|
const sim::OnePhoton & |
Phot |
|
) |
| const |
|
inlinevirtual |
Definition at line 100 of file OpDetResponseInterface.h.
103 return doDetected(OpChannel, Phot, newOpChannel);
virtual bool doDetected(int OpChannel, const sim::OnePhoton &Phot, int &newOpChannel) const =0
bool opdet::OpDetResponseInterface::detectedLite |
( |
int |
OpChannel, |
|
|
int & |
newOpChannel |
|
) |
| const |
|
inlinevirtual |
bool opdet::OpDetResponseInterface::detectedLite |
( |
int |
OpChannel | ) |
const |
|
inlinevirtual |
virtual bool opdet::OpDetResponseInterface::doDetected |
( |
int |
OpChannel, |
|
|
const sim::OnePhoton & |
Phot, |
|
|
int & |
newOpChannel |
|
) |
| const |
|
privatepure virtual |
virtual bool opdet::OpDetResponseInterface::doDetectedLite |
( |
int |
OpChannel, |
|
|
int & |
newOpChannel |
|
) |
| const |
|
privatepure virtual |
int opdet::OpDetResponseInterface::doNOpChannels |
( |
| ) |
const |
|
inlineprivatevirtual |
int opdet::OpDetResponseInterface::doReadoutToGeoChannel |
( |
int |
readoutChannel | ) |
const |
|
inlineprivatevirtual |
int opdet::OpDetResponseInterface::NOpChannels |
( |
| ) |
const |
|
inlinevirtual |
int opdet::OpDetResponseInterface::readoutToGeoChannel |
( |
int |
readoutChannel | ) |
const |
|
inlinevirtual |
float opdet::OpDetResponseInterface::wavelength |
( |
double |
energy | ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: