ATLAS Offline Software
rmsFrac.h
Go to the documentation of this file.
1 /* emacs: this is -*- c++ -*- */
12 #ifndef RMSFRAC_H
13 #define RMSFRAC_H
14 
15 #include "TH1D.h"
16 #include "TF1.h"
17 
18 namespace generate {
19 
20 double findMean(TH1D* s, double frac);
21 
22 double rmsFrac(TH1D* s, double frac, double mean);
23 double rmsFrac(TH1D* s, double frac);
24 
27 double rms95(TH1D* s, double mean);
28 double rms95(TH1D* s);
29 
30 
31 double GetEntries(TH1D* h, int ilow, int ihi);
32 double GetEntries(TH1D* h);
33 
34 }
35 
36 #endif
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
mean
void mean(std::vector< double > &bins, std::vector< double > &values, const std::vector< std::string > &files, const std::string &histname, const std::string &tplotname, const std::string &label="")
Definition: dependence.cxx:254
TH1D
Definition: rootspy.cxx:342
generate::frac
const double frac
Definition: generate.cxx:295
generate::rms95
double rms95(TH1D *s, double mean)
get the fraction of the rms95 value with respect to the rms95 value of a gaussian
Definition: rmsFrac.cxx:285
generate
Definition: generate.cxx:28
h
generate::GetEntries
double GetEntries(TH1D *h, int ilow, int ihi)
Definition: rmsFrac.cxx:20
generate::rmsFrac
double rmsFrac(TH1D *s, double frac, double mean)
Definition: rmsFrac.cxx:193
generate::findMean
double findMean(TH1D *s, double frac=0.95)
Definition: rmsFrac.cxx:84