![]() |
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 71 of file ROIDQMModule.h.
| std::function< void (const ROIid*, double&) > accumulate |
accumulate function
Definition at line 73 of file ROIDQMModule.h.
| std::function< void (TH1*, double&) > fill |
fill function
Definition at line 74 of file ROIDQMModule.h.
| TH1* hPtr |
histogram pointer
Definition at line 72 of file ROIDQMModule.h.
| double value |
value used to fill
Definition at line 75 of file ROIDQMModule.h.