Logo ROOT  
Reference Guide
HistoToWorkspaceFactoryFast.cxx File Reference
#include "RooGlobalFunc.h"
#include "RooDataSet.h"
#include "RooRealVar.h"
#include "RooConstVar.h"
#include "RooAddition.h"
#include "RooProduct.h"
#include "RooProdPdf.h"
#include "RooAddPdf.h"
#include "RooGaussian.h"
#include "RooPoisson.h"
#include "RooExponential.h"
#include "RooRandom.h"
#include "RooCategory.h"
#include "RooSimultaneous.h"
#include "RooMultiVarGaussian.h"
#include "RooNumIntConfig.h"
#include "RooMinuit.h"
#include "RooNLLVar.h"
#include "RooProfileLL.h"
#include "RooFitResult.h"
#include "RooDataHist.h"
#include "RooHistFunc.h"
#include "RooHistPdf.h"
#include "RooRealSumPdf.h"
#include "RooWorkspace.h"
#include "RooCustomizer.h"
#include "RooPlot.h"
#include "RooMsgService.h"
#include "RooStats/RooStatsUtils.h"
#include "RooStats/ModelConfig.h"
#include "RooStats/HistFactory/PiecewiseInterpolation.h"
#include "RooStats/HistFactory/ParamHistFunc.h"
#include "RooStats/AsymptoticCalculator.h"
#include "TH2F.h"
#include "TH3F.h"
#include "TFile.h"
#include "TCanvas.h"
#include "TH1.h"
#include "TLine.h"
#include "TTree.h"
#include "TMarker.h"
#include "TStopwatch.h"
#include "TROOT.h"
#include "TStyle.h"
#include "TVectorD.h"
#include "TMatrixDSym.h"
#include "RooStats/HistFactory/LinInterpVar.h"
#include "RooStats/HistFactory/FlexibleInterpVar.h"
#include "RooStats/HistFactory/HistoToWorkspaceFactoryFast.h"
#include "RooStats/HistFactory/Measurement.h"
#include "Helper.h"
#include <algorithm>
#include <utility>
Include dependency graph for HistoToWorkspaceFactoryFast.cxx:

Namespaces

namespace  RooStats
 Namespace for the RooStats classes.
 
namespace  RooStats::HistFactory
 

Macros

#define alpha_High   "5"
 
#define alpha_Low   "-5"
 
#define NoHistConst_High   "2000"
 
#define NoHistConst_Low   "0"
 
#define VERBOSE
 

Macro Definition Documentation

◆ alpha_High

#define alpha_High   "5"

Definition at line 83 of file HistoToWorkspaceFactoryFast.cxx.

◆ alpha_Low

#define alpha_Low   "-5"

Definition at line 82 of file HistoToWorkspaceFactoryFast.cxx.

◆ NoHistConst_High

#define NoHistConst_High   "2000"

Definition at line 85 of file HistoToWorkspaceFactoryFast.cxx.

◆ NoHistConst_Low

#define NoHistConst_Low   "0"

Definition at line 84 of file HistoToWorkspaceFactoryFast.cxx.

◆ VERBOSE

#define VERBOSE

Definition at line 80 of file HistoToWorkspaceFactoryFast.cxx.