#include <vector>
#include <string>
#include <cmath>
#include <cstdlib>
#include <cassert>
#include "Math/DistFuncMathCore.h"
#include "TBinomialEfficiencyFitter.h"
#include "TDirectory.h"
#include "TF1.h"
#include "TGraphAsymmErrors.h"
#include "TGraph2DAsymmErrors.h"
#include "TH1.h"
#include "TH2.h"
#include "TH3.h"
#include "TList.h"
#include "TMath.h"
#include "TROOT.h"
#include "TStyle.h"
#include "TVirtualPad.h"
#include "TError.h"
#include "Math/BrentMinimizer1D.h"
#include "Math/WrappedFunction.h"
#include "TEfficiency.h"
#include "TEfficiencyHelper.h"
Classes | |
struct | Beta_interval_length |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Macros | |
#define | ROOT_TEfficiency_cxx |
Functions | |
const TEfficiency | operator+ (const TEfficiency &lhs, const TEfficiency &rhs) |
Addition operator. | |
Variables | |
const Double_t | kDefBetaAlpha = 1 |
const Double_t | kDefBetaBeta = 1 |
const Double_t | kDefConfLevel = 0.682689492137 |
const TEfficiency::EStatOption | kDefStatOpt = TEfficiency::kFCP |
const Double_t | kDefWeight = 1 |
#define ROOT_TEfficiency_cxx |
Definition at line 2 of file TEfficiency.cxx.
const TEfficiency operator+ | ( | const TEfficiency & | lhs, |
const TEfficiency & | rhs ) |
Addition operator.
adds the corresponding histograms:
the statistic option and the confidence level are taken from lhs
Definition at line 3899 of file TEfficiency.cxx.
Definition at line 37 of file TEfficiency.cxx.
Definition at line 38 of file TEfficiency.cxx.
Definition at line 39 of file TEfficiency.cxx.
const TEfficiency::EStatOption kDefStatOpt = TEfficiency::kFCP |
Definition at line 40 of file TEfficiency.cxx.
Definition at line 41 of file TEfficiency.cxx.