Skip to content

Commit 8462ba5

Browse files
committed
Add Helium-Oxygen systems
1 parent b253531 commit 8462ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def extractVertexArgs(configKeyValuesStr, finalDiamondDict):
412412
PTHATMIN=float(args.ptHatMin)
413413
PTHATMAX=float(args.ptHatMax)
414414

415-
colsys = {'pp':[2212,2212], 'pPb':[2212,1000822080], 'Pbp':[1000822080,2212], 'PbPb':[1000822080,1000822080], 'pO':[2212,1000080160], 'Op':[1000080160,2212], 'OO':[1000080160,1000080160], 'NeNe':[1000100200,1000100200]}
415+
colsys = {'pp':[2212,2212], 'pPb':[2212,1000822080], 'Pbp':[1000822080,2212], 'PbPb':[1000822080,1000822080], 'pO':[2212,1000080160], 'Op':[1000080160,2212], 'HeO':[1000020040,1000080160], 'OHe':[1000080160,1000020040], 'OO':[1000080160,1000080160], 'NeNe':[1000100200,1000100200]}
416416
# translate here collision type to PDG of allowed particles
417417
COLTYPE=args.col
418418
if COLTYPE in colsys.keys():

0 commit comments

Comments
 (0)