![]() |
Project
|
#include <exception>
#include <iosfwd>
#include <optional>
#include <vector>
#include <tuple>
#include <gsl/span>
#include "Rtypes.h"
#include <DataFormatsEMCAL/Constants.h>
#include <EMCALCalib/BadChannelMap.h>
#include <EMCALCalib/TimeCalibrationParams.h>
#include <EMCALCalib/GainCalibrationFactors.h>
Go to the source code of this file.
Classes | |
class | o2::emcal::CellRecalibrator |
Tool for recalibration at cell level. More... | |
class | o2::emcal::CellRecalibrator::CellTypeException |
Handling of invalid cell types in calibration. More... | |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::emcal |
Functions | |
std::ostream & | o2::emcal::operator<< (std::ostream &in, const CellRecalibrator &calib) |
Output stream operator for cell-level calibrator. | |