|
QualityControl
1.5.1
O2 Data Quality Control Framework
|
This is an executable that reads digits from a root file from disk and sends the data to QC via DPL. More...
#include <vector>#include <TFile.h>#include <TTree.h>#include <Framework/CallbackService.h>#include <Framework/ControlService.h>#include <Framework/runDataProcessing.h>#include <Framework/Task.h>#include <DataFormatsITSMFT/Digit.h>#include <DataFormatsITSMFT/ROFRecord.h>Classes | |
| class | DigitsRootFileReaderMFT |
Functions | |
| WorkflowSpec | defineDataProcessing (const ConfigContext &) |
This is an executable that reads digits from a root file from disk and sends the data to QC via DPL.
This is an executable that reads digits from a root file from disk and sends the data to QC via the Data Processing Layer. The idea is based in a similar reader by Andrea Ferrero and the DigitReaderSpec definition in MFT