ROOT 6.18/05 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 "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 "RooHistPdf.h"
#include "RooWorkspace.h"
#include "RooCustomizer.h"
#include "RooPlot.h"
#include "RooMsgService.h"
#include "RooStats/RooStatsUtils.h"
#include "RooStats/ModelConfig.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/HistoToWorkspaceFactory.h"
#include "Helper.h"
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 74 of file HistoToWorkspaceFactory.cxx.
#define alpha_Low "-5" |
Definition at line 73 of file HistoToWorkspaceFactory.cxx.
#define NoHistConst_High "2000" |
Definition at line 76 of file HistoToWorkspaceFactory.cxx.
#define NoHistConst_Low "0" |
Definition at line 75 of file HistoToWorkspaceFactory.cxx.
#define VERBOSE |
Definition at line 71 of file HistoToWorkspaceFactory.cxx.