#include <ITileCondToolDspThreshold.h>
|
| virtual | ~ITileCondToolDspThreshold () |
| |
| virtual float | getMinimumAmplitudeThreshold (unsigned int drawerIdx, unsigned int channel, unsigned int adc) const =0 |
| |
| virtual float | getMaximumAmplitudeThreshold (unsigned int drawerIdx, unsigned int channel, unsigned int adc) const =0 |
| |
| virtual void | getAmplitudeThresholds (unsigned int drawerIdx, unsigned int channel, unsigned int adc, float &minimumThreshold, float &maximumThreshold) const =0 |
| |
| virtual float | getDspThreshold (unsigned int drawerIdx, unsigned int channel, unsigned int adc) const =0 |
| |
Definition at line 12 of file ITileCondToolDspThreshold.h.
◆ ~ITileCondToolDspThreshold()
| virtual ITileCondToolDspThreshold::~ITileCondToolDspThreshold |
( |
| ) |
|
|
inlinevirtual |
◆ getAmplitudeThresholds()
| virtual void ITileCondToolDspThreshold::getAmplitudeThresholds |
( |
unsigned int |
drawerIdx, |
|
|
unsigned int |
channel, |
|
|
unsigned int |
adc, |
|
|
float & |
minimumThreshold, |
|
|
float & |
maximumThreshold |
|
) |
| const |
|
pure virtual |
◆ getDspThreshold()
| virtual float ITileCondToolDspThreshold::getDspThreshold |
( |
unsigned int |
drawerIdx, |
|
|
unsigned int |
channel, |
|
|
unsigned int |
adc |
|
) |
| const |
|
pure virtual |
◆ getMaximumAmplitudeThreshold()
| virtual float ITileCondToolDspThreshold::getMaximumAmplitudeThreshold |
( |
unsigned int |
drawerIdx, |
|
|
unsigned int |
channel, |
|
|
unsigned int |
adc |
|
) |
| const |
|
pure virtual |
◆ getMinimumAmplitudeThreshold()
| virtual float ITileCondToolDspThreshold::getMinimumAmplitudeThreshold |
( |
unsigned int |
drawerIdx, |
|
|
unsigned int |
channel, |
|
|
unsigned int |
adc |
|
) |
| const |
|
pure virtual |
◆ interfaceID()
| static const InterfaceID& ITileCondToolDspThreshold::interfaceID |
( |
| ) |
|
|
inlinestatic |
Definition at line 18 of file ITileCondToolDspThreshold.h.
19 static const InterfaceID IID_TileCondToolDspThreshold(
"ITileCondToolDspThreshold", 1, 0);
20 return IID_TileCondToolDspThreshold;
The documentation for this class was generated from the following file: