#include <Pedestals.h>
Definition at line 33 of file Pedestals.h.
◆ Pedestals() [1/2]
| o2::phos::Pedestals::Pedestals |
( |
| ) |
|
|
default |
◆ Pedestals() [2/2]
| Pedestals::Pedestals |
( |
int |
test | ) |
|
◆ ~Pedestals()
| o2::phos::Pedestals::~Pedestals |
( |
| ) |
|
|
default |
◆ getHGPedestal()
| short o2::phos::Pedestals::getHGPedestal |
( |
short |
cellID | ) |
const |
|
inline |
Get pedestal.
- Parameters
-
| cellID | Absolute ID of cell |
- Returns
- pedestal for the cell
Definition at line 60 of file Pedestals.h.
◆ getHGRMS()
| float o2::phos::Pedestals::getHGRMS |
( |
short |
cellID | ) |
const |
|
inline |
Get pedestal RMS.
- Parameters
-
| cellID | Absolute ID of cell |
- Returns
- pedestal RMS for the cell
Definition at line 90 of file Pedestals.h.
◆ getLGPedestal()
| short o2::phos::Pedestals::getLGPedestal |
( |
short |
cellID | ) |
const |
|
inline |
Get pedestal.
- Parameters
-
| cellID | Absolute ID of cell |
- Returns
- pedestal for the cell
Definition at line 70 of file Pedestals.h.
◆ getLGRMS()
| float o2::phos::Pedestals::getLGRMS |
( |
short |
cellID | ) |
const |
|
inline |
Get pedestal.
- Parameters
-
| cellID | Absolute ID of cell |
- Returns
- pedestal RMS for the LG cell
Definition at line 100 of file Pedestals.h.
◆ operator=()
◆ setHGPedestal()
| void o2::phos::Pedestals::setHGPedestal |
( |
short |
cellID, |
|
|
short |
c |
|
) |
| |
|
inline |
Set pedestal.
- Parameters
-
| cellID | Absolute ID of cell |
| c | is the pedestal (expected to be in range <254) |
Definition at line 65 of file Pedestals.h.
◆ setHGPedestals()
| bool Pedestals::setHGPedestals |
( |
TH1 * |
h | ) |
|
Set pedestals from 1D histogram with cell absId in x axis.
- Parameters
-
| 1D(NCHANNELS) | histogram with calibration coefficients |
- Returns
- Is successful
Definition at line 25 of file Pedestals.cxx.
◆ setHGRMS()
| void o2::phos::Pedestals::setHGRMS |
( |
short |
cellID, |
|
|
float |
c |
|
) |
| |
|
inline |
Set pedestal RMS.
- Parameters
-
| cellID | Absolute ID of cell |
| c | is the pedestal RMS (expected to be in range 0..5, larger values=bad channel=overflow) |
Definition at line 95 of file Pedestals.h.
◆ setLGPedestal()
| void o2::phos::Pedestals::setLGPedestal |
( |
short |
cellID, |
|
|
short |
c |
|
) |
| |
|
inline |
Set pedestal.
- Parameters
-
| cellID | Absolute ID of cell |
| c | is the pedestal (expected to be in range <254) |
Definition at line 75 of file Pedestals.h.
◆ setLGPedestals()
| bool Pedestals::setLGPedestals |
( |
TH1 * |
h | ) |
|
Set pedestals from 1D histogram with cell absId in x axis.
- Parameters
-
| 1D(NCHANNELS) | histogram with calibration coefficients |
- Returns
- Is successful
Definition at line 47 of file Pedestals.cxx.
◆ setLGRMS()
| void o2::phos::Pedestals::setLGRMS |
( |
short |
cellID, |
|
|
float |
c |
|
) |
| |
|
inline |
Set LG pedestal RMS.
- Parameters
-
| cellID | Absolute ID of cell |
| c | is the pedestal RMS (expected to be in range 0..5, larger values=bad channel=overflow) |
Definition at line 105 of file Pedestals.h.
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/PHOS/include/DataFormatsPHOS/Pedestals.h
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/PHOS/src/Pedestals.cxx