Database object for ADC pedestals.
More...
#include <CDCADCDeltaPedestals.h>
Database object for ADC pedestals.
Definition at line 23 of file CDCADCDeltaPedestals.h.
◆ getEntries()
unsigned short getEntries |
( |
| ) |
const |
|
inline |
Get the no.
of entries in the list.
Definition at line 59 of file CDCADCDeltaPedestals.h.
std::map< unsigned short, float > m_pedestals
ADC pedestal list.
◆ getPedestal()
float getPedestal |
( |
const unsigned short & |
board, |
|
|
const unsigned short & |
ch |
|
) |
| const |
|
inline |
Get ADC pedestal for the specified board.
- Parameters
-
board | Board id. |
ch | Channel id. |
- Returns
- pedestal for the board (and channel).
Definition at line 78 of file CDCADCDeltaPedestals.h.
◆ setPedestal()
void setPedestal |
( |
int |
board, |
|
|
int |
ch, |
|
|
float |
pedestal |
|
) |
| |
|
inline |
Set ADC pedestals in the list.
- Parameters
-
board | Board id |
ch | Channel id |
pedestal | Pedestal value |
Definition at line 47 of file CDCADCDeltaPedestals.h.
◆ setSamplingWindow()
void setSamplingWindow |
( |
unsigned short |
sample | ) |
|
|
inline |
The documentation for this class was generated from the following file: