ROOT
6.06/09
Reference Guide
|
#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>
Go to the source code of this file.
Macros | |
#define | VERBOSE |
#define | alpha_Low "-5" |
#define | alpha_High "5" |
#define | NoHistConst_Low "0" |
#define | NoHistConst_High "2000" |
Functions | |
ClassImp (RooStats::HistFactory::HistoToWorkspaceFactoryFast) namespace RooStats | |
#define alpha_High "5" |
Definition at line 86 of file HistoToWorkspaceFactoryFast.cxx.
Referenced by ClassImp().
#define alpha_Low "-5" |
Definition at line 85 of file HistoToWorkspaceFactoryFast.cxx.
Referenced by ClassImp().
#define NoHistConst_High "2000" |
Definition at line 88 of file HistoToWorkspaceFactoryFast.cxx.
#define NoHistConst_Low "0" |
Definition at line 87 of file HistoToWorkspaceFactoryFast.cxx.
#define VERBOSE |
Definition at line 83 of file HistoToWorkspaceFactoryFast.cxx.
ClassImp | ( | RooStats::HistFactory::HistoToWorkspaceFactoryFast | ) |
Definition at line 95 of file HistoToWorkspaceFactoryFast.cxx.