Radiation length units [message #13440] |
Mon, 07 May 2012 17:16 |
Artem Basalaev
Messages: 3 Registered: May 2012 Location: St. Petersburg, Russia
|
occasional visitor |
From: *nwgsm.ru
|
|
Hello!
Can you tell me what units are used for radiation length in FairRadLenPoint?
When I do GetRadLength(), I get numbers up to 3000 * 10^(30)! I thought that units are cm instead of g/(cm^2), but even if I multiply it by density, which I get via GetDensity(), I get numbers up to 100*10^(15).
Thanks in advance.
[Updated on: Mon, 07 May 2012 19:03] Report message to a moderator
|
|
|
|
Re: Radiation length units [message #18199 is a reply to message #13533] |
Mon, 11 May 2015 18:54 |
Volker Friese
Messages: 365 Registered: April 2004 Location: GSI CBM
|
first-grade participant |
From: *dip0.t-ipconnect.de
|
|
Radiation length is a material property, so it must not vary with the step size in the simulation. The large values you see are possibly due to your encountering vacuum, the radiation length of which is infinite.
Usually, the radiation length is given in units of g/cm^2, so to arrive at the unit cm you would have to divide by the density in g/cm^3. It is unclear which value FairRadLenPoint::GetRadLength() returns. It would be nice if at least the unit of the return value could be specified in the class documentation.
Assuming the unit is cm, then what you calculate is the material budget along the trajectory step described by the FairRadLenPoint, in units of the radiation length of the material. Since this is a measure of the energy loss of electrons by Bremsstrahlung and also for multiple scattering, it makes sense tu sum up this value along the trajectory, even if different materials are involved.
|
|
|