Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
MakeModelAndMeasurementsFast.h
Go to the documentation of this file.
1#ifndef HISTFACTORY_MAKEMODELANDMEASUREMENTSFAST_H
2#define HISTFACTORY_MAKEMODELANDMEASUREMENTSFAST_H
3
7
8#include "RooWorkspace.h"
9#include "RooPlot.h"
10
11#include <iostream>
12#include <string>
13#include <vector>
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&, std::ostream&);
28 }
29}
30
31
32#endif
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
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...
Definition TFile.h:53
T * OwningPtr
An alias for raw pointers for indicating that the return type of a RooFit function is an owning point...
Definition Config.h:35
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.
Definition Asimov.h:19