Belle II Software development
SVDROIDQMModule::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 80 of file SVDROIDQMModule.h.

Member Data Documentation

◆ accumulate

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

accumulate function

Definition at line 82 of file SVDROIDQMModule.h.

◆ fill

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

fill function

Definition at line 83 of file SVDROIDQMModule.h.

◆ hPtr

TH1* hPtr

histogram pointer

Definition at line 81 of file SVDROIDQMModule.h.

◆ value

double value

value used to fill

Definition at line 84 of file SVDROIDQMModule.h.


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