![]() |
Project
|
#include <NoiseCalibrator.h>
Public Member Functions | |
NoiseCalibrator ()=default | |
NoiseCalibrator (float prob, float relErr=0.2) | |
~NoiseCalibrator ()=default | |
bool | processTimeFrame (calibration::TFType tf, gsl::span< const o2::itsmft::Digit > const &digits, gsl::span< const o2::itsmft::ROFRecord > const &rofs) |
bool | processTimeFrame (calibration::TFType tf, gsl::span< const o2::itsmft::CompClusterExt > const &clusters, gsl::span< const unsigned char > const &patterns, gsl::span< const o2::itsmft::ROFRecord > const &rofs) |
void | finalize () |
void | setMinROFs (long n) |
void | setClusterDictionary (const o2::itsmft::TopologyDictionary *d) |
const o2::itsmft::NoiseMap & | getNoiseMap () const |
Definition at line 37 of file NoiseCalibrator.h.
|
default |
|
inline |
Definition at line 41 of file NoiseCalibrator.h.
|
default |
void o2::mft::NoiseCalibrator::finalize | ( | ) |
Definition at line 121 of file NoiseCalibrator.cxx.
|
inline |
Definition at line 61 of file NoiseCalibrator.h.
bool o2::mft::NoiseCalibrator::processTimeFrame | ( | calibration::TFType | tf, |
gsl::span< const o2::itsmft::CompClusterExt > const & | clusters, | ||
gsl::span< const unsigned char > const & | patterns, | ||
gsl::span< const o2::itsmft::ROFRecord > const & | rofs | ||
) |
Definition at line 48 of file NoiseCalibrator.cxx.
bool o2::mft::NoiseCalibrator::processTimeFrame | ( | calibration::TFType | tf, |
gsl::span< const o2::itsmft::Digit > const & | digits, | ||
gsl::span< const o2::itsmft::ROFRecord > const & | rofs | ||
) |
Definition at line 27 of file NoiseCalibrator.cxx.
|
inline |
Definition at line 59 of file NoiseCalibrator.h.
Definition at line 58 of file NoiseCalibrator.h.