Charge collection efficiency using DepositionPointCharge in irradiated detector

Hi @knakkali

just to confirm - are you still on v2.3.2? Would you mind testing this on the current master instead? I noticed a significant difference in an algorithm relevant for your simulation…

This is what you need to change in your config:

[ElectricFieldReader]
# Add this:
field_mapping = SENSOR

[WeightingPotentialReader]
# Add this:
field_mapping = PIXEL_FULL

[TransientPropagation]
# replace induction_matrix with this:
distance = 1

You can e.g. use the latest version deployed to CVMFS if you were using the tagged version from there before.

Cheers,
Simon