#include <Pedestals.h>
Definition at line 34 of file Pedestals.h.
◆ Pedestals() [1/2]
| o2::cpv::Pedestals::Pedestals |
( |
| ) |
|
|
default |
◆ Pedestals() [2/2]
| Pedestals::Pedestals |
( |
int |
test | ) |
|
◆ ~Pedestals()
| o2::cpv::Pedestals::~Pedestals |
( |
| ) |
|
|
default |
◆ getPedestal()
| short o2::cpv::Pedestals::getPedestal |
( |
short |
cellID | ) |
const |
|
inline |
Get pedestal.
- Parameters
-
| cellID | Absolute ID of cell |
- Returns
- pedestal for the cell
Definition at line 49 of file Pedestals.h.
◆ getPedSigma()
| float o2::cpv::Pedestals::getPedSigma |
( |
short |
cellID | ) |
const |
|
inline |
◆ setPedestal()
| void o2::cpv::Pedestals::setPedestal |
( |
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 55 of file Pedestals.h.
◆ setPedestals()
| bool Pedestals::setPedestals |
( |
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 26 of file Pedestals.cxx.
◆ setPedSigma()
| void o2::cpv::Pedestals::setPedSigma |
( |
short |
cellID, |
|
|
float |
c |
|
) |
| |
|
inline |
◆ setPedSigmas()
| bool Pedestals::setPedSigmas |
( |
TH1F * |
h | ) |
|
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/CPV/include/DataFormatsCPV/Pedestals.h
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/CPV/src/Pedestals.cxx