![]() |
ROOT
6.06/09
Reference Guide
|
#include <vector>#include <string>#include <cmath>#include <stdlib.h>#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"
Include dependency graph for TEfficiency.cxx:Go to the source code of this file.
Macros | |
| #define | ROOT_TEfficiency_cxx |
Functions | |
| const TEfficiency | operator+ (const TEfficiency &lhs, const TEfficiency &rhs) |
| Addition operator. More... | |
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: lhs.GetTotalHistogram() + rhs.GetTotalHistogram() lhs.GetPassedHistogram() + rhs.GetPassedHistogram()
the statistic option and the confidence level are taken from lhs
Definition at line 3623 of file TEfficiency.cxx.
| const Double_t kDefBetaAlpha = 1 |
Definition at line 35 of file TEfficiency.cxx.
| const Double_t kDefBetaBeta = 1 |
Definition at line 36 of file TEfficiency.cxx.
| const Double_t kDefConfLevel = 0.682689492137 |
Definition at line 37 of file TEfficiency.cxx.
| const TEfficiency::EStatOption kDefStatOpt = TEfficiency::kFCP |
Definition at line 38 of file TEfficiency.cxx.
Referenced by TEfficiency::Build(), and TEfficiency::TEfficiency().
| const Double_t kDefWeight = 1 |
Definition at line 39 of file TEfficiency.cxx.