|
QualityControl
1.5.1
O2 Data Quality Control Framework
|
TOF Quality Control class for Decoding Compressed data for TOF Compressed data QC Task. More...
#include <TaskCompressedData.h>
Public Member Functions | |
| CompressedDataDecoder ()=default | |
| Constructor. | |
| ~CompressedDataDecoder ()=default | |
| Destructor. | |
| void | decode () |
| Function to run decoding. | |
| void | initHistograms () |
| Number of times a RDH is read. More... | |
| void | resetHistograms () |
| Function to reset histograms. | |
Public Attributes | |
| std::map< std::string, std::shared_ptr< TH1 > > | mHistos |
| Histograms to fill. | |
| Int_t | rdhread = 0 |
| std::shared_ptr< TH1F > | mHits |
| std::shared_ptr< TH1F > | mTime |
| Number of TOF hits. | |
| std::shared_ptr< TH1F > | mTimeBC |
| Time. | |
| std::shared_ptr< TH1F > | mTOT |
| Time in Bunch Crossing. | |
| std::shared_ptr< TH1F > | mIndexE |
| Time-Over-Threshold. | |
| std::shared_ptr< TH2F > | mSlotPartMask |
| Index in electronic. | |
| std::shared_ptr< TH2F > | mDiagnostic |
| Participating slot. | |
| std::shared_ptr< TH1F > | mNErrors |
| Diagnostic words. | |
| std::shared_ptr< TH1F > | mErrorBits |
| Number of errors. | |
| std::shared_ptr< TH2F > | mError |
| Bits of errors. | |
| std::shared_ptr< TH1F > | mNTests |
| Errors in slot and TDC. | |
| std::shared_ptr< TH2F > | mTest |
| Number of tests. | |
| std::shared_ptr< TH2F > | mOrbitID |
| Tests in slot and TDC. | |
TOF Quality Control class for Decoding Compressed data for TOF Compressed data QC Task.
| void o2::quality_control_modules::tof::CompressedDataDecoder::initHistograms | ( | ) |
Number of times a RDH is read.
Function to init histograms