#include <ITileCondToolTMDB.h>
|
virtual | ~ITileCondToolTMDB () |
|
virtual float | getThreshold (unsigned int drawerIdx, unsigned int threshold) const =0 |
|
virtual float | getDelay (unsigned int drawerIdx, unsigned int channel) const =0 |
|
virtual void | getCalib (unsigned int drawerIdx, unsigned int channel, float &a, float &b) const =0 |
|
virtual unsigned int | getWeights (unsigned int drawerIdx, unsigned int channel, TMDB::Weights &weights) const =0 |
|
virtual float | channelCalib (unsigned int drawerIdx, unsigned int channel, const std::vector< float > &samples) const =0 |
|
virtual float | channelCalib (unsigned int drawerIdx, unsigned int channel, float amplitude) const =0 |
|
Definition at line 18 of file ITileCondToolTMDB.h.
◆ ~ITileCondToolTMDB()
virtual ITileCondToolTMDB::~ITileCondToolTMDB |
( |
| ) |
|
|
inlinevirtual |
◆ channelCalib() [1/2]
virtual float ITileCondToolTMDB::channelCalib |
( |
unsigned int |
drawerIdx, |
|
|
unsigned int |
channel, |
|
|
const std::vector< float > & |
samples |
|
) |
| const |
|
pure virtual |
◆ channelCalib() [2/2]
virtual float ITileCondToolTMDB::channelCalib |
( |
unsigned int |
drawerIdx, |
|
|
unsigned int |
channel, |
|
|
float |
amplitude |
|
) |
| const |
|
pure virtual |
◆ getCalib()
virtual void ITileCondToolTMDB::getCalib |
( |
unsigned int |
drawerIdx, |
|
|
unsigned int |
channel, |
|
|
float & |
a, |
|
|
float & |
b |
|
) |
| const |
|
pure virtual |
◆ getDelay()
virtual float ITileCondToolTMDB::getDelay |
( |
unsigned int |
drawerIdx, |
|
|
unsigned int |
channel |
|
) |
| const |
|
pure virtual |
◆ getThreshold()
virtual float ITileCondToolTMDB::getThreshold |
( |
unsigned int |
drawerIdx, |
|
|
unsigned int |
threshold |
|
) |
| const |
|
pure virtual |
◆ getWeights()
virtual unsigned int ITileCondToolTMDB::getWeights |
( |
unsigned int |
drawerIdx, |
|
|
unsigned int |
channel, |
|
|
TMDB::Weights & |
weights |
|
) |
| const |
|
pure virtual |
◆ interfaceID()
static const InterfaceID& ITileCondToolTMDB::interfaceID |
( |
| ) |
|
|
inlinestatic |
Definition at line 24 of file ITileCondToolTMDB.h.
25 static const InterfaceID IID_TileCondToolTMDB(
"ITileCondToolTMDB", 1, 0);
26 return IID_TileCondToolTMDB;
The documentation for this class was generated from the following file: