ATLAS Offline Software
Chi2Test_2D.cxx File Reference
#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.

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.