QualityControl  1.5.1
O2 Data Quality Control Framework
o2::quality_control::postprocessing::Reductor Class Referenceabstract

An interface for storing data derived from QC objects into a TTree. More...

#include <Reductor.h>

Inheritance diagram for o2::quality_control::postprocessing::Reductor:
Collaboration diagram for o2::quality_control::postprocessing::Reductor:

Public Member Functions

 Reductor ()=default
 Constructor.
 
virtual ~Reductor ()=default
 Destructor.
 
virtual void * getBranchAddress ()=0
 Branch address getter. More...
 
virtual const char * getBranchLeafList ()=0
 Branch leaf list getter. More...
 
virtual void update (TObject *obj)=0
 Fill the data structure with new data. More...
 

Detailed Description

An interface for storing data derived from QC objects into a TTree.

Member Function Documentation


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