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]
8
9
11 hist2workspace is a utility to create RooFit/RooStats workspace from
12 histograms
13
14
16 -h --help
17 show this help message and exit
18
19 -standard_form
20 default model, which creates an extended PDF that interpo‐
21 lates between RooHistFuncs
22
23 This is much faster for models with many bins and uses signifi‐
24 cantly less memory
25
26 -number_counting_form
27 This was the original model in 5.28 (without patches). It uses a
28 Poisson for each
29
30 bin of the histogram. This can become slow and memory intensive
31 when there are many bins.
32
33 hist2workspace(1)