#include "RooGlobalFunc.h"
#include "RooRealVar.h"
#include "RooStats/SPlot.h"
#include "RooDataSet.h"
#include "RooGaussian.h"
#include "RooExponential.h"
#include "RooChebychev.h"
#include "RooAddPdf.h"
#include "RooProdPdf.h"
#include "RooAddition.h"
#include "RooProduct.h"
#include "TCanvas.h"
#include "RooAbsPdf.h"
#include "RooFit.h"
#include "RooFitResult.h"
#include "RooWorkspace.h"
#include "RooConstVar.h"
Go to the source code of this file.
Functions | |
void | AddModel (RooWorkspace *) |
void | AddData (RooWorkspace *) |
void | DoSPlot (RooWorkspace *) |
void | MakePlots (RooWorkspace *) |
void | rs301_splot () |
void AddData | ( | RooWorkspace * | ) |
void AddModel | ( | RooWorkspace * | ) |
void DoSPlot | ( | RooWorkspace * | ) |
Definition at line 199 of file rs301_splot.C.
References data, RooWorkspace::data(), RooFit::Extended(), RooStats::SPlot::GetSumOfEventSWeight(), RooStats::SPlot::GetSWeight(), RooRealVar::getVal(), RooStats::SPlot::GetYieldFromSWeight(), i, RooWorkspace::import(), RooMsgService::instance(), model, RooWorkspace::pdf(), RooFit::Rename(), RooAbsRealLValue::setConstant(), RooMsgService::setSilentMode(), and RooWorkspace::var().
Referenced by rs301_splot().
void MakePlots | ( | RooWorkspace * | ) |
void rs301_splot | ( | ) |
Definition at line 54 of file rs301_splot.C.
References AddData(), AddModel(), DoSPlot(), and MakePlots().