Advanced Computing Platform for Theoretical Physics

Commit c0e7f7c4 authored by pierog's avatar pierog
Browse files

correct bug in Hijing interface showing not decayed particle because of large...

correct bug in Hijing interface showing not decayed particle because of large enough life time as not final !
parent 5f5805b3
......@@ -619,7 +619,7 @@ c Partons from strings
tivptl(1,nptl)=0. !production time
tivptl(2,nptl)=0. !decay time
idptl(nptl)=id
if(KATT(is,4).eq.1)then
if(KATT(is,4).eq.1.or.KATT(is,4).eq.4)then
istptl(nptl)=0
else
istptl(nptl)=1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment