Skip to content

Modules/ElectricFieldReader: re-add option to specify depletion_depth

Simon Spannagel requested to merge depletion_depth into master

I have noticed that sometimes it is easier to specify the depletion depth than a full-depletion voltage, especially for HV-CMOS sensors.

This MR re-adds the depletion_depth parameter, checks that only this or the depletion voltage is given, and scales the thickness domain accordingly.

It also adds a new unit test with the feature enabled.

  • @kwolters please have a look if you agree with the implementation
  • @dhynds please have a look if I missed something on the physics side.

Merge request reports