2#ifndef HISTFACTORY_MAKEMODELANDMEASUREMENTSFAST_H
3#define HISTFACTORY_MAKEMODELANDMEASUREMENTSFAST_H
27 void FormatFrameForLikelihood(
RooPlot* frame, std::string xTitle=std::string(
"#sigma / #sigma_{SM}"), std::string yTitle=std::string(
"-log likelihood"));
A RooPlot is a plot frame and a container for graphics objects within that frame.
This class encapsulates all information for the statistical interpretation of one experiment.
The RooStats::HistFactory::Measurement class can be used to construct a model by combining multiple R...
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.
std::vector< RooStats::HistFactory::EstimateSummary > GetChannelEstimateSummaries(RooStats::HistFactory::Measurement &measurement, RooStats::HistFactory::Channel &channel)
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)
Namespace for the RooStats classes.