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.