Belle II Software release-09-00-00
DQMHistReferenceModule::REFNODE Struct Reference

Struct for refence histogram info. More...

Collaboration diagram for DQMHistReferenceModule::REFNODE:

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
 

Detailed Description

Struct for refence histogram info.

Definition at line 72 of file DQMHistReferenceModule.h.

Member Data Documentation

◆ canvas

TCanvas* canvas {nullptr}

related canvas name name

Definition at line 78 of file DQMHistReferenceModule.h.

◆ orghist_name

std::string orghist_name

online histogram name

Definition at line 74 of file DQMHistReferenceModule.h.

◆ ref_clone

TH1* ref_clone {nullptr}

pointer to the cloned/scaled reference histogram

Definition at line 82 of file DQMHistReferenceModule.h.

◆ ref_org

TH1* ref_org {nullptr}

pointer to the org reference histogram

Definition at line 80 of file DQMHistReferenceModule.h.

◆ refhist_name

std::string refhist_name

reference histogram name

Definition at line 76 of file DQMHistReferenceModule.h.


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