![]() |
Project
|
#include <PedestalCalibrator.h>
Public Member Functions | |
| PedestalCalibData (uint16_t toleratedGapWidth=5, float nSigmasZS=3., float suspiciousPedestalRMS=20.) | |
| ~PedestalCalibData ()=default | |
| void | fill (const gsl::span< const o2::cpv::Digit > data) |
| void | merge (const PedestalCalibData *prev) |
| void | print () |
Public Attributes | |
| int | mNEvents = 0 |
| std::vector< PedestalSpectrum > | mPedestalSpectra |
Definition at line 59 of file PedestalCalibrator.h.
| o2::cpv::PedestalCalibData::PedestalCalibData | ( | uint16_t | toleratedGapWidth = 5, |
| float | nSigmasZS = 3., |
||
| float | suspiciousPedestalRMS = 20. |
||
| ) |
Definition at line 193 of file PedestalCalibrator.cxx.
|
default |
| void o2::cpv::PedestalCalibData::fill | ( | const gsl::span< const o2::cpv::Digit > | data | ) |
Definition at line 200 of file PedestalCalibrator.cxx.
| void o2::cpv::PedestalCalibData::merge | ( | const PedestalCalibData * | prev | ) |
Definition at line 208 of file PedestalCalibrator.cxx.
| void o2::cpv::PedestalCalibData::print | ( | ) |
Definition at line 217 of file PedestalCalibrator.cxx.
| int o2::cpv::PedestalCalibData::mNEvents = 0 |
Definition at line 60 of file PedestalCalibrator.h.
| std::vector<PedestalSpectrum> o2::cpv::PedestalCalibData::mPedestalSpectra |
Definition at line 61 of file PedestalCalibrator.h.