IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 9b200828 authored by Felix Riehn's avatar Felix Riehn Committed by ralfulrich
Browse files

fixes in particleConversion for sibyll, added decay table to interface, added pid to sibstack

parent 6e77e246
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ def read_sibyll_codes(filename, pythia_db): ...@@ -29,6 +29,7 @@ def read_sibyll_codes(filename, pythia_db):
if line[0] == '#': if line[0] == '#':
continue continue
identifier, sib_code, canInteractFlag, xsType = line.split() identifier, sib_code, canInteractFlag, xsType = line.split()
added pid to sibstack
try: try:
pythia_db[identifier]["sibyll_code"] = int(sib_code) pythia_db[identifier]["sibyll_code"] = int(sib_code)
pythia_db[identifier]["sibyll_canInteract"] = int(canInteractFlag) pythia_db[identifier]["sibyll_canInteract"] = int(canInteractFlag)
......
...@@ -16,7 +16,6 @@ Gamma 1 0 0 ...@@ -16,7 +16,6 @@ Gamma 1 0 0
Pi0 6 1 2 Pi0 6 1 2
# rho0 could interact but sibyll has no cross section/interaction length. was used for gamma had int # rho0 could interact but sibyll has no cross section/interaction length. was used for gamma had int
Rho0 27 0 0 Rho0 27 0 0
y
K0Long 11 1 3 K0Long 11 1 3
PiPlus 7 1 2 PiPlus 7 1 2
PiMinus 8 1 2 PiMinus 8 1 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment