QualityControl  1.5.1
O2 Data Quality Control Framework
runTracksRootFileReaderMFT.cxx File Reference

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>
Include dependency graph for runTracksRootFileReaderMFT.cxx:

Classes

class  TracksRootFileReaderMFT
 

Functions

WorkflowSpec defineDataProcessing (const ConfigContext &)
 

Detailed Description

This is an executable that reads tracks from a root file from disk and sends the data to QC via DPL.

Author
Guillermo Contreras
Tomas Herman

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