Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion PWGHF/D2H/Macros/config_massfitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
0,
0
],
"_FixMeanManual": "fix mean mannually",
"_FixMeanManual": "fix mean manually",
"FixSecondSigma": false,
"SecondSigmaFile": "",
"_SecondSigmaFile": "fix second sigma for double gauss from file",
Expand All @@ -69,6 +69,17 @@
0
],
"_FixSecondSigmaManual": "fix second sigma for double gauss manually",
"FixFracDoubleGaus": false,
"FracDoubleGausFile": "",
"_FracDoubleGausFile": "fix fraction of sigmas for double gauss from file",
"FixFracDoubleGausManual": [
0,
0,
0,
0,
0
],
"_FixFracDoubleGausManual": "fix fraction of sigmas for double gauss manually",
"SliceVarName": "T",
"SliceVarUnit": "ps",
"_SliceVarName, _SliceVarUnit": "e.g. pT, GeV/c or something else depending on user's needs",
Expand Down
Loading