Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
MakeModelAndMeasurementsFast.h
Go to the documentation of this file.
1
2#ifndef HISTFACTORY_MAKEMODELANDMEASUREMENTSFAST_H
3#define HISTFACTORY_MAKEMODELANDMEASUREMENTSFAST_H
4
5#include <string>
6#include <vector>
7
11
12#include "RooWorkspace.h"
13#include "RooPlot.h"
14
15class TFile;
16
17namespace RooStats{
18 namespace HistFactory{
19
23 );
24
25 void FormatFrameForLikelihood(RooPlot* frame, std::string xTitle=std::string("#sigma / #sigma_{SM}"), std::string yTitle=std::string("-log likelihood"));
26 void FitModel(RooWorkspace *, std::string data_name="obsData");
27 void FitModelAndPlot(const std::string& measurementName, const std::string& fileNamePrefix, RooWorkspace *, std::string, std::string, TFile*, FILE*);
28 }
29}
30
31
32#endif
A RooPlot is a plot frame and a container for graphics objects within that frame.
Definition RooPlot.h:43
The RooStats::HistFactory::Measurement class can be used to construct a model by combining multiple R...
Definition Measurement.h:31
The RooWorkspace is a persistable container for RooFit projects.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format.
Definition TFile.h:51
void FitModel(RooWorkspace *, std::string data_name="obsData")
void FormatFrameForLikelihood(RooPlot *frame, std::string xTitle=std::string("#sigma / #sigma_{SM}"), std::string yTitle=std::string("-log likelihood"))
void FitModelAndPlot(const std::string &measurementName, const std::string &fileNamePrefix, RooWorkspace *, std::string, std::string, TFile *, FILE *)
RooWorkspace * MakeModelAndMeasurementFast(RooStats::HistFactory::Measurement &measurement, HistoToWorkspaceFactoryFast::Configuration const &cfg={})
Namespace for the RooStats classes.
Definition Asimov.h:19