![]() |
Project
|
TPC QC task for errors from GPU reconstruction. More...
#include <GPUErrorQA.h>
Public Member Functions | |
GPUErrorQA ()=default | |
Constructor. | |
void | processErrors (std::vector< std::array< uint32_t, 4 > > errors) |
process gpu error reported by the reconstruction workflow | |
void | initializeHistograms () |
Initialize all histograms. | |
void | resetHistograms () |
Reset all histograms. | |
const std::unordered_map< std::string, std::unique_ptr< TH1 > > & | getMapHist () const |
return histograms | |
void | dumpToFile (std::string filename) |
Dump results to a file. | |
TPC QC task for errors from GPU reconstruction.
This class is used to retrieve and visualize GPU errors according to corresponding error code and location.
origin: TPC
Definition at line 41 of file GPUErrorQA.h.
|
default |
Constructor.
void GPUErrorQA::dumpToFile | ( | std::string | filename | ) |
Dump results to a file.
Definition at line 71 of file GPUErrorQA.cxx.
|
inline |
return histograms
Definition at line 57 of file GPUErrorQA.h.
void GPUErrorQA::initializeHistograms | ( | ) |
Initialize all histograms.
Definition at line 27 of file GPUErrorQA.cxx.
void GPUErrorQA::processErrors | ( | std::vector< std::array< uint32_t, 4 > > | errors | ) |
process gpu error reported by the reconstruction workflow
Definition at line 62 of file GPUErrorQA.cxx.
void GPUErrorQA::resetHistograms | ( | ) |
Reset all histograms.
Definition at line 55 of file GPUErrorQA.cxx.