From b14d7e9632bb1f1997c47b0ca1e28161b26a3b39 Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Thu, 24 Mar 2011 11:12:25 +0000 Subject: [PATCH] From Lorenzo: merge from roostats development branch and the 5.28 patches the fix 38597 which contains a new version of the histfactory. git-svn-id: http://root.cern.ch/svn/root/trunk@38603 27541ba8-7e3a-0410-8455-c3a389f83636 --- man/man1/hist2workspace.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/man/man1/hist2workspace.1 b/man/man1/hist2workspace.1 index bb4b0f8e2d7..a4cee2e7a56 100644 --- a/man/man1/hist2workspace.1 +++ b/man/man1/hist2workspace.1 @@ -18,10 +18,16 @@ .SH NAME hist2workspace \- utility to create RooFit/RooStats workspace from histograms .SH SYNOPSIS -.B hist2workspace input.xml +.B hist2workspace [option] input.xml .SH DESCRIPTION .B hist2workspace is a utility to create RooFit/RooStats workspace from histograms +.SH OPTIONS +.B -standard_form +default model, which creates an extended PDF that interpolates between RooHistFuncs. This is much faster for models with many bins and uses significantly less memory. +.br +.B -number_counting_form +this was the original model in 5.28 (without patches). It uses a Poisson for each bin of the histogram. This can become slow and memory intensive when there are many bins. .br .br .SH Prepare working area -- GitLab