Skip to content

Commit 34ccefb

Browse files
author
Anthony Wood
committed
added example config.toml
1 parent 8238ee1 commit 34ccefb

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

config.toml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# flux_uncertainties configuration file
2+
3+
output_file_name = "out_450.37_7991.98_79512.66_QEL11.root"
4+
5+
sources = "~/path/to/directory/containing/input/histograms"
6+
7+
# Specify bin edges for the output histograms.
8+
# If no edges are specified, the output histograms will use the same binning
9+
# as the inputs.
10+
bin_edges = [
11+
0.0,
12+
0.2,
13+
0.4,
14+
0.6,
15+
0.8,
16+
1.0,
17+
1.5,
18+
2.0,
19+
2.5,
20+
3.0,
21+
3.5,
22+
4.0,
23+
6.0,
24+
8.0,
25+
12.0,
26+
20.0
27+
]
28+
29+
[PPFX]
30+
# enable/disable specific PPFX reweight categories from
31+
# appearing in the fractional uncertainty directory
32+
# true = included, false = excluded
33+
[PPFX.enabled]
34+
attenuation = true
35+
mesinc = true
36+
mesinc_parent_K0 = true
37+
mesinc_parent_Km = true
38+
mesinc_parent_Kp = true
39+
mesinc_parent_pim = true
40+
mesinc_parent_pip = true
41+
mesinc_daughter_K0 = true
42+
mesinc_daughter_Km = true
43+
mesinc_daughter_Kp = true
44+
mesinc_daughter_pim = true
45+
mesinc_daughter_pip = true
46+
mippnumi = false
47+
nua = true
48+
pCfwd = false
49+
pCk = true
50+
pCpi = true
51+
pCnu = true
52+
pCQEL = false
53+
others = true
54+
thintarget = false

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "flux-tool"
33
version = "1.0.0"
4-
description = ""
4+
description = "Package used to study the output histograms from PPFX"
55
authors = ["Anthony Wood <[email protected]>"]
66
readme = "README.md"
77
packages = [{include = "flux_tool"}]

0 commit comments

Comments
 (0)