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

strange particle production #10

Open
Gauri199 opened this issue Jun 9, 2023 · 0 comments
Open

strange particle production #10

Gauri199 opened this issue Jun 9, 2023 · 0 comments

Comments

@Gauri199
Copy link

Gauri199 commented Jun 9, 2023

how can we set status for k short , lambda, Xi, and omega particle production in pythia8239?
I have tried to add a status command in mainxx.cc file- if((pythia.event[i].isFinal()) && (pythia.event[i].status()) && pythia.event[i].isCharged())
{
int stat = pythia.event[i].status();
if (stat > 0) pythia.event[i].status(-stat);
{ after in loop we calculate pT, eta, Yrap,E .
After that, we read pyroot.root file and plot for charged and final state particles (pion, kaon, and protons). we found better results for charged particles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant