QualityControl  1.5.1
O2 Data Quality Control Framework
MyReductor Class Reference
Inheritance diagram for MyReductor:
Collaboration diagram for MyReductor:

Public Member Functions

void * getBranchAddress () override
 Branch address getter. More...
 
const char * getBranchLeafList () override
 Branch leaf list getter. More...
 
void update (TObject *obj) override
 Fill the data structure with new data. More...
 
- Public Member Functions inherited from o2::quality_control::postprocessing::Reductor
 Reductor ()=default
 Constructor.
 
virtual ~Reductor ()=default
 Destructor.
 

Member Function Documentation

void* MyReductor::getBranchAddress ( )
inlineoverridevirtual

Branch address getter.

Returns
A pointer to a structure/variable which will be used to fill a TTree. It must not change later!

Implements o2::quality_control::postprocessing::Reductor.

const char* MyReductor::getBranchLeafList ( )
inlineoverridevirtual

Branch leaf list getter.

Returns
A C string with a description of a branch format, formatted accordingly to the TTree interface

Implements o2::quality_control::postprocessing::Reductor.

void MyReductor::update ( TObject obj)
inlineoverridevirtual

Fill the data structure with new data.

Parameters
Anobject to be reduced

Implements o2::quality_control::postprocessing::Reductor.


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