|
QualityControl
1.5.1
O2 Data Quality Control Framework
|
This is an executable that reads tracks 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 <DataFormatsMFT/TrackMFT.h>#include <DataFormatsITSMFT/ROFRecord.h>#include <MFTTracking/TrackCA.h>Classes | |
| class | TracksRootFileReaderMFT |
Functions | |
| WorkflowSpec | defineDataProcessing (const ConfigContext &) |
This is an executable that reads tracks from a root file from disk and sends the data to QC via DPL.
This is an executable that reads tracks 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