| QualityControl
    1.5.1
    O2 Data Quality Control Framework | 
A Reductor which obtains the most popular characteristics of TH2. More...
#include <DigitOccupancyReductor.h>
| 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. | |
A Reductor which obtains the most popular characteristics of TH2.
A Reductor which obtains the most popular characteristics of TH2. It produces a branch in the format: "sumw/D:sumw2:sumwx:sumwx2:sumwy:sumwy2:sumwxy:entries"
| 
 | overridevirtual | 
Branch address getter.
Implements o2::quality_control::postprocessing::Reductor.
| 
 | overridevirtual | 
Branch leaf list getter.
Implements o2::quality_control::postprocessing::Reductor.
| 
 | overridevirtual | 
Fill the data structure with new data.
| An | object to be reduced | 
Implements o2::quality_control::postprocessing::Reductor.