1#ifndef HISTFACTORY_MAKEMODELANDMEASUREMENTSFAST_H
2#define HISTFACTORY_MAKEMODELANDMEASUREMENTSFAST_H
25 void FormatFrameForLikelihood(
RooPlot* frame, std::string xTitle=std::string(
"#sigma / #sigma_{SM}"), std::string yTitle=std::string(
"-log likelihood"));
27 void FitModelAndPlot(
const std::string& measurementName,
const std::string& fileNamePrefix,
RooWorkspace &, std::string, std::string,
TFile&, std::ostream&);
Plot frame and a container for graphics objects within that frame.
The RooStats::HistFactory::Measurement class can be used to construct a model by combining multiple R...
Persistable container for RooFit projects.
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
T * OwningPtr
An alias for raw pointers for indicating that the return type of a RooFit function is an owning point...
void FitModelAndPlot(const std::string &measurementName, const std::string &fileNamePrefix, RooWorkspace &, std::string, std::string, TFile &, std::ostream &)
RooFit::OwningPtr< RooWorkspace > MakeModelAndMeasurementFast(RooStats::HistFactory::Measurement &measurement, HistoToWorkspaceFactoryFast::Configuration const &cfg={})
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"))
Namespace for the RooStats classes.