Condition object to keep and provide Tile pulse shape.
More...
#include <TilePulse.h>
Condition object to keep and provide Tile pulse shape.
Definition at line 15 of file TilePulse.h.
◆ TilePulse() [1/2]
Definition at line 18 of file TilePulse.h.
std::unique_ptr< TileCalibDataFlt > m_pulseShape
◆ ~TilePulse()
| virtual TilePulse::~TilePulse |
( |
| ) |
|
|
virtualdefault |
◆ TilePulse() [2/2]
◆ getPulseShapeYDY()
| bool TilePulse::getPulseShapeYDY |
( |
unsigned int | drawerIdx, |
|
|
unsigned int | channel, |
|
|
unsigned int | adc, |
|
|
float | time, |
|
|
float & | y, |
|
|
float & | dy ) const |
|
inline |
Definition at line 35 of file TilePulse.h.
36 {
37 return m_pulseShape->getCalibDrawer(drawerIdx)->getYDY(channel, adc, time,
y, dy);
38}
◆ operator=()
◆ m_pulseShape
The documentation for this class was generated from the following file: