17#ifndef AliceO2_TPC_QC_GPUERRORQA_H
18#define AliceO2_TPC_QC_GPUERRORQA_H
23#include <unordered_map>
48 void processErrors(std::vector<std::array<uint32_t, 4>> errors);
57 const std::unordered_map<std::string, std::unique_ptr<TH1>>&
getMapHist()
const {
return mMapHist; }
63 std::unordered_map<std::string, std::unique_ptr<TH1>> mMapHist;
TPC QC task for errors from GPU reconstruction.
const std::unordered_map< std::string, std::unique_ptr< TH1 > > & getMapHist() const
return histograms
void processErrors(std::vector< std::array< uint32_t, 4 > > errors)
process gpu error reported by the reconstruction workflow
void dumpToFile(std::string filename)
Dump results to a file.
void initializeHistograms()
Initialize all histograms.
GPUErrorQA()=default
Constructor.
void resetHistograms()
Reset all histograms.