Belle II Software development
ROIDQMModule::ROIHistoAccumulateAndFill Struct Reference

struct: histograms to be filled once per event + filling fucntion + accumulate function More...

Public Attributes

TH1 * hPtr
 histogram pointer
 
std::function< void(const ROIid *, double &) > accumulate
 accumulate function
 
std::function< void(TH1 *, double &) > fill
 fill function
 
double value
 value used to fill
 

Detailed Description

struct: histograms to be filled once per event + filling fucntion + accumulate function

Definition at line 68 of file ROIDQMModule.h.

Member Data Documentation

◆ accumulate

std::function< void (const ROIid*, double&) > accumulate

accumulate function

Definition at line 70 of file ROIDQMModule.h.

◆ fill

std::function< void (TH1*, double&) > fill

fill function

Definition at line 71 of file ROIDQMModule.h.

◆ hPtr

TH1* hPtr

histogram pointer

Definition at line 69 of file ROIDQMModule.h.

◆ value

double value

value used to fill

Definition at line 72 of file ROIDQMModule.h.


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