Skip to content

How to estimate depletion voltage for double-sided orthogonal strip detector using SSD #386

Answered by fhagemann
zql2021 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
as you pointed out, the current implementation of estimating the depletion voltage assumes that the non-zero potential is only applied to one of the contacts.
There are some tweaks you could use to modify the detector such that you can use the SSD function:

  1. Combine all contacts with potential 1200V into ONE contact, and all contacts with potential 0V into ANOTHER contact, so you end up with a detector that "consists" of only two contacts. Note that the following code is hard-coded and only works if the biased contacts are at potential 1200V and if the first contact is a biased contact and the second one is not:

    using SolidStateDetectors
    T = Float64
    
    # read in the configuration file …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by fhagemann
Comment options

You must be logged in to vote
1 reply
@zql2021
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants