ATLAS Offline Software
|
#include <iostream>
#include <sstream>
#include <cmath>
#include "Directory.h"
#include "tagname.h"
#include "Resplot.h"
#include "TCanvas.h"
#include "TStyle.h"
#include "TMath.h"
#include "generate.h"
#include "rmsFrac.h"
Go to the source code of this file.
Functions | |
void | binwidth (TH1D *h) |
void | ZeroErrors (TH1D *h) |
void | unZeroErrors (TH1D *h) |
double | getWeights (TH1D *h) |
double | getWeights (TH2D *h) |
void | GetStats (TH1D *h, std::vector< double > &stats) |
std::string | number (const double &x) |
double | NCounter (TH1D *h) |
double | FindMean (TH1D *s, double frac=0.95) |
int | findmax (TH1D *s) |
Double_t | langaufun (Double_t *x_par, Double_t *par) |
Variables | |
int | nexperiments_ = 0 |
int | nexperiments_max = 40 |
int | nexperiments_min = 20 |
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
Definition in file Resplot.cxx.
void binwidth | ( | TH1D * | h | ) |
int findmax | ( | TH1D * | s | ) |
double FindMean | ( | TH1D * | s, |
double | frac = 0.95 |
||
) |
Definition at line 1309 of file Resplot.cxx.
void GetStats | ( | TH1D * | h, |
std::vector< double > & | stats | ||
) |
Definition at line 113 of file Resplot.cxx.
double getWeights | ( | TH1D * | h | ) |
double getWeights | ( | TH2D * | h | ) |
Definition at line 91 of file Resplot.cxx.
Double_t langaufun | ( | Double_t * | x_par, |
Double_t * | par | ||
) |
Definition at line 2018 of file Resplot.cxx.
double NCounter | ( | TH1D * | h | ) |
std::string number | ( | const double & | x | ) |
void unZeroErrors | ( | TH1D * | h | ) |
void ZeroErrors | ( | TH1D * | h | ) |
int nexperiments_ = 0 |
Definition at line 1681 of file Resplot.cxx.
int nexperiments_max = 40 |
Definition at line 1682 of file Resplot.cxx.
int nexperiments_min = 20 |
Definition at line 1683 of file Resplot.cxx.