File tree Expand file tree Collapse file tree 2 files changed +55
-1
lines changed Expand file tree Collapse file tree 2 files changed +55
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " flux-tool"
33version = " 1.0.0"
4- description = " "
4+ description = " Package used to study the output histograms from PPFX "
55authors = [
" Anthony Wood <[email protected] >" ]
66readme = " README.md"
77packages = [{include = " flux_tool" }]
You can’t perform that action at this time.
0 commit comments