Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
hist2workspace.cxx File Reference
#include <string>
#include <exception>
#include <vector>
#include <TROOT.h>
#include "RooStats/HistFactory/ConfigParser.h"
#include "RooStats/HistFactory/MakeModelAndMeasurementsFast.h"
#include "HFMsgService.h"
Include dependency graph for hist2workspace.cxx:

Namespaces

namespace  RooStats
 Namespace for the RooStats classes.
 
namespace  RooStats::HistFactory
 

Functions

void RooStats::HistFactory::fastDriver (std::string const &input, HistoToWorkspaceFactoryFast::Configuration const &cfg)
 
int main (int argc, char **argv)
 main function of the hist2workspace executable.
 

Variables

static constexpr const char kCommandLineOptionsHelp []
 

Variable Documentation

◆ kCommandLineOptionsHelp

constexpr const char kCommandLineOptionsHelp[]
staticconstexpr
Initial value:
= R"RAW(
usage: hist2workspace [-h] [-v] [-vv] [-disable_binned_fit_optimization]
hist2workspace is a utility to create RooFit/RooStats workspace from histograms
OPTIONS:
-h, --help show this help message and exit
-v switch HistFactory message stream to INFO level
-vv switch HistFactory message stream to DEBUG level
-disable_binned_fit_optimization disable the binned fit optimization used in HistFactory since ROOT 6.28
)RAW"

Definition at line 52 of file hist2workspace.cxx.