Belle II Software development
DQMHistComparitorModule::CMPNODE Struct Reference

The struct for reference histogram comparison. More...

Public Attributes

bool epicsflag
 Whether to use EPICS.
 
TString histo1
 The name of the histogram to be compared.
 
TString histo2
 The name of the reference histogram.
 
TCanvas * canvas
 The canvas to display both original and reference histograms.
 
float warning
 The warning level for the histogram difference.
 
float error
 The error level for the histogram difference.
 
int min_entries
 The minimum entries for histogram comparison.
 

Detailed Description

The struct for reference histogram comparison.

Definition at line 41 of file DQMHistComparitor.h.

Member Data Documentation

◆ canvas

TCanvas* canvas

The canvas to display both original and reference histograms.

Definition at line 52 of file DQMHistComparitor.h.

◆ epicsflag

bool epicsflag

Whether to use EPICS.

Definition at line 46 of file DQMHistComparitor.h.

◆ error

float error

The error level for the histogram difference.

Definition at line 56 of file DQMHistComparitor.h.

◆ histo1

TString histo1

The name of the histogram to be compared.

Definition at line 48 of file DQMHistComparitor.h.

◆ histo2

TString histo2

The name of the reference histogram.

Definition at line 50 of file DQMHistComparitor.h.

◆ min_entries

int min_entries

The minimum entries for histogram comparison.

Definition at line 58 of file DQMHistComparitor.h.

◆ warning

float warning

The warning level for the histogram difference.

Definition at line 54 of file DQMHistComparitor.h.


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