ATLAS Offline Software
Loading...
Searching...
No Matches
Chi2Test_2D.cxx File Reference

does Chi2Test on a 2D histogram, and also returns the positions of the highest outlying bins; returns dqm_core::Result result is based on the number of outlying bins above NSigma, not on the chisq/ndf value More...

#include <dqm_core/AlgorithmConfig.h>
#include <dqm_algorithms/Chi2Test_2D.h>
#include <dqm_algorithms/tools/AlgorithmHelper.h>
#include <TH1.h>
#include <TF1.h>
#include <TH2.h>
#include <TF2.h>
#include <TClass.h>
#include <TGraph.h>
#include <TGraphErrors.h>
#include <ers/ers.h>
#include <vector>
#include <cctype>
#include <map>
#include <cmath>
#include <dqm_core/AlgorithmManager.h>

Go to the source code of this file.

Variables

static dqm_algorithms::Chi2Test_2D myInstance

Detailed Description

does Chi2Test on a 2D histogram, and also returns the positions of the highest outlying bins; returns dqm_core::Result result is based on the number of outlying bins above NSigma, not on the chisq/ndf value

Author
Ian Moult

Definition in file Chi2Test_2D.cxx.

Variable Documentation

◆ myInstance

dqm_algorithms::Chi2Test_2D myInstance
static

Definition at line 27 of file Chi2Test_2D.cxx.