Belle II Software development
DQMHistComparitorModule::CMPNODE Struct Reference

The struct for reference histogram comparison. More...

Public Attributes

std::string pvfit
 The name of the fit result PV, empty if none.
 
std::string pvstatus
 The name of the status PV, empty if none.
 
bool deltaflag
 Whether to use delta.
 
bool colorflag
 Whether to Colorize.
 
std::string histName
 The name of the histogram to be compared.
 
std::string refName
 The name of the reference histogram.
 
TCanvas * canvas
 The canvas to display both original and reference histograms.
 
int algo
 The algo to use: 0=Chi2Test (default), 1=KolmogorovTest (2.
 
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 29 of file DQMHistComparitor.h.

Member Data Documentation

◆ algo

int algo

The algo to use: 0=Chi2Test (default), 1=KolmogorovTest (2.

. not used yet)

Definition at line 45 of file DQMHistComparitor.h.

◆ canvas

TCanvas* canvas

The canvas to display both original and reference histograms.

Definition at line 43 of file DQMHistComparitor.h.

◆ colorflag

bool colorflag

Whether to Colorize.

Definition at line 37 of file DQMHistComparitor.h.

◆ deltaflag

bool deltaflag

Whether to use delta.

Definition at line 35 of file DQMHistComparitor.h.

◆ error

float error

The error level for the histogram difference.

Definition at line 49 of file DQMHistComparitor.h.

◆ histName

std::string histName

The name of the histogram to be compared.

Definition at line 39 of file DQMHistComparitor.h.

◆ min_entries

int min_entries

The minimum entries for histogram comparison.

Definition at line 51 of file DQMHistComparitor.h.

◆ pvfit

std::string pvfit

The name of the fit result PV, empty if none.

Definition at line 31 of file DQMHistComparitor.h.

◆ pvstatus

std::string pvstatus

The name of the status PV, empty if none.

Definition at line 33 of file DQMHistComparitor.h.

◆ refName

std::string refName

The name of the reference histogram.

Definition at line 41 of file DQMHistComparitor.h.

◆ warning

float warning

The warning level for the histogram difference.

Definition at line 47 of file DQMHistComparitor.h.


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