ATLAS Offline Software
|
#include "DataQualityUtils/MonitoringFile.h"
#include <vector>
#include <TGraph.h>
#include <TGraphErrors.h>
#include <TGraphAsymmErrors.h>
#include <TCanvas.h>
#include <TF1.h>
#include <TFile.h>
#include <TH1.h>
#include <TH2.h>
#include <TKey.h>
#include <TProfile.h>
#include <TMath.h>
#include <TString.h>
Go to the source code of this file.
Namespaces | |
dqutils | |
Functions | |
void | dqutils::plotResolution (const TString &coordinate, const TString &versus) |
void | dqutils::plotEfficiency () |
double | dqutils::error_func (float x, const Double_t *par) |
double | dqutils::scaleFactorFitFcn (double *x, double *par) |
std::vector< float > | dqutils::stableGaussianFit (TH1 *histo) |