Skip to content

Commit 73c5a13

Browse files
committed
Add Monash to mult ratios
1 parent c4cab5a commit 73c5a13

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

PWGHF/D2H/Macros/config_mult_ratios.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"inputdir": "/data8/majak/mult-ratios",
33
"histoname": "hptspectrum",
44
"default": "MB",
5+
"model_default": "Monash MB",
56
"hists": {
67
"MB": {
78
"file": [
@@ -123,13 +124,45 @@
123124
]
124125
}
125126
},
127+
"models": {
128+
"Monash MB": {
129+
"file": "MBratio_Monash.root",
130+
"histoname": "hpythia_prompt"
131+
},
132+
"Monash 7085": {
133+
"file": "MBratio_Monash.root",
134+
"histoname": "hpythia_prompt_7085"
135+
},
136+
"Monash 5070": {
137+
"file": "MBratio_Monash.root",
138+
"histoname": "hpythia_prompt_5070"
139+
},
140+
"Monash 3050": {
141+
"file": "MBratio_Monash.root",
142+
"histoname": "hpythia_prompt_3050"
143+
},
144+
"Monash 1030": {
145+
"file": "MBratio_Monash.root",
146+
"histoname": "hpythia_prompt_1030"
147+
},
148+
"Monash 110": {
149+
"file": "MBratio_Monash.root",
150+
"histoname": "hpythia_prompt_110"
151+
},
152+
"Monash 0-1": {
153+
"file": "MBratio_Monash.root",
154+
"histoname": "hpythia_prompt_01"
155+
}
156+
},
126157
"y_axis": "Ratio to INEL > 0",
127158
"alice_text": "#Lambda_{c}^{#plus} baryon, |#it{y}| < 0.5",
128159
"legend": [0.50, 0.65, 0.90, 0.93],
160+
"legend_models": [0.50, 0.65, 0.90, 0.93],
129161
"legend_ratio": [0.50, 0.63, 0.95, 0.88],
162+
"legend_ratio_models": [0.18, 0.18, 0.90, 0.23],
130163
"log_scale": true,
131164
"output": {
132165
"outdir": "/data8/majak/mult-ratios",
133-
"file": "mult_ratios_old_script"
166+
"file": "mult_ratios"
134167
}
135168
}

0 commit comments

Comments
 (0)