#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 "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 "RooHelpers.h"
#include "RooBinning.h"
#include "RooBinWidthFunction.h"
#include "RooStats/RooStatsUtils.h"
#include "RooStats/ModelConfig.h"
#include "RooStats/HistFactory/PiecewiseInterpolation.h"
#include "RooStats/HistFactory/ParamHistFunc.h"
#include "RooStats/AsymptoticCalculator.h"
#include "HFMsgService.h"
#include "TH1.h"
#include "TTree.h"
#include "TStopwatch.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 <memory>
#include <utility>
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 |
#define alpha_High "5" |
Definition at line 81 of file HistoToWorkspaceFactoryFast.cxx.
#define alpha_Low "-5" |
Definition at line 80 of file HistoToWorkspaceFactoryFast.cxx.
#define NoHistConst_High "2000" |
Definition at line 83 of file HistoToWorkspaceFactoryFast.cxx.
#define NoHistConst_Low "0" |
Definition at line 82 of file HistoToWorkspaceFactoryFast.cxx.
#define VERBOSE |
Definition at line 78 of file HistoToWorkspaceFactoryFast.cxx.