Energy Deposition for Photons

I’m trying to get a an energy deposition curve for a photon in a parallel plate ionisation chamber.
I’m using track.TransportPhoton(0., 0., 0., 0., 5886., 1., 0., 0., ne) to generate a photon.
And, I’m looping over the produced “ne” electrons using track.GetElectron(k, xe, ye, ze, te, ee, dx, dy, dz).
For charged particles, cluster.energy works fine so is there a similar function which can be utilised to do the same but for photons.

Thanks in advance.
PS. I tried going through the source code but couldn’t find any.

Welcome to the ROOT forum.

I guess @hschindl can help you.

Hi,
in case of TransportPhoton, the cluster energy is the energy of the photon.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.