#include <vector>
#include <string>
#include <cmath>
#include <stdlib.h>
#include <cassert>
#include "Math/DistFuncMathCore.h"
#include "TBinomialEfficiencyFitter.h"
#include "TDirectory.h"
#include "TF1.h"
#include "TGraphAsymmErrors.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 |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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 3707 of file TEfficiency.cxx.
const Double_t kDefBetaAlpha = 1 |
Definition at line 36 of file TEfficiency.cxx.
const Double_t kDefBetaBeta = 1 |
Definition at line 37 of file TEfficiency.cxx.
const Double_t kDefConfLevel = 0.682689492137 |
Definition at line 38 of file TEfficiency.cxx.
const TEfficiency::EStatOption kDefStatOpt = TEfficiency::kFCP |
Definition at line 39 of file TEfficiency.cxx.
const Double_t kDefWeight = 1 |
Definition at line 40 of file TEfficiency.cxx.