-
Hi Felix, I’m currently working on a double-sided strip HPGe, where charge cloud size is critical. If I understand correctly, the current code uses a fixed initial charge cloud size regardless of deposited energy. To address this, I propose simulating charge cloud dimensions vs. energy via Geant4 to get an approximate curve. This would allow interpolating energy-dependent initial charge cloud sizes in the SSD. Do you think this is feasible? Are there any recommendations I should note? Thank you for your guidance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You could try out different things by overwriting You can generate some curve using Geant4 and use that as input. I am also gonna shamelessly copy some text from my thesis about this including references: |
Beta Was this translation helpful? Give feedback.
You could try out different things by overwriting
SolidStateDetectors.radius_guess
, that takes charge (not energy!) and particle type as argument: src/ChargeCloudModels/ParticleTypes.jlYou can generate some curve using Geant4 and use that as input.
I am also gonna shamelessly copy some text from my thesis about this including references:
[178] https://doi.org/10.1109/23.682461
[179] http://physics.nist.gov/Star
[180] https://doi.org/10.1103/RevModPhys.56.S1
[181] https://doi.org/10.1007/s10686-023-09914-8