Skip to content

Commit 527d6a2

Browse files
committed
fix Pb PDG value and add configuration for Pythia HI depending on PDG
1 parent fd89392 commit 527d6a2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,16 +229,16 @@ def getDPL_global_options(bigshm=False,nosmallrate=False):
229229
PDGB=2212 # proton
230230

231231
if COLTYPE == 'PbPb':
232-
PDGA=2212 # Pb???? #---> to be checked (seems same as pp case)
233-
PDGB=2212 # Pb????
232+
PDGA=1000822080 # Pb
233+
PDGB=1000822080 # Pb
234234

235235
if COLTYPE == 'pPb':
236-
PDGA=2212 # proton
237-
PDGB=2212 # Pb????
236+
PDGA=2212 # proton
237+
PDGB=1000822080 # Pb
238238

239239
if COLTYPE == 'Pbp':
240-
PDGA=2212 # Pb????
241-
PDGB=2212 # proton
240+
PDGA=1000822080 # Pb
241+
PDGB=2212 # proton
242242

243243
# produce the signal configuration
244244
SGN_CONFIG_task=createTask(name='gensgnconf_'+str(tf), tf=tf, cwd=timeframeworkdir)

0 commit comments

Comments
 (0)