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
250 changes: 125 additions & 125 deletions PWGHF/D2H/Macros/config_massfitter.json
Original file line number Diff line number Diff line change
@@ -1,127 +1,127 @@
{
"IsMC": false,
"InFileName": "hMasses.root",
"_InFileName": "download example file here https://cernbox.cern.ch/s/uoWicuRAVGArDsV",
"ReflFileName": "",
"OutFileName": "mInvFits.root",
"InputHistoName": [
"hMass_T_0.20_0.35",
"hMass_T_0.35_0.50",
"hMass_T_0.50_0.70",
"hMass_T_0.70_0.90",
"hMass_T_0.90_1.60"
],
"PromptHistoName": [
"MC prompt histogram name array"
],
"FDHistoName": [
"MC FD histogram name array"
],
"ReflHistoName": [
"MC reflection histogram name array"
],
"PromptSecPeakHistoName": [
"MC prompt second peak histogram name array"
],
"FDSecPeakHistoName": [
"MC FD second peak histogram name array"
],
"Particle": "LcToPKPi",
"_Particles": [
"Dplus",
"Ds",
"LcToPKPi",
"LcToPK0s",
"Dstar"
],
"EnableRefl": false,
"FixSigma": false,
"SigmaFile": "",
"_SigmaFile": "fix sigma from file",
"FixSigmaManual": [
0,
0,
0,
0,
0
],
"_FixSigmaManual": "fix sigma manually",
"FixMean": false,
"MeanFile": "",
"_MeanFile": "fix mean from file",
"SliceVarName": "T",
"SliceVarUnit": "ps",
"_SliceVarName, _SliceVarUnit": "e.g. pT, GeV/c or something else depending on user's needs",
"SliceVarMin": [
0.2,
0.35,
0.5,
0.7,
0.9
],
"SliceVarMax": [
0.35,
0.5,
0.7,
0.9,
1.6
],
"MassMin": [
2.12,
2.12,
2.12,
2.12,
2.12
],
"MassMax": [
2.42,
2.42,
2.42,
2.42,
2.42
],
"Rebin": [
4,
4,
4,
4,
4
],
"InclSecPeak": false,
"UseLikelihood": false,
"_UseLikelihood": [
"true: likelihood fit",
"false: chi2 fit"
],
"BkgFunc": [
2,
2,
2,
2,
2
],
"_BkgFuncs": [
"0 for Expo",
"1 for Poly1",
"2 for Poly2",
"3 for Pow",
"4 for PowEx",
"5 for Poly3",
"6 for NoBkg"
],
"SgnFunc": [
0,
0,
0,
0,
0
],
"_SgnFuncs": [
"0 for SingleGaus",
"1 for DoubleGaus",
"2 for DoubleGausSigmaRatioPar",
"3 for GausSec"
],
"drawBgPrefit": true,
"highlightPeakRegion": true
"IsMC": false,
"InFileName": "hMasses.root",
"_InFileName": "download example file here https://cernbox.cern.ch/s/uoWicuRAVGArDsV",
"ReflFileName": "",
"OutFileName": "mInvFits.root",
"InputHistoName": [
"hMass_T_0.20_0.35",
"hMass_T_0.35_0.50",
"hMass_T_0.50_0.70",
"hMass_T_0.70_0.90",
"hMass_T_0.90_1.60"
],
"PromptHistoName": [
"MC prompt histogram name array"
],
"FDHistoName": [
"MC FD histogram name array"
],
"ReflHistoName": [
"MC reflection histogram name array"
],
"PromptSecPeakHistoName": [
"MC prompt second peak histogram name array"
],
"FDSecPeakHistoName": [
"MC FD second peak histogram name array"
],
"Particle": "LcToPKPi",
"_Particles": [
"Dplus",
"Ds",
"LcToPKPi",
"LcToPK0s",
"Dstar"
],
"EnableRefl": false,
"FixSigma": false,
"SigmaFile": "",
"_SigmaFile": "fix sigma from file",
"FixSigmaManual": [
0,
0,
0,
0,
0
],
"_FixSigmaManual": "fix sigma manually",
"FixMean": false,
"MeanFile": "",
"_MeanFile": "fix mean from file",
"SliceVarName": "T",
"SliceVarUnit": "ps",
"_SliceVarName, _SliceVarUnit": "e.g. pT, GeV/c or something else depending on user's needs",
"SliceVarMin": [
0.2,
0.35,
0.5,
0.7,
0.9
],
"SliceVarMax": [
0.35,
0.5,
0.7,
0.9,
1.6
],
"MassMin": [
2.12,
2.12,
2.12,
2.12,
2.12
],
"MassMax": [
2.42,
2.42,
2.42,
2.42,
2.42
],
"Rebin": [
4,
4,
4,
4,
4
],
"InclSecPeak": false,
"UseLikelihood": false,
"_UseLikelihood": [
"true: likelihood fit",
"false: chi2 fit"
],
"BkgFunc": [
2,
2,
2,
2,
2
],
"_BkgFuncs": [
"0 for Expo",
"1 for Poly1",
"2 for Poly2",
"3 for Pow",
"4 for PowEx",
"5 for Poly3",
"6 for NoBkg"
],
"SgnFunc": [
0,
0,
0,
0,
0
],
"_SgnFuncs": [
"0 for SingleGaus",
"1 for DoubleGaus",
"2 for DoubleGausSigmaRatioPar",
"3 for GausSec"
],
"drawBgPrefit": true,
"highlightPeakRegion": true
}
Loading