Belle II Software development
|
struct: histograms to be filled once per event + filling function + 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 | |
struct: histograms to be filled once per event + filling function + accumulate function
Definition at line 80 of file SVDROIDQMModule.h.
std::function< void (const ROIid*, double&) > accumulate |
accumulate function
Definition at line 82 of file SVDROIDQMModule.h.
std::function< void (TH1*, double&) > fill |
fill function
Definition at line 83 of file SVDROIDQMModule.h.
TH1* hPtr |
histogram pointer
Definition at line 81 of file SVDROIDQMModule.h.
double value |
value used to fill
Definition at line 84 of file SVDROIDQMModule.h.