1hist2workspace(1) General Commands Manual hist2workspace(1)
2
3
4
6 usage: hist2workspace [-h] [-standard_form STANDARD_FORM]
7 [-number_counting_form NUMBER_COUNTING_FORM] [-v]
8 [-vv]
9
10
12 hist2workspace is a utility to create RooFit/RooStats workspace from
13 histograms
14
15
17 -h --help
18 show this help message and exit
19
20 -standard_form
21 default model, which creates an extended PDF that interpo‐
22 lates between RooHistFuncs
23
24 This is much faster for models with many bins and uses signifi‐
25 cantly less memory
26
27 -number_counting_form
28 This was the original model in 5.28 (without patches). It uses a
29 Poisson for each
30
31 bin of the histogram. This can become slow and memory intensive
32 when there are many bins.
33
34 -v Switch HistFactory message stream to INFO level.
35
36 -vv Switch HistFactory message stream to DEBUG level.
37
38
39
40 hist2workspace(1)