![]() |
Belle II Software release-09-00-03
|
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 | |
struct: histograms to be filled once per event + filling fucntion + accumulate function
Definition at line 83 of file SVDROIDQMModule.h.
| std::function< void (const ROIid*, double&) > accumulate |
accumulate function
Definition at line 85 of file SVDROIDQMModule.h.
| std::function< void (TH1*, double&) > fill |
fill function
Definition at line 86 of file SVDROIDQMModule.h.
| TH1* hPtr |
histogram pointer
Definition at line 84 of file SVDROIDQMModule.h.
| double value |
value used to fill
Definition at line 87 of file SVDROIDQMModule.h.