ATLAS Offline Software
|
#include <dqm_core/AlgorithmConfig.h>
#include <dqm_algorithms/BinsDiffFromPreviousLBs.h>
#include <dqm_algorithms/tools/AlgorithmHelper.h>
#include <dqm_core/AlgorithmManager.h>
#include <TH1.h>
#include <TF1.h>
#include <TClass.h>
#include <cmath>
#include <algorithm>
#include <iostream>
Go to the source code of this file.
evaluates the number of consecutive bins with bin value different from set threshold. Also usable for single bins.
evaluates the number of consecutive bins with bin value different from set threshold. Also usable for single bins.
Definition in file BinsDiffFromPreviousLBs.cxx.