12#ifndef ALICEO2_TPC_CALIBPEDESTAL_H_
13#define ALICEO2_TPC_CALIBPEDESTAL_H_
21#include <unordered_map>
72 const Int_t timeBin,
const Float_t signal)
final;
76 const Int_t timeBin,
const Float_t signal)
final {
return 0; }
86 mNumberOfADCs = mADCMax - mADCMin + 1;
95 mFirstTimeBin =
first;
135 std::unordered_map<std::string, CalPad> mCalDets;
137 std::vector<std::unique_ptr<vectorType>> mADCdata;
146 void resetEvent() final {}
Implementation of the parameter class for the pedestal calibration.
Pedestal calibration class.
TH2 * createControlHistogram(ROC roc)
generate a control histogram
void setTimeBinRange(int first, int last)
set the time bin range to analyse
void resetData()
Reset pedestal data.
Int_t updateROC(const Int_t roc, const Int_t row, const Int_t pad, const Int_t timeBin, const Float_t signal) final
const CalPad & getNoise() const
void init()
initialize the clusterer from CalibPedestalParam
~CalibPedestal() override=default
default destructor
void dumpToFile(const std::string filename, uint32_t type=0) final
Dump the relevant data to file.
StatisticsType getStatisticsType() const
return all pad clibrations as vector
const CalPad & getPedestal() const
void setStatisticsType(StatisticsType statisticsType)
set the statistics type
const auto & getCalDets() const
void endEvent() final
Dummy end event.
std::vector< float > vectorType
Int_t updateCRU(const CRU &cru, const Int_t row, const Int_t pad, const Int_t timeBin, const Float_t signal) final
not used
void setADCRange(int minADC, int maxADC)
set the adc range
void analyse()
Analyse the buffered adc values and calculate noise and pedestal.
Base class for raw data calibrations.
GLint GLint GLsizei GLint GLenum GLenum type
StatisticsType
Statistics type.
PadSubset
Definition of the different pad subsets.
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...