Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TEfficiency.cxx File Reference
#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"

Macros

#define ROOT_TEfficiency_cxx

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

Macro Definition Documentation

◆ ROOT_TEfficiency_cxx

#define ROOT_TEfficiency_cxx

Definition at line 2 of file TEfficiency.cxx.

Variable Documentation

◆ kDefBetaAlpha

const Double_t kDefBetaAlpha = 1

Definition at line 37 of file TEfficiency.cxx.

◆ kDefBetaBeta

const Double_t kDefBetaBeta = 1

Definition at line 38 of file TEfficiency.cxx.

◆ kDefConfLevel

const Double_t kDefConfLevel = 0.682689492137

Definition at line 39 of file TEfficiency.cxx.

◆ kDefStatOpt

Definition at line 40 of file TEfficiency.cxx.

◆ kDefWeight

const Double_t kDefWeight = 1

Definition at line 41 of file TEfficiency.cxx.