ATLAS Offline Software
|
#include <dqm_algorithms/L1Calo_OutlierAndFlatnessTest.h>
#include <dqm_algorithms/tools/AlgorithmHelper.h>
#include <dqm_core/AlgorithmManager.h>
#include "dqm_core/exceptions.h"
#include <dqm_core/AlgorithmConfig.h>
#include <dqm_core/Result.h>
#include <TH1.h>
#include <TF1.h>
#include <TClass.h>
#include <cmath>
Go to the source code of this file.
checks and removes outliers from TH1-Histos and tests the remaining distribution for flatness. Returns dqm_core::Result
Definition in file L1Calo_OutlierAndFlatnessTest.cxx.