Commit 8917c300 authored by Jixing Ye's avatar Jixing Ye
Browse files

Updated the user manual

parent 6cedbef2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,3 +73,4 @@ The following authors, in alphabetical order, have developed or contributed to A
* Morag Williams, University of Glasgow, [williamm](https://gitlab.cern.ch/williamm)
* Koen Wolters, [kwolters](https://gitlab.cern.ch/kwolters)
* Samuel Wood, University of Oxford, [sam-sw](https://github.com/sam-sw)
* Jixing Ye, University of Trento, [jiye](https://gitlab.cern.ch/jiye)
+7 −2
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ with the parameters

```math
\begin{aligned}
c_e      &= 0.054 \,\text{
c_e      &= 0.54 \,\text{
    ns
}
\,\text{cm} ^ { -2 } \\
@@ -217,7 +217,11 @@ for electrons and holes, respectively.
The parameters for electrons are taken from \[[@Mandic]\], for measurements at a temperature of $`T = -20 \,\text{
    °C
}
`$, and the results extrapolated to $`T = -30 \,\text {°C }`$. A scaling from electrons to holes was performed based on the default
`$, and the results extrapolated to $`T = -30 \,\text {°C }`$. 

See \[[@MandicErratum]\] for updated power function fitting parameters.

A scaling from electrons to holes was performed based on the default
values in Weightfield2 \[[@weightfield2]\].

This model can be selected in the configuration file via the parameter `trapping_model = "mandic"`.
@@ -320,4 +324,5 @@ detrapping_time_hole = 10ns
[@dortmundTrapping]: https://doi.org/10.1109/TNS.2004.839096
[@CMSTrackerTrapping]: https://doi.org/10.1088/1748-0221/11/04/p04023
[@Mandic]: https://doi.org/10.1088/1748-0221/15/11/p11018
[@MandicErratum]: https://doi.org/10.1088/1748-0221/16/03/E03001
[@weightfield2]: http://personalpages.to.infn.it/~cartigli/Weightfield2/index.html
+0 −1
Original line number Diff line number Diff line
@@ -131,7 +131,6 @@ namespace allpix {
     * @brief Mandic effective trapping model
     *
     * Parametrization taken from https://doi.org/10.1088/1748-0221/15/11/P11018, section 5.
     * Update c_e to 0.54ns, see the erratum: https://doi.org/10.1088/1748-0221/16/03/E03001.
     * Scaling from electrons to holes taken from default beta values in Weightfield2
     */
    class Mandic : virtual public TrappingModel {