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 <ROOT/RConfig.hxx> // for the R__DEPRECATED macro
12
13#include <iostream>
14#include <string>
15#include <vector>
16
17class TFile;
18
19namespace RooStats{
20 namespace HistFactory{
21
25 );
26
27 void FormatFrameForLikelihood(RooPlot* frame, std::string xTitle=std::string("#sigma / #sigma_{SM}"), std::string yTitle=std::string("-log likelihood"))
28#ifndef ROOFIT_BUILDS_ITSELF
29 R__DEPRECATED(6,36, "Please write your own plotting code inspired by the hf001 tutorial.")
30#endif
31 ;
32 void FitModel(RooWorkspace *, std::string data_name="obsData")
33 R__DEPRECATED(6,36, "Please write your own plotting code inspired by the hf001 tutorial.");
34 void FitModelAndPlot(const std::string& measurementName, const std::string& fileNamePrefix, RooWorkspace &, std::string, std::string, TFile&, std::ostream&)
35#ifndef ROOFIT_BUILDS_ITSELF
36 R__DEPRECATED(6,36, "Please write your own plotting code inspired by the hf001 tutorial.")
37#endif
38 ;
39 }
40}
41
42
43#endif
#define R__DEPRECATED(MAJOR, MINOR, REASON)
Definition RConfig.hxx:512
Plot frame and a container for graphics objects within that frame.
Definition RooPlot.h:45
The RooStats::HistFactory::Measurement class can be used to construct a model by combining multiple R...
Definition Measurement.h:33
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 FormatFrameForLikelihood(RooPlot *frame, std::string xTitle=std::string("#sigma / #sigma_{SM}"), std::string yTitle=std::string("-log likelihood")) R__DEPRECATED(6
void FitModelAndPlot(const std::string &measurementName, const std::string &fileNamePrefix, RooWorkspace &, std::string, std::string, TFile &, std::ostream &) R__DEPRECATED(6
RooFit::OwningPtr< RooWorkspace > MakeModelAndMeasurementFast(RooStats::HistFactory::Measurement &measurement, HistoToWorkspaceFactoryFast::Configuration const &cfg={})
void Please write your own plotting code inspired by the hf001 tutorial
void FitModel(RooWorkspace *, std::string data_name="obsData") R__DEPRECATED(6
Namespace for the RooStats classes.
Definition Asimov.h:19