#include <OpDetResponseInterface.h>
Definition at line 24 of file OpDetResponseInterface.h.
| virtual opdet::OpDetResponseInterface::~OpDetResponseInterface |
( |
| ) |
|
|
virtualdefault |
| bool opdet::OpDetResponseInterface::detected |
( |
int |
OpChannel, |
|
|
const sim::OnePhoton & |
Phot, |
|
|
int & |
newOpChannel |
|
) |
| const |
|
inlinevirtual |
Definition at line 97 of file OpDetResponseInterface.h.
99 return doDetected(OpChannel, Phot, newOpChannel);
virtual bool doDetected(int OpChannel, const sim::OnePhoton &Phot, int &newOpChannel) const =0
| bool opdet::OpDetResponseInterface::detected |
( |
int |
OpChannel, |
|
|
const sim::OnePhoton & |
Phot |
|
) |
| const |
|
inlinevirtual |
Definition at line 103 of file OpDetResponseInterface.h.
106 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 |
Definition at line 72 of file OpDetResponseInterface.h.
75 art::ServiceHandle<geo::Geometry const> geom;
76 return geom->NOpChannels();
| int opdet::OpDetResponseInterface::doReadoutToGeoChannel |
( |
int |
readoutChannel | ) |
const |
|
inlineprivatevirtual |
Definition at line 86 of file OpDetResponseInterface.h.
89 art::ServiceHandle<geo::Geometry const> geom;
90 return geom->OpDetFromOpChannel(readoutChannel);
| virtual void opdet::OpDetResponseInterface::doReconfigure |
( |
fhicl::ParameterSet const & |
p | ) |
|
|
privatepure virtual |
| int opdet::OpDetResponseInterface::NOpChannels |
( |
| ) |
const |
|
inlinevirtual |
| int opdet::OpDetResponseInterface::readoutToGeoChannel |
( |
int |
readoutChannel | ) |
const |
|
inlinevirtual |
| void opdet::OpDetResponseInterface::reconfigure |
( |
fhicl::ParameterSet const & |
p | ) |
|
|
inlinevirtual |
| float opdet::OpDetResponseInterface::wavelength |
( |
double |
energy | ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: