![]() |
Belle II Software release-09-00-03
|
Struct for refence histogram info. More...

Public Attributes | |
| std::string | orghist_name |
| online histogram name | |
| std::string | refhist_name |
| reference histogram name | |
| TCanvas * | canvas {nullptr} |
| related canvas name name | |
| TH1 * | ref_org {nullptr} |
| pointer to the org reference histogram | |
| TH1 * | ref_clone {nullptr} |
| pointer to the cloned/scaled reference histogram | |
Struct for refence histogram info.
Definition at line 72 of file DQMHistReferenceModule.h.
| TCanvas* canvas {nullptr} |
related canvas name name
Definition at line 78 of file DQMHistReferenceModule.h.
| std::string orghist_name |
online histogram name
Definition at line 74 of file DQMHistReferenceModule.h.
| TH1* ref_clone {nullptr} |
pointer to the cloned/scaled reference histogram
Definition at line 82 of file DQMHistReferenceModule.h.
| TH1* ref_org {nullptr} |
pointer to the org reference histogram
Definition at line 80 of file DQMHistReferenceModule.h.
| std::string refhist_name |
reference histogram name
Definition at line 76 of file DQMHistReferenceModule.h.