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
6
7#include "RooWorkspace.h"
8
9namespace RooStats {
10namespace HistFactory {
11
12RooFit::OwningPtr<RooWorkspace> MakeModelAndMeasurementFast(RooStats::HistFactory::Measurement &measurement,
14
15}
16} // namespace RooStats
17
18
19#endif
RooFit::OwningPtr< RooWorkspace > MakeModelAndMeasurementFast(RooStats::HistFactory::Measurement &measurement, HistoToWorkspaceFactoryFast::Configuration const &cfg={})
Creates a statistical model and associated RooFit workspace(s) from a HistFactory measurement configu...
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
Namespace for the RooStats classes.
Definition CodegenImpl.h:66