Skip to content

Commit 926743f

Browse files
authored
Add config file for hf_pt_spectrum.py (#5587)
1 parent 55f5c60 commit 926743f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# example config for cross section calculation of D+ mesons
2+
3+
observable: dsigmadpt # options: dsigmadpt, dNdpt
4+
channel: DplustoKpipi # options: D0toKpi, DplustoKpipi, DstoKKpi, DstartoD0pi, LctopKpi, LctopK0S
5+
system: pp # options: pp, pPb, PbPb
6+
energy: 5TeV # options: 5TeV, 13TeV
7+
period: Run2 # options: Run2
8+
9+
fraction: Nb # options: Nb, fc
10+
11+
FONLL: FONLLpred/DmesonLcPredictions_502TeV_y05_FFee_BRpythia8_SepContr_PDG2020.root
12+
13+
rawyield:
14+
filename: test/RawYields_Dplus_pp5TeV_prompt_central.root
15+
rawyieldhist: hRawYields
16+
normhist: hEvForNorm
17+
18+
acceff:
19+
filename: test/Eff_times_Acc_Dplus_pp5TeV_central_newAcc.root
20+
prompthist: hAccEffPrompt
21+
nonprompthist: hAccEffFD
22+
23+
output:
24+
directory: '.'
25+
filename: CrossSectionDplus_pp_5TeV # without extension

0 commit comments

Comments
 (0)