PDG ID of light ions [message #19419] |
Thu, 11 August 2016 14:43 |
Oleg
Messages: 19 Registered: August 2016 Location: GSI
|
occasional visitor |
From: *gsi.de
|
|
Are there PDG IDs of the ions from t to let say Be?
If I see the original PDG tables, there are no,
but in R3BRoot one can set a very long number for t or alpha and they seems to be generated.
Is there a list of PDG IDs available in FAIRRoot/R3BRoot?
Oleg.
|
|
|
|
|
Re: PDG ID of light ions [message #19429 is a reply to message #19428] |
Mon, 15 August 2016 14:14 |
Dmytro Kresan
Messages: 166 Registered: June 2004
|
first-grade participant |
From: *gsi.de
|
|
Please post the line of your ASCII file where the alpha is defined. Yes, it should work with Z=2 and A=4. Do not forget -1 as first parameter. Example event:
0 1 0. 0.
-1 2 4 px py pz vx vy vz 3.727379508
Or, alternatively, the Ion generator in r3ball.C:
R3BIonGenerator *gen = new R3BIonGenerator(2, 4, 2, 10, 0., 0., 1.); // 10 alpha's with pz = 1 GeV
primGen->AddGenerator(gen);
|
|
|
|
|