Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Be8 decays to 2 alphas... #666

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions pams/sim/gstar/gstar_part.g
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,22 @@ MODULE gstar_part Is the STAR Particle Database
pdg = -PDG_ION_ID(2,3) ,
trktyp = kGtHION


* requested by JieZhao ... Be8 (alpha clusters) decay into 2 alphas

Particle Be8s0 code = 50060 TrkTyp=8, mass = 7.45485, charge=4, tlife=1.1817e-19,
pdg=PDG_ION_ID(4,8) bratio={1,} mode={ 4747,}
Particle Be8s2 code = 50061 TrkTyp=8, mass = 7.45788, charge=4, tlife=4.3502e-22,
pdg=PDG_ION_ID(4,8) bratio = {1,} mode={47 47,}
Particle Be8s4 code = 50062 TrkTyp=8, mass = 7.46620, charge=4, tlife=1.8805e-22,
pdg=PDG_ION_ID(4,8) bratio = {1,} mode={47 47,}
Particle C12hs code = 50063 TrkTyp=8, mass =11.18251, charge=6, tlife=7.0773e-17,
pdg=PDG_ION_ID(6,6) bratio = {1,} mode={50060 47,}

uw = { 0, 50060, 47 }
Call GSPART( %code, %title, %trktyp, %mass, %charge, %tlife, uw, nw )


PARTICLE Deuteron code = 51045 ,
mass = 1.876 ,
charge = 1.0 ,
Expand Down
Loading