QualityControl  1.5.1
O2 Data Quality Control Framework
o2::quality_control_modules::tof::CompressedDataDecoder Class Referencefinal

TOF Quality Control class for Decoding Compressed data for TOF Compressed data QC Task. More...

#include <TaskCompressedData.h>

Inheritance diagram for o2::quality_control_modules::tof::CompressedDataDecoder:
Collaboration diagram for o2::quality_control_modules::tof::CompressedDataDecoder:

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< TH2FmSlotPartMask
 Index in electronic.
 
std::shared_ptr< TH2FmDiagnostic
 Participating slot.
 
std::shared_ptr< TH1F > mNErrors
 Diagnostic words.
 
std::shared_ptr< TH1F > mErrorBits
 Number of errors.
 
std::shared_ptr< TH2FmError
 Bits of errors.
 
std::shared_ptr< TH1F > mNTests
 Errors in slot and TDC.
 
std::shared_ptr< TH2FmTest
 Number of tests.
 
std::shared_ptr< TH2FmOrbitID
 Tests in slot and TDC.
 

Detailed Description

TOF Quality Control class for Decoding Compressed data for TOF Compressed data QC Task.

Author
Nicolo' Jacazio

Member Function Documentation

void o2::quality_control_modules::tof::CompressedDataDecoder::initHistograms ( )

Number of times a RDH is read.

Function to init histograms


The documentation for this class was generated from the following files: