Re: pp->K0s+X with V5.34 [message #13545 is a reply to message #13544] |
Tue, 29 May 2012 16:52 |
Ingo Froehlich
Messages: 167 Registered: March 2004 Location: IKF - Frankfurt
|
first-grade participant |
From: *x-matter.uni-frankfurt.de
|
|
Dear Chii,
I downloaded your macro and have some questions and comments. There are several channels included, which seem to be selected via a case switch in your macro. Is the problem which you describe present in all channels? Furthermore, does the plot show all particles species, or only the reconstructed K0S?
I have found one typo already, "Sigma1385" must be "Sigma13850".
Lambda1520 and K0*896 are not yet part of the strangeness plugin. You can add similar lines like:
makeStaticData()->AddParticle(71,"Sigma1385+", 1.3828);
makeStaticData()->AddAlias("Sigma1385+","Sigma(1385)+");
makeStaticData()->SetParticleTotalWidth("Sigma1385+",0.0358);
makeStaticData()->SetParticleBaryon("Sigma1385+",1);
makeStaticData()->SetParticleLMass("Sigma1385+",1.2);
makeStaticData()->AddDecay("Sigma(1385)+ --> Lambda + pi+", "Sigma1385+", "Lambda,pi+", .8815 );
makeStaticData()->AddDecay("Sigma(1385)+ --> Sigma+ + pi0", "Sigma1385+", "Sigma+, pi0", .05925);
makeStaticData()->AddDecay("Sigma(1385)+ --> Sigma0 + pi+", "Sigma1385+", "Sigma0, pi+", .05925);
into your macro after the call of the strangeness plugin.
Later we can add it into the Pluto code. This would be nice, to be compatible
--
Ingo Froehlich
IKF - University of Frankfurt
069-798-47027, FAX: -47024
|
|
|