Scarce Documentation. Release David-Leon Pohl

Size: px
Start display at page:

Download "Scarce Documentation. Release David-Leon Pohl"

Transcription

1 Scarce Documentation Release David-Leon Pohl Nov 17, 2017

2

3 Contents 1 Installation Linux Windows Latest comits 5 3 Silicon 7 4 Potentials and fields Decription class Methods Solver Methods Examples Weighting field of a planar sensor Potential of a planar silicon sensor Weighting field of a 3D sensor Potential of a 3D sensor D potential in a planar silicon sensor Drifting e-h pairs in planar sensor Drifting e-h pairs in 3D sensor Silicon properties Indices and tables 43 Python Module Index 45 i

4 ii

5 Contents: Scarce stands for silicon charge collection efficiency and is a software to calculate the charge collection-efficiency of irradiated and segmented silicon sensors. Planar and 3D electrode configurations are supported. Additionally a collection of formulars is provided to calculate silicon properties. Contents 1

6 2 Contents

7 CHAPTER 1 Installation The installation works with Linux and Windows. Mac OS might also work. 1.1 Linux This installation has been tested with Ubuntu LTS 64-bit and Anaconda Python bit. 1. Install the mesh creator gmsh: sudo apt-get install gmsh 2. Install Anaconda Python distribution: wget -O miniconda. sh For more information visit: 3. Install precompiled dependencies: conda install numpy pytables scipy matplotlib 4. Install sparse matrix solver (optional, increases speed): pip install -e git://pysparse.git.sourceforge.net/gitroot/pysparse/pysparse #egg=pysparse ez_setup 5. Download Scarce: git checkout 6. Install Scarce in development mode by typing: 3

8 cd Scarce && python setup.py develop 1.2 Windows This installation has been tested with Windows 7 64-bit and Anaconda Python bit. 1. Install the mesh creator gmsh that can be donwloaded here: 2. Install 64-bit Anaconda Python 2.7 distribution that can be donwloaded here: downloads#windows 3. Install precompiled dependencies by typing into the command prompt: conda install numpy pytables scipy matplotlib 4. Download Scarce here and unpack to a folder of your choise: zip 5. Install Scarce in development mode by typing: python setup.py develop 4 Chapter 1. Installation

9 CHAPTER 2 Latest comits REG by DavidLP at :17:39 MAINT by DavidLP at :51:26 ENH: simplify by DavidLP at :37:10 REG by DavidLP at :36:00 ENH: simplify more by DavidLP at :08:22 MAINT: formatting by DavidLP at :04:42 ENH: simplify example by DavidLP at :48:26 MAINT: formatting by DavidLP at :47:36 BUG: version string by DavidLP at :55:28 ENH: reduce pdf plot size and set contour by DavidLP at :19:27 5

10 6 Chapter 2. Latest comits

11 CHAPTER 3 Silicon Collection of (semi-) empiric functions describing silicon properties. scarce.silicon.get_depletion_depth(v_bias, n_eff, temperature) Depletion depth [um] of silcon with an effective doping concentration n_eff [10^12 /cm^3] at a temperature [K] and reverse bias V_bias [V]. Check/citetation of formulars needed! 7

12 Depletion depth in silicon N eff = /cm 3, T = 300 N eff = /cm 3, T = 300 N eff = /cm 3, T = 300 Depletion depth [um] Bias voltage [V] 8 Chapter 3. Silicon

13 400 Depletion depth in silicon Depletion depth [um] p type, V bias = 100 V, T = V bias [V] ρ [Ω cm] n type, V bias = 100 V, T = Resistivity [Ω cm] scarce.silicon.get_depletion_voltage(n_eff, distance) This function returns the full depletion Voltage [V] as a function of the effective doping concentration Neff [10^12 /cm^-3] and the distance between electrodes [um]. Formular is standard and for example used in: G. Kramberger et al., Nucl. Inst. And. Meth. A 476 (2002) Determination of effective trapping times for electrons and holes in irradiated silicon. 9

14 Full depletion voltage in silicon Electrode distance = 100 um Electrode distance = 150 um Electrode distance = 200 um Electrode distance = 250 um Depletion Voltage [V] Effective doping concentration [10 12 /cm 3 ] scarce.silicon.get_diffusion_potential() Diffusion potential [V] as a function of the effective doping concentration n_eff [10^12 / cm^3] and the temperature [K]. Check/citetation of formulars needed! 10 Chapter 3. Silicon

15 0.8 Diffusion potential at thermal equilibrium in silicon Diffusion potential [V] T = 200 T = 250 T = 300 T = Effective doping concentration [10 12 /cm 3 ] scarce.silicon.get_eff_acceptor_concentration() Effective acceptor concentration [10^12 cm^-3] of irradiated n- and p- type silicon with and without oxygen enriched as a function of the fluence [10^12 cm^-2]. The data can be desribed by different line fits. The parameters were extracted from a plot taken for n-type silicon from: CERN/LHCC LEB Status Report/RD48 31 Dec and for p-type silicon from: RD50 Status Report 2006 CERN-LHCC , p. 4-6 Due to the difference in the data for different technologies a rather large error on the propotionality factor of 10% is assumed. 11

16 Acceptor concentration Neff [10 12 cm 3 ] Effective acceptor concentration p-type oxygenated p-type n-type oxygenated n-type Fluence [10 12 N eq /cm 2 ] scarce.silicon.get_free_path() Calculate mean free path [cm] of charge carriers from trapping propability and the velocity. The trapping propability is a function of the fluence and the velocity is a function of the electric field and the temperature. The electric field itself depends on the electrode geometry and the bias voltage. velocity = get_mobility(e_field, temperature, is_electron) * e_field trapping_time = get_trapping(fluence, is_electron, paper=1) 12 Chapter 3. Silicon

17 10 3 Charge carrier mean free path in irradiated silicon at saturation velocity (E = 10 6 V/cm) Electrons, T = 250 Holes, T = Trapping time [ns] Fluence [N eq /cm 2 ] scarce.silicon.get_mobility() Calculate the mobility [cm^2/vs] of charge carriers in silicon from the electrical field (E [V/cm]) the temperature (T [K]) and the charge carrier type (iselectron [0/1] otherwise hole). Formular derived from measured data of high purity silicon and the corresponding fit function parameters are used here. From: C. Jacononi et al., Solid state electronics, 1977, vol 20., p. 87 A review of some charge transport properties of silicon Note: The doping concentration is irrelevant for n_eff < 10^16/cm^3 13

18 Electron/-hole mobility [cm 2 /Vs] Charge carrier mobility in silicon Electrons, T = 250K Electrons, T = 300K Holes, T = 250K Holes, T = 300K Electric field [V/cm] 14 Chapter 3. Silicon

19 Electron/-hole velocity [cm/s] 1.2 1e V 200µm Charge carrier velocity in silicon Electrons, T = 250K Electrons, T = 300K Holes, T = 250K Holes, T = 300K 1000 V 200µm Electric field [V/cm] scarce.silicon.get_resistivity() Calculate the resitivity from: The effective doping concentration n_eff [10^12 / cm^3] the mobility [cm^2/vs] for n- and p-type silicon. The mobility istself is a function of the temperature [K] and the electric field [V/cm]. From edu/~bart/book/mobility.htm TODO: If you take the mobility[e_field] equation seriously, then there is no constant resitivity since the mobility depends also on the electric field. For low E-Fields <= 1000 V/cm the mobility is independent of the E flied and thus the resistivity. Likely this parameter is always given in low field approximation?! Source needed! 15

20 Resistivity of silicon (low e-field approximation) n-type p-type Resistivity [Ω cm] Effective doping concentration [cm 3 ] scarce.silicon.get_trapping() Calculate the trapping time tr (e^-(tr) in ns) of charge carriers in silicon as a function of the fluence [Neq/cm^2]. There was also a dependence on the temperature measured, that is omitted here! 16 Chapter 3. Silicon

21 10 4 Charge carrier trapping time in irradiated silicon Electrons Holes 10 3 Trapping time [ns] Fluence [N eq /cm 2 ] 17

22 18 Chapter 3. Silicon

23 CHAPTER 4 Potentials and fields The field module calculates the potentials and fields of silicon sensors. The potential is determined numerically by solving these equations on a mesh: 2 Φ = 0 (4.1) 2 Φ = ρ ε (4.2) For the weighting potential equation (4.1) is solved with the boundary conditions: to Φ = 0 Φ r = 1(4.3) = = 0Φ r 1 19

24 The pixel readout electrode(s) are at a potential 1 and all other equipotential pixel parts (backside, bias columns, etc.) at 0. For the electric potential the equation (4.2) is solved with the boundary conditions: to Φ = V bias Φ r = V readout (4.3) = = V bias Φ r V readout The pixel readout electrode(s) are at V readout potential and the bias parts (backside, bias columns, etc.) are at V bias. The field is then derived via: E = φ Note: For simple cases (e.g. planar sensor with 100% fill factor) also analytical solutions are provided. The analytical results are also used to benchmark the numerical results in the automated unit tests. 4.1 Decription class The challenge for the field determination is that numerical differentiation of the potential amplifies numerical instabilities, thus the potential has to be smoothed before differentiation. A convinient interface is provided by the field description class. class scarce.fields.description(potential, min_x, max_x, min_y, max_y, nx, ny, smoothing=0.1) Class to describe potential and field at any point in space. The numerical potential estimation is used and interpolated. The field is derived from a smoothed potential interpolation to minimize numerical instabilities. 4.2 Methods scarce.fields.calculate_planar_sensor_w_potential(mesh, width, pitch, n_pixel, thickness) Calculates the weighting field of a planar sensor. 20 Chapter 4. Potentials and fields

25 scarce.fields.calculate_3d_sensor_w_potential(mesh, width_x, width_y, n_pixel_x, n_pixel_y, radius, nd=2) scarce.fields.get_weighting_potential_analytic(x, y, D, S, is_planar=true) Planar sensor: From Nuclear Instruments and Methods in Physics Research A 535 (2004) , with correction from wbar = pi*w/2/d to wbar = pi*w/d with: x [um] is the offset from the middle of the electrode y [um] the position in the sensor D [um] the sensor thickness S [um] the pixel pitch 3D sensor: Weighting potential for two cylinders with: D [um] distance between columns S [um] is the radius scarce.fields.get_weighting_field_analytic(x, y, D, S, is_planar=true) Calculates the analytical weighting field. Parameters x (number) X position in sensor in um y (number) Y position in sensor in um D (number) The sensor thickness in um S (number) 3D sensor only: electrode radius in um is_planar ({True, False}) To select 3D or planar geometry Returns Weighting field in x/y in V/um Return type array_like Notes From Nuclear Instruments and Methods in Physics Research A 535 (2004) , with correction w = The field is calculated from the drivation of the potential. π * w π * w > w = 2D D scarce.fields.get_potential_planar_analytic_1d(x, V_bias, V_readout, n_eff, D) Calculates the potential in the depletion zone of a planar sensor. Parameters x (array_like) Position in the sensor between 0 and D in μm V_bias (number) Bias voltage in volt. V_readout (number) Readout voltage in volt. n_eff (number) Effective doping concetration in cm 3 D (number) Thickness of the sensor in μm Notes The formular can be derived from the 1D Poisson equation (4.2), wich has the following general solution for x <= x dep with the full depletion assumption: Φ p = ρ 2ε x2 + const p,1 x + const p, Methods 21

26 For the undepleted region x > x dep there is no spacecharge (ρ = 0). Thus the generel solution of the 1D Laplace equation (4.1) can be used here: Φ l = const l,1 x + const l,2 For an underdepleted sensor (x dep <= D) these boundary conditions have to be satisfied: 1. Φ p (0) = V readout 2. Φ l (D) = V bias 3. Φ p (x dep ) = Φ l (x dep ) x Φ p(x dep ) = 0 x Φ l(x dep ) = 0 The following simultaneous equations follow: 1. Φ p = ρ 2ε x2 + const p,1 x + V readout 2. Φ l = (x D) const l,1 + V bias ρ 2ε x2 dep + const p,1 x dep + V readout = (x dep D) const l,1 + V bias ρ ε x dep + const p,1 = 0 5. const l,1 = 0 With the solution: 22 Chapter 4. Potentials and fields

27 { ρ Φ(x) = 2ε x2 ρ ε x depx + V readout x x dep V bias x > x dep with x dep = 2ε ρ (V readout V bias) If the sensor is fully depleted (x dep > D) only Φ p has to be solved with the following boundary conditions: 1. Φ p (0) = V readout 2. Φ p (D) = V bias The following simultaneous equations follow: 1. Φ p = ρ 2ε x2 + const p,1 x + V readout 2. Φ p (D) = ρ 2ε D2 + const p,1 D + V readout = V bias With the solution: Φ(x) = ρ ( Vbias V readout 2ε x2 + ρ ) D 2ε D x + V readout For the generell solution follows: ρ 2ε x2 ρ ε x depx + V readout Φ(x) = V bias ( ρ 2ε x2 ρ 2ε D x 2 ) dep D + 1 x + V 2 readout x dep D, x x dep x dep D, x > x dep x dep > D with x dep = 2ε ρ (V readout V bias) scarce.fields.get_electric_field_analytic(x, y, V_bias, n_eff, D, V_readout=0, S=None, is_planar=true) Calculates the electric field. Planar sensor: Calculates the field E_y[V/um], E_x = 0 as a function of the position x between the electrodes [um], the bias voltage V_bias [V], the effective doping concentration n_eff [10^12 /cm^-3] and the sensor Width D [um]. The analytical function from the detector book p. 93 is used. The field is derived from the potential: E = Φ 4.2. Methods 23

28 From the solution of the potential follows in 1D ( E( x) = E(x)): ρ ε x dep ρ ε x x dep D, x x dep E(x) = 0 ( x dep D, x > x dep ρ 2ε D x 2 ) dep D + 1 ρ 2 ε x x dep > D with x dep = 2ε ρ (V readout V bias) 3D sensor: Calculates the field E_x/E_y [V/um] in a 3d sensor as a function of the position x,y between the electrodes [um], the bias Voltage V_bias [V], the effective doping concentration n_eff [cm^-3], the electrode distance D [um] and radius R [um]. So far the same field like the weighting field is used > space charge is ignored. 24 Chapter 4. Potentials and fields

29 CHAPTER 5 Solver The solver module provides numerical ODE solver functions. These functions are either implemented here or provide an interface to other solvers. class scarce.solver.driftdiffusionsolver(pot_descr, pot_w_descr, T=300, geom_descr=none, diffusion=true, t_e_trapping=0.0, t_h_trapping=0.0, t_e_t1=0.0, t_h_t1=0.0, t_r=0.0, save_frac=20) Solve the drift-diffusion equation for pseudo particles. Solving via euler forward difference. 5.1 Methods scarce.solver.solve(var, equation, **kwargs) Interface to the fipy solver used for the 2d poisson equation. Parameters var (fipy.cellvariable) Fipy meshed cell variables to solve the equation for equation (fipy equation) e.g. fipy.diffusionterm() = 0 kwargs (kwargs) Arguments of fipy equation.solve(kwargs) Notes A linear LU solver is forced here, since otherwise pysparse based solver do not converge properly. 25

30 26 Chapter 5. Solver

31 CHAPTER 6 Examples 6.1 Weighting field of a planar sensor Example that creates a planar silicon sensor with a given geometry. Calculates the weighting potential and fields. For comparison also the analytical result of a planar sensor with 100% fill factor (width = pitch) is created. Note: With increasing distance from the center pixel the numerical result deviates from the analytical one. This shows that is is important to use several pixels (> 5) to get a proper field description in the center pixel. 27

32 28 Chapter 6. Examples

33 Scarce Documentation, Release The mesh size determines the quality of the numerical result and can be changed in the example. 6.2 Potential of a planar silicon sensor Example that creates a planar silicon sensor with a given geometry. Calculates the electrical potential and fields. For comparison also the analytical result of a planar sensor with 100% fill factor (width = pitch) is created. Warning: The calculation of the depletion region is simplified. If the depletion is not at a contant y position in the sensor (e.g. for pixels with very small fill factor) it deviates from the correct solution Potential of a planar silicon sensor 29

34 30 Chapter 6. Examples

35 6.3 Weighting field of a 3D sensor Example creating the weighting field and potential of a 3D pixel array. Note: The weighting potential and field is only correct if the pixel is surrounded by other pixels, thus n_pixel_x = n_pixel_y = Weighting field of a 3D sensor 31

36 The mesh size determines the quality of the numerical result and can be changed in the example. 6.4 Potential of a 3D sensor Example that creates a 3D pixel array with a given geometry. 32 Chapter 6. Examples

37 Note: The calculation of a partially depleted 3D sensor is supported Potential of a 3D sensor 33

38 6.5 1D potential in a planar silicon sensor Example that shows the potential in a planar sensor in 1D. A not fully depleted is supported.the poisson equation is solved numerically and compared to the analytical solution. The 1D solution is also correct in the 2D case for a sensor with 100% fill factor. The numerical solving for underdepleted sensors is not straight forward, due to the a priory unknown depletion depth. This example shows also how to deal with that. 34 Chapter 6. Examples

39 6.6 Drifting e-h pairs in planar sensor Example that moves e-h pairs in a planar sensor. Calculates the induced charge from e-h pairs drifting through the silicon Drifting e-h pairs in planar sensor 35

40 36 Chapter 6. Examples

41 6.7 Drifting e-h pairs in 3D sensor Example that moves e-h pairs in a 3D sensor. Calculates the induced charge from e-h pairs drifting through the silicon. Warning: The 3D field is low between pixels. Thus diffusion should be activated to leave this field minima quickly to give reasonable results. The following shows the induced charge for e-h pairs at different start positions with and without diffusion. With diffusion: 6.7. Drifting e-h pairs in 3D sensor 37

42 Without diffusion: 38 Chapter 6. Examples

43 With diffusion: 6.7. Drifting e-h pairs in 3D sensor 39

44 Without diffusion: 40 Chapter 6. Examples

45 6.8 Silicon properties This example creates plots for all silicon properties available in Scarce. These plots are shown in Silicon Silicon properties 41

46 42 Chapter 6. Examples

47 CHAPTER 7 Indices and tables genindex modindex search 43

48 44 Chapter 7. Indices and tables

49 Python Module Index s scarce.examples.plot_properties, 41 scarce.examples.potential_1d, 34 scarce.examples.sensor_3d, 32 scarce.examples.sensor_3d_weighting, 31 scarce.examples.sensor_planar, 29 scarce.examples.sensor_planar_weighting, 27 scarce.examples.transient_3d, 37 scarce.examples.transient_planar, 35 scarce.fields, 19 scarce.silicon, 7 scarce.solver, 25 45

50 46 Python Module Index

51 Index C calculate_3d_sensor_w_potential() (in module scarce.fields), 21 calculate_planar_sensor_w_potential() (in module scarce.fields), 20 D Description (class in scarce.fields), 20 DriftDiffusionSolver (class in scarce.solver), 25 G get_depletion_depth() (in module scarce.silicon), 7 get_depletion_voltage() (in module scarce.silicon), 9 get_diffusion_potential() (in module scarce.silicon), 10 get_eff_acceptor_concentration() (in module scarce.silicon), 11 get_electric_field_analytic() (in module scarce.fields), 23 get_free_path() (in module scarce.silicon), 12 get_mobility() (in module scarce.silicon), 13 get_potential_planar_analytic_1d() (in module scarce.fields), 21 get_resistivity() (in module scarce.silicon), 15 get_trapping() (in module scarce.silicon), 16 get_weighting_field_analytic() (in module scarce.fields), 21 get_weighting_potential_analytic() (in module scarce.fields), 21 S scarce.examples.plot_properties (module), 41 scarce.examples.potential_1d (module), 34 scarce.examples.sensor_3d (module), 32 scarce.examples.sensor_3d_weighting (module), 31 scarce.examples.sensor_planar (module), 29 scarce.examples.sensor_planar_weighting (module), 27 scarce.examples.transient_3d (module), 37 scarce.examples.transient_planar (module), 35 scarce.fields (module), 19 scarce.silicon (module), 7 scarce.solver (module), 25 solve() (in module scarce.solver), 25 47

Simulation results from double-sided and standard 3D detectors

Simulation results from double-sided and standard 3D detectors Simulation results from double-sided and standard 3D detectors David Pennicard, University of Glasgow Celeste Fleta, Chris Parkes, Richard Bates University of Glasgow G. Pellegrini, M. Lozano - CNM, Barcelona

More information

Status Report: Charge Cloud Explosion

Status Report: Charge Cloud Explosion Status Report: Charge Cloud Explosion J. Becker, D. Eckstein, R. Klanner, G. Steinbrück University of Hamburg Detector laboratory 1. Introduction and Motivation. Set-up available for measurement 3. Measurements

More information

PN Junction

PN Junction P Junction 2017-05-04 Definition Power Electronics = semiconductor switches are used Analogue amplifier = high power loss 250 200 u x 150 100 u Udc i 50 0 0 50 100 150 200 250 300 350 400 i,u dc i,u u

More information

Tracking Detector Material Issues for the slhc

Tracking Detector Material Issues for the slhc Tracking Detector Material Issues for the slhc Hartmut F.-W. Sadrozinski SCIPP, UC Santa Cruz, CA 95064 Hartmut F.-W. Sadrozinski, US ATLAS Upgrade Meeting Nov 10, 2005 1 Outline of the talk - Motivation

More information

Lecture 2. Introduction to semiconductors Structures and characteristics in semiconductors

Lecture 2. Introduction to semiconductors Structures and characteristics in semiconductors Lecture 2 Introduction to semiconductors Structures and characteristics in semiconductors Semiconductor p-n junction Metal Oxide Silicon structure Semiconductor contact Literature Glen F. Knoll, Radiation

More information

Lecture 18. New gas detectors Solid state trackers

Lecture 18. New gas detectors Solid state trackers Lecture 18 New gas detectors Solid state trackers Time projection Chamber Full 3-D track reconstruction x-y from wires and segmented cathode of MWPC z from drift time de/dx information (extra) Drift over

More information

Solid State Detectors

Solid State Detectors Solid State Detectors Most material is taken from lectures by Michael Moll/CERN and Daniela Bortoletto/Purdue and the book Semiconductor Radiation Detectors by Gerhard Lutz. In gaseous detectors, a charged

More information

Characterization of Irradiated Doping Profiles. Wolfgang Treberspurg, Thomas Bergauer, Marko Dragicevic, Manfred Krammer, Manfred Valentan

Characterization of Irradiated Doping Profiles. Wolfgang Treberspurg, Thomas Bergauer, Marko Dragicevic, Manfred Krammer, Manfred Valentan Characterization of Irradiated Doping Profiles, Thomas Bergauer, Marko Dragicevic, Manfred Krammer, Manfred Valentan Vienna Conference on Instrumentation (VCI) 14.02.2013 14.02.2013 2 Content: Experimental

More information

Semiconductor Detectors are Ionization Chambers. Detection volume with electric field Energy deposited positive and negative charge pairs

Semiconductor Detectors are Ionization Chambers. Detection volume with electric field Energy deposited positive and negative charge pairs 1 V. Semiconductor Detectors V.1. Principles Semiconductor Detectors are Ionization Chambers Detection volume with electric field Energy deposited positive and negative charge pairs Charges move in field

More information

Semiconductor-Detectors

Semiconductor-Detectors Semiconductor-Detectors 1 Motivation ~ 195: Discovery that pn-- junctions can be used to detect particles. Semiconductor detectors used for energy measurements ( Germanium) Since ~ 3 years: Semiconductor

More information

Lecture 2. Introduction to semiconductors Structures and characteristics in semiconductors

Lecture 2. Introduction to semiconductors Structures and characteristics in semiconductors Lecture 2 Introduction to semiconductors Structures and characteristics in semiconductors Semiconductor p-n junction Metal Oxide Silicon structure Semiconductor contact Literature Glen F. Knoll, Radiation

More information

6.012 Electronic Devices and Circuits

6.012 Electronic Devices and Circuits Page 1 of 1 YOUR NAME Department of Electrical Engineering and Computer Science Massachusetts Institute of Technology 6.12 Electronic Devices and Circuits Exam No. 1 Wednesday, October 7, 29 7:3 to 9:3

More information

Charge Collection and Space Charge Distribution in Epitaxial Silicon Detectors after Neutron-Irradiation

Charge Collection and Space Charge Distribution in Epitaxial Silicon Detectors after Neutron-Irradiation Charge Collection and Space Charge Distribution in Epitaxial Silicon Detectors after Neutron-Irradiation Thomas Pöhlsen, Julian Becker, Eckhart Fretwurst, Robert Klanner, Jörn Lange Hamburg University

More information

Lecture 11: Direct Imaging 1. Overview. Photoconductive Detection. Charge Coupled Devices. Outline

Lecture 11: Direct Imaging 1. Overview. Photoconductive Detection. Charge Coupled Devices. Outline Lecture 11: Direct Imaging 1 Outline 1 Overview 2 Photoconductive Detection 3 Charge Coupled Devices Christoph U. Keller, Utrecht University, C.U.Keller@uu.nl Observational Astrophysics 2, Lecture 11:

More information

6.012 Electronic Devices and Circuits

6.012 Electronic Devices and Circuits Page 1 of 12 YOUR NAME Department of Electrical Engineering and Computer Science Massachusetts Institute of Technology 6.012 Electronic Devices and Circuits FINAL EXAMINATION Open book. Notes: 1. Unless

More information

A double junction model of irradiated silicon pixel sensors for LHC

A double junction model of irradiated silicon pixel sensors for LHC Physics Physics Research Publications Purdue University Year 2006 A double junction model of irradiated silicon pixel sensors for LHC V. Chiochia, M. Swartz, Y. Allkofer, D. Bortoletto, L. Cremaldi, S.

More information

Lecture 2. Introduction to semiconductors Structures and characteristics in semiconductors. Fabrication of semiconductor sensor

Lecture 2. Introduction to semiconductors Structures and characteristics in semiconductors. Fabrication of semiconductor sensor Lecture 2 Introduction to semiconductors Structures and characteristics in semiconductors Semiconductor p-n junction Metal Oxide Silicon structure Semiconductor contact Fabrication of semiconductor sensor

More information

Algorithms for Uncertainty Quantification

Algorithms for Uncertainty Quantification Technische Universität München SS 2017 Lehrstuhl für Informatik V Dr. Tobias Neckel M. Sc. Ionuț Farcaș April 26, 2017 Algorithms for Uncertainty Quantification Tutorial 1: Python overview In this worksheet,

More information

Components of a generic collider detector

Components of a generic collider detector Lecture 24 Components of a generic collider detector electrons - ionization + bremsstrahlung photons - pair production in high Z material charged hadrons - ionization + shower of secondary interactions

More information

SURVEY OF RECENT RADIATION DAMGE STUDIES AT HAMBURG

SURVEY OF RECENT RADIATION DAMGE STUDIES AT HAMBURG SURVEY OF RECENT RADIATION DAMGE STUDIES AT HAMBURG E. Fretwurst 1, D. Contarato 1, F. Hönniger 1, G. Kramberger 2 G. Lindström 1, I. Pintilie 1,3, A. Schramm 1, J. Stahl 1 1 Institute for Experimental

More information

Measurement of the acceptor removal rate in silicon pad diodes

Measurement of the acceptor removal rate in silicon pad diodes Measurement of the acceptor removal rate in silicon pad diodes P. Dias de Almeida a,b, I. Mateu a,c, M. Fernández Garcia d, M. Moll a a CERN b Fundação para a Ciência e a Tecnologia (FCT) c Centro de Investigaciones

More information

Modeling Internal Heating of Optoelectronic Devices Using COMSOL

Modeling Internal Heating of Optoelectronic Devices Using COMSOL Modeling Internal Heating of Optoelectronic Devices Using COMSOL Nathan Brunner 1,2 1 Voxtel, Inc. Beaverton, OR*; 2 Department of Physics, University of Oregon, Eugene, OR *nathanb@voxtel-inc.com, 15985

More information

Solid State Detectors Semiconductor detectors Halbleiterdetektoren

Solid State Detectors Semiconductor detectors Halbleiterdetektoren Solid State Detectors Semiconductor detectors Halbleiterdetektoren Doris Eckstein DESY Where are solid state detectors used? > Nuclear Physics: Energy measurement of charged particles (particles up to

More information

Lecture-4 Junction Diode Characteristics

Lecture-4 Junction Diode Characteristics 1 Lecture-4 Junction Diode Characteristics Part-II Q: Aluminum is alloyed into n-type Si sample (N D = 10 16 cm 3 ) forming an abrupt junction of circular cross-section, with an diameter of 0.02 in. Assume

More information

Chap. 11 Semiconductor Diodes

Chap. 11 Semiconductor Diodes Chap. 11 Semiconductor Diodes Semiconductor diodes provide the best resolution for energy measurements, silicon based devices are generally used for charged-particles, germanium for photons. Scintillators

More information

Charge Collection and Capacitance-Voltage analysis in irradiated n-type magnetic Czochralski silicon detectors

Charge Collection and Capacitance-Voltage analysis in irradiated n-type magnetic Czochralski silicon detectors Charge Collection and Capacitance-Voltage analysis in irradiated n-type magnetic Czochralski silicon detectors M. K. Petterson, H.F.-W. Sadrozinski, C. Betancourt SCIPP UC Santa Cruz, 1156 High Street,

More information

High-resolution photoinduced transient spectroscopy of radiation defect centres in silicon. Paweł Kamiński

High-resolution photoinduced transient spectroscopy of radiation defect centres in silicon. Paweł Kamiński Institute of Electronic Materials Technology Joint Laboratory for Characterisation of Defect Centres in Semi-Insulating Materials High-resolution photoinduced transient spectroscopy of radiation defect

More information

M. De Napoli, F. Giacoppo, G. Raciti, E. Rapisarda, C. Sfienti. Laboratori Nazionali del Sud (LNS) INFN University of Catania. IPRD Oct.

M. De Napoli, F. Giacoppo, G. Raciti, E. Rapisarda, C. Sfienti. Laboratori Nazionali del Sud (LNS) INFN University of Catania. IPRD Oct. M. De Napoli, F. Giacoppo, G. Raciti, E. Rapisarda, C. Sfienti Laboratori Nazionali del Sud (LNS) INFN University of Catania IPRD08 1-4 Oct. Siena Silicon carbide (SiC) is expected to be applied to high-power

More information

Modeling of charge collection efficiency degradation in semiconductor devices induced by MeV ion beam irradiation

Modeling of charge collection efficiency degradation in semiconductor devices induced by MeV ion beam irradiation Modeling of charge collection efficiency degradation in semiconductor devices induced by MeV ion beam irradiation Ettore Vittone Physics Department University of Torino - Italy 1 IAEA Coordinate Research

More information

Lecture 8. Detectors for Ionizing Particles

Lecture 8. Detectors for Ionizing Particles Lecture 8 Detectors for Ionizing Particles Content Introduction Overview of detector systems Sources of radiation Radioactive decay Cosmic Radiation Accelerators Interaction of Radiation with Matter General

More information

Energetic particles and their detection in situ (particle detectors) Part II. George Gloeckler

Energetic particles and their detection in situ (particle detectors) Part II. George Gloeckler Energetic particles and their detection in situ (particle detectors) Part II George Gloeckler University of Michigan, Ann Arbor, MI University of Maryland, College Park, MD Simple particle detectors Gas-filled

More information

OPTI510R: Photonics. Khanh Kieu College of Optical Sciences, University of Arizona Meinel building R.626

OPTI510R: Photonics. Khanh Kieu College of Optical Sciences, University of Arizona Meinel building R.626 OPTI510R: Photonics Khanh Kieu College of Optical Sciences, University of Arizona kkieu@optics.arizona.edu Meinel building R.626 Announcements Homework #6 is assigned, due May 1 st Final exam May 8, 10:30-12:30pm

More information

Tracking in High Energy Physics: Silicon Devices!

Tracking in High Energy Physics: Silicon Devices! Tracking in High Energy Physics: Silicon Devices! G. Leibenguth XIX Graduiertenkolleg Heidelberg 11-12. October 2007 Content Part 1: Basics on semi-conductor Part 2: Construction Part 3: Two Examples Part

More information

Semiconductor Junctions

Semiconductor Junctions 8 Semiconductor Junctions Almost all solar cells contain junctions between different materials of different doping. Since these junctions are crucial to the operation of the solar cell, we will discuss

More information

Radiation hardness of Low Gain Amplification Detectors (LGAD)

Radiation hardness of Low Gain Amplification Detectors (LGAD) Radiation hardness of Low Gain Amplification Detectors (LGAD) G. Kramberger, V. Cindro, I. Mandić, M. Mikuž Ϯ, M. Zavrtanik Jožef Stefan Institute, Ljubljana, Slovenia Ϯ also University of Ljubljana, Faculty

More information

Enhanced lateral drift sensors: concept and development. TIPP2017, Beijing

Enhanced lateral drift sensors: concept and development. TIPP2017, Beijing Enhanced lateral drift sensors: concept and development. TIPP2017, Beijing Anastasiia Velyka, Hendrik Jansen DESY Hamburg How to achieve a high resolution? > Decrease the size of the read-out cell, i.e.

More information

arxiv:physics/ v2 [physics.ins-det] 18 Jul 2000

arxiv:physics/ v2 [physics.ins-det] 18 Jul 2000 Lorentz angle measurements in irradiated silicon detectors between 77 K and 3 K arxiv:physics/759v2 [physics.ins-det] 18 Jul 2 W. de Boer a, V. Bartsch a, J. Bol a, A. Dierlamm a, E. Grigoriev a, F. Hauler

More information

Contact resistance and TLM measurements

Contact resistance and TLM measurements Contact resistance and TLM measurements In measuring resistance with the four-point-probe or van der Pauw methods, we used 4 contacts (2 for current, 2 for voltage) to determine the sheet resistance of

More information

Ranjeet Dalal, Ashutosh Bhardwaj, Kirti Ranjan, Kavita Lalwani and Geetika Jain

Ranjeet Dalal, Ashutosh Bhardwaj, Kirti Ranjan, Kavita Lalwani and Geetika Jain Simulation of Irradiated Si Detectors, Ashutosh Bhardwaj, Kirti Ranjan, Kavita Lalwani and Geetika Jain CDRST, Department of physics and Astrophysics, University of Delhi, India E-mail: rdalal@cern.ch

More information

Review Energy Bands Carrier Density & Mobility Carrier Transport Generation and Recombination

Review Energy Bands Carrier Density & Mobility Carrier Transport Generation and Recombination Review Energy Bands Carrier Density & Mobility Carrier Transport Generation and Recombination The Metal-Semiconductor Junction: Review Energy band diagram of the metal and the semiconductor before (a)

More information

Silicon Detectors in High Energy Physics

Silicon Detectors in High Energy Physics Thomas Bergauer (HEPHY Vienna) IPM Teheran 22 May 2011 Sunday: Schedule Semiconductor Basics (45 ) Silicon Detectors in Detector concepts: Pixels and Strips (45 ) Coffee Break Strip Detector Performance

More information

Lecture 13 - Carrier Flow (cont.), Metal-Semiconductor Junction. October 2, 2002

Lecture 13 - Carrier Flow (cont.), Metal-Semiconductor Junction. October 2, 2002 6.72J/3.43J - Integrated Microelectronic Devices - Fall 22 Lecture 13-1 Contents: Lecture 13 - Carrier Flow (cont.), Metal-Semiconductor Junction October 2, 22 1. Transport in space-charge and high-resistivity

More information

Fundamentals of the Metal Oxide Semiconductor Field-Effect Transistor

Fundamentals of the Metal Oxide Semiconductor Field-Effect Transistor Triode Working FET Fundamentals of the Metal Oxide Semiconductor Field-Effect Transistor The characteristics of energy bands as a function of applied voltage. Surface inversion. The expression for the

More information

Diodes for Power Electronic Applications

Diodes for Power Electronic Applications Lecture Notes Diodes for Power Electronic Applications William P. Robbins Professor, Dept. of Electrical and Computer Engineering University of Minnesota OUTLINE PN junction power diode construction Breakdown

More information

Final Examination EE 130 December 16, 1997 Time allotted: 180 minutes

Final Examination EE 130 December 16, 1997 Time allotted: 180 minutes Final Examination EE 130 December 16, 1997 Time allotted: 180 minutes Problem 1: Semiconductor Fundamentals [30 points] A uniformly doped silicon sample of length 100µm and cross-sectional area 100µm 2

More information

CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland

CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS NOTE 2001/023 The Compact Muon Solenoid Experiment CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland May 18, 2001 Investigations of operating scenarios

More information

Review of Semiconductor Drift Detectors

Review of Semiconductor Drift Detectors Pavia October 25, 2004 Review of Semiconductor Drift Detectors Talk given by Pavel Rehak following a presentation on 5 th Hiroshima Symposium of Semiconductor Tracking Detectors Outline of the Review Principles

More information

6.012 Electronic Devices and Circuits

6.012 Electronic Devices and Circuits Page 1 of 10 YOUR NAME Department of Electrical Engineering and Computer Science Massachusetts Institute of Technology 6.012 Electronic Devices and Circuits Exam No. 2 Thursday, November 5, 2009 7:30 to

More information

pygmm Documentation Release Albert Kottke

pygmm Documentation Release Albert Kottke pygmm Documentation Release 0.3.0 Albert Kottke March 16, 2016 Contents 1 pygmm 3 1.1 Features.................................................. 3 1.2 Credits..................................................

More information

Semiconductor Physics fall 2012 problems

Semiconductor Physics fall 2012 problems Semiconductor Physics fall 2012 problems 1. An n-type sample of silicon has a uniform density N D = 10 16 atoms cm -3 of arsenic, and a p-type silicon sample has N A = 10 15 atoms cm -3 of boron. For each

More information

For the following statements, mark ( ) for true statement and (X) for wrong statement and correct it.

For the following statements, mark ( ) for true statement and (X) for wrong statement and correct it. Benha University Faculty of Engineering Shoubra Electrical Engineering Department First Year communications. Answer all the following questions Illustrate your answers with sketches when necessary. The

More information

epistasis Documentation

epistasis Documentation epistasis Documentation Release 0.1 Zach Sailer May 19, 2017 Contents 1 Table of Contents 3 1.1 Setup................................................... 3 1.2 Basic Usage...............................................

More information

EECS130 Integrated Circuit Devices

EECS130 Integrated Circuit Devices EECS130 Integrated Circuit Devices Professor Ali Javey 9/18/2007 P Junctions Lecture 1 Reading: Chapter 5 Announcements For THIS WEEK OLY, Prof. Javey's office hours will be held on Tuesday, Sept 18 3:30-4:30

More information

Epitaxial SiC Schottky barriers for radiation and particle detection

Epitaxial SiC Schottky barriers for radiation and particle detection Epitaxial SiC Schottky barriers for radiation and particle detection M. Bruzzi, M. Bucciolini, R. D'Alessandro, S. Lagomarsino, S. Pini, S. Sciortino INFN Firenze - Università di Firenze F. Nava INFN Bologna

More information

Midterm I - Solutions

Midterm I - Solutions UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences EECS 130 Spring 2008 Professor Chenming Hu Midterm I - Solutions Name: SID: Grad/Undergrad: Closed

More information

Modelling of Diamond Devices with TCAD Tools

Modelling of Diamond Devices with TCAD Tools RADFAC Day - 26 March 2015 Modelling of Diamond Devices with TCAD Tools A. Morozzi (1,2), D. Passeri (1,2), L. Servoli (2), K. Kanxheri (2), S. Lagomarsino (3), S. Sciortino (3) (1) Engineering Department

More information

Semiconductor Physics and Devices

Semiconductor Physics and Devices The pn Junction 1) Charge carriers crossing the junction. 3) Barrier potential Semiconductor Physics and Devices Chapter 8. The pn Junction Diode 2) Formation of positive and negative ions. 4) Formation

More information

Development of Radiation Hard Si Detectors

Development of Radiation Hard Si Detectors Development of Radiation Hard Si Detectors Dr. Ajay K. Srivastava On behalf of Detector Laboratory of the Institute for Experimental Physics University of Hamburg, D-22761, Germany. Ajay K. Srivastava

More information

IAST Documentation. Release Cory M. Simon

IAST Documentation. Release Cory M. Simon IAST Documentation Release 0.0.0 Cory M. Simon November 02, 2015 Contents 1 Installation 3 2 New to Python? 5 3 pyiast tutorial 7 3.1 Import the pure-component isotherm data................................

More information

Status Report: Multi-Channel TCT

Status Report: Multi-Channel TCT Status Report: Multi-Channel TCT J. Becker, D. Eckstein, R. Klanner, G. Steinbrück University of Hamburg 1. Introduction 2. Set-up and measurement techniques 3. First results from single-channel measurements

More information

Lorentz shift measurements in heavily irradiated silicon detectors in high magnetic fields

Lorentz shift measurements in heavily irradiated silicon detectors in high magnetic fields Lorentz shift measurements in heavily irradiated silicon detectors in high magnetic fields Wim de Boer 1, Karl-Heinz Hoffmann 1, Andreas Sabellek 1, 1, Michael Schneider 1, Valery Zhukov 1 and Theo Schneider

More information

Development of radiation hard sensors for very high luminosity colliders - CERN - RD50 project -

Development of radiation hard sensors for very high luminosity colliders - CERN - RD50 project - NIMA 1 NIMA RD5 Internal Note - RD5/23/1 Reviewed manuscript submitted to Vertex 22 Development of radiation hard sensors for very high luminosity colliders - CERN - RD5 project - Michael Moll * CERN,

More information

Silicon Detectors in High Energy Physics

Silicon Detectors in High Energy Physics Thomas Bergauer (HEPHY Vienna) IPM Teheran 22 May 2011 Sunday: Schedule Silicon Detectors in Semiconductor Basics (45 ) Detector concepts: Pixels and Strips (45 ) Coffee Break Strip Detector Performance

More information

Solid State Physics SEMICONDUCTORS - IV. Lecture 25. A.H. Harker. Physics and Astronomy UCL

Solid State Physics SEMICONDUCTORS - IV. Lecture 25. A.H. Harker. Physics and Astronomy UCL Solid State Physics SEMICONDUCTORS - IV Lecture 25 A.H. Harker Physics and Astronomy UCL 9.9 Carrier diffusion and recombination Suppose we have a p-type semiconductor, i.e. n h >> n e. (1) Create a local

More information

ρ ρ LED access resistances d A W d s n s p p p W the output window size p-layer d p series access resistance d n n-layer series access resistance

ρ ρ LED access resistances d A W d s n s p p p W the output window size p-layer d p series access resistance d n n-layer series access resistance LED access resistances W the output window size p-layer series access resistance d p n-layer series access resistance d n The n-layer series access resistance R = ρ s n where the resistivity of the n-layer

More information

ECE-342 Test 2 Solutions, Nov 4, :00-8:00pm, Closed Book (one page of notes allowed)

ECE-342 Test 2 Solutions, Nov 4, :00-8:00pm, Closed Book (one page of notes allowed) ECE-342 Test 2 Solutions, Nov 4, 2008 6:00-8:00pm, Closed Book (one page of notes allowed) Please use the following physical constants in your calculations: Boltzmann s Constant: Electron Charge: Free

More information

Chapter 7. The pn Junction

Chapter 7. The pn Junction Chapter 7 The pn Junction Chapter 7 PN Junction PN junction can be fabricated by implanting or diffusing donors into a P-type substrate such that a layer of semiconductor is converted into N type. Converting

More information

MOS CAPACITOR AND MOSFET

MOS CAPACITOR AND MOSFET EE336 Semiconductor Devices 1 MOS CAPACITOR AND MOSFET Dr. Mohammed M. Farag Ideal MOS Capacitor Semiconductor Devices Physics and Technology Chapter 5 EE336 Semiconductor Devices 2 MOS Capacitor Structure

More information

Classification of Solids

Classification of Solids Classification of Solids Classification by conductivity, which is related to the band structure: (Filled bands are shown dark; D(E) = Density of states) Class Electron Density Density of States D(E) Examples

More information

A study of the silicon Bulk-Barrier Diodes designed in planar technology by means of simulation

A study of the silicon Bulk-Barrier Diodes designed in planar technology by means of simulation Journal of Engineering Science and Technology Review 2 (1) (2009) 157-164 Research Article JOURNAL OF Engineering Science and Technology Review www.jestr.org A study of the silicon Bulk-Barrier Diodes

More information

UNIVERSITY of CALIFORNIA SANTA CRUZ

UNIVERSITY of CALIFORNIA SANTA CRUZ UNIVERSITY of CALIFORNIA SANTA CRUZ EXTRACTION OF EFFECTIVE DOPING CONCENTRATIONS IN UN-IRRADIATED AND IRRADIATED SILICON DETECTORS A thesis submitted in partial satisfaction of the requirements for the

More information

CMS Pixel Simulations

CMS Pixel Simulations CMS Pixel Simulations Morris Swartz Dept. of Physics and Astronomy Johns Hopkins University morris@jhu.edu 5 November 2002 Motivation for Detailed Sensor Simulation The Official CMS Monte Carlo uses an

More information

Impact of high photon densities on AGIPD requirements

Impact of high photon densities on AGIPD requirements Impact of high photon densities on AGIPD requirements Julian Becker University of Hamburg Detector Laboratory 1. Si-type influence on charge collection time 2. Measurements on charge collection time 3.

More information

Apex Python library. Release 1.0.1

Apex Python library. Release 1.0.1 Apex Python library Release 1.0.1 Feb 28, 2018 Contents 1 Overview 1 1.1 Quick start................................................ 1 1.2 Documentation.............................................. 2

More information

Advantages / Disadvantages of semiconductor detectors

Advantages / Disadvantages of semiconductor detectors Advantages / Disadvantages of semiconductor detectors Semiconductor detectors have a high density (compared to gas detector) large energy loss in a short distance diffusion effect is smaller than in gas

More information

Electron transparency, ion transparency and ion feedback of a 3M GEM

Electron transparency, ion transparency and ion feedback of a 3M GEM Nuclear Instruments and Methods in Physics Research A 525 (2004) 33 37 Electron transparency, ion transparency and ion feedback of a 3M GEM P.S. Barbeau a, J. Collar a, J. Miyamoto b, *, I. Shipsey b a

More information

Lecture Notes 2 Charge-Coupled Devices (CCDs) Part I. Basic CCD Operation CCD Image Sensor Architectures Static and Dynamic Analysis

Lecture Notes 2 Charge-Coupled Devices (CCDs) Part I. Basic CCD Operation CCD Image Sensor Architectures Static and Dynamic Analysis Lecture Notes 2 Charge-Coupled Devices (CCDs) Part I Basic CCD Operation CCD Image Sensor Architectures Static and Dynamic Analysis Charge Well Capacity Buried channel CCD Transfer Efficiency Readout Speed

More information

Lecture 7 PN Junction and MOS Electrostatics(IV) Metal Oxide Semiconductor Structure (contd.)

Lecture 7 PN Junction and MOS Electrostatics(IV) Metal Oxide Semiconductor Structure (contd.) Lecture 7 PN Junction and MOS Electrostatics(IV) Metal Oxide Semiconductor Structure (contd.) Outline 1. Overview of MOS electrostatics under bias 2. Depletion regime 3. Flatband 4. Accumulation regime

More information

MOS Transistor I-V Characteristics and Parasitics

MOS Transistor I-V Characteristics and Parasitics ECEN454 Digital Integrated Circuit Design MOS Transistor I-V Characteristics and Parasitics ECEN 454 Facts about Transistors So far, we have treated transistors as ideal switches An ON transistor passes

More information

Quantum and Non-local Transport Models in Crosslight Device Simulators. Copyright 2008 Crosslight Software Inc.

Quantum and Non-local Transport Models in Crosslight Device Simulators. Copyright 2008 Crosslight Software Inc. Quantum and Non-local Transport Models in Crosslight Device Simulators Copyright 2008 Crosslight Software Inc. 1 Introduction Quantization effects Content Self-consistent charge-potential profile. Space

More information

A Comprehensive Multiphysics Model for Organic Photovoltaics. A Comprehensive Multiphysics Model for Organic Photovoltaics

A Comprehensive Multiphysics Model for Organic Photovoltaics. A Comprehensive Multiphysics Model for Organic Photovoltaics A Comprehensive Multiphysics Model for Organic Photovoltaics Zi Shuai Wang, Wei E. I. Sha, and Wallace C. H. Choy Presenter: Wei E. I. Sha Email: wsha@eee.hku.hk Website: http://www.eee.hku.hk/~wsha Department

More information

Semiconductor X-Ray Detectors. Tobias Eggert Ketek GmbH

Semiconductor X-Ray Detectors. Tobias Eggert Ketek GmbH Semiconductor X-Ray Detectors Tobias Eggert Ketek GmbH Semiconductor X-Ray Detectors Part A Principles of Semiconductor Detectors 1. Basic Principles 2. Typical Applications 3. Planar Technology 4. Read-out

More information

Numerical Example: Carrier Concentrations

Numerical Example: Carrier Concentrations 2 Numerical ample: Carrier Concentrations Donor concentration: N d = 10 15 cm -3 Thermal equilibrium electron concentration: n o N d = 10 15 cm 3 Thermal equilibrium hole concentration: 2 2 p o = n i no

More information

Peter Fischer, ziti, Universität Heidelberg. Silicon Detectors & Readout Electronics

Peter Fischer, ziti, Universität Heidelberg. Silicon Detectors & Readout Electronics Silicon Detectors and Readout Electronics Peter Fischer, ziti, Universität Heidelberg 1 Content of the Lecture (sorted by subject) Introduction: Applications of silicon detectors Requirements, measured

More information

n N D n p = n i p N A

n N D n p = n i p N A Summary of electron and hole concentration in semiconductors Intrinsic semiconductor: E G n kt i = pi = N e 2 0 Donor-doped semiconductor: n N D where N D is the concentration of donor impurity Acceptor-doped

More information

Important point defects after γ and proton irradiation investigated by TSC technique

Important point defects after γ and proton irradiation investigated by TSC technique Important point defects after γ and proton irradiation investigated by TSC technique I. Pintilie a),b), E. Fretwurst b), G. Kramberger c) G. Lindström b) and J. Stahl b) a) National Institute of Materials

More information

PHYS208 p-n junction. January 15, 2010

PHYS208 p-n junction. January 15, 2010 1 PHYS208 p-n junction January 15, 2010 List of topics (1) Density of states Fermi-Dirac distribution Law of mass action Doped semiconductors Dopinglevel p-n-junctions 1 Intrinsic semiconductors List of

More information

Mara Bruzzi INFN and University of Florence, Italy and SCIPP, UC Santa Cruz, USA

Mara Bruzzi INFN and University of Florence, Italy and SCIPP, UC Santa Cruz, USA SCIPP 06/16 September 2006 Capacitance-Voltage analysis at different temperatures in heavily irradiated silicon detectors Mara Bruzzi INFN and University of Florence, Italy and SCIPP, UC Santa Cruz, USA

More information

Semiconductor Physics Problems 2015

Semiconductor Physics Problems 2015 Semiconductor Physics Problems 2015 Page and figure numbers refer to Semiconductor Devices Physics and Technology, 3rd edition, by SM Sze and M-K Lee 1. The purest semiconductor crystals it is possible

More information

ECE 440 Lecture 20 : PN Junction Electrostatics II Class Outline:

ECE 440 Lecture 20 : PN Junction Electrostatics II Class Outline: ECE 440 Lecture 20 : PN Junction Electrostatics II Class Outline: Depletion Approximation Step Junction Things you should know when you leave Key Questions What is the space charge region? What are the

More information

ATL-INDET /04/2000

ATL-INDET /04/2000 Evolution of silicon micro-strip detector currents during proton irradiation at the CERN PS ATL-INDET-2000-009 17/04/2000 R.S.Harper aλ, P.P.Allport b, L.Andricek c, C.M.Buttar a, J.R.Carter d, G.Casse

More information

Spring Semester 2012 Final Exam

Spring Semester 2012 Final Exam Spring Semester 2012 Final Exam Note: Show your work, underline results, and always show units. Official exam time: 2.0 hours; an extension of at least 1.0 hour will be granted to anyone. Materials parameters

More information

Electronics Fets and Mosfets Prof D C Dube Department of Physics Indian Institute of Technology, Delhi

Electronics Fets and Mosfets Prof D C Dube Department of Physics Indian Institute of Technology, Delhi Electronics Fets and Mosfets Prof D C Dube Department of Physics Indian Institute of Technology, Delhi Module No. #05 Lecture No. #02 FETS and MOSFETS (contd.) In the previous lecture, we studied the working

More information

Lecture (02) PN Junctions and Diodes

Lecture (02) PN Junctions and Diodes Lecture (02) PN Junctions and Diodes By: Dr. Ahmed ElShafee ١ I Agenda N type, P type semiconductors N Type Semiconductor P Type Semiconductor PN junction Energy Diagrams of the PN Junction and Depletion

More information

Germanium Detectors. Germanium, a special material. Detectors, big is beautiful. Operational features. Applications. Iris Abt

Germanium Detectors. Germanium, a special material. Detectors, big is beautiful. Operational features. Applications. Iris Abt Germanium Detectors Germanium, a special material Detectors, big is beautiful Operational features Applications Iris Abt Si Si Si Si Si Si n silicon Si + P The Material Si Donor Si Si conduction valence

More information

LECTURE 3 MOSFETS II. MOS SCALING What is Scaling?

LECTURE 3 MOSFETS II. MOS SCALING What is Scaling? LECTURE 3 MOSFETS II Lecture 3 Goals* * Understand constant field and constant voltage scaling and their effects. Understand small geometry effects for MOS transistors and their implications modeling and

More information

8.1 Drift diffusion model

8.1 Drift diffusion model 8.1 Drift diffusion model Advanced theory 1 Basic Semiconductor Equations The fundamentals of semiconductor physic are well described by tools of quantum mechanic. This point of view gives us a model of

More information

! PN Junction. ! MOS Transistor Topology. ! Threshold. ! Operating Regions. " Resistive. " Saturation. " Subthreshold (next class)

! PN Junction. ! MOS Transistor Topology. ! Threshold. ! Operating Regions.  Resistive.  Saturation.  Subthreshold (next class) ESE370: ircuitlevel Modeling, Design, and Optimization for Digital Systems Lec 7: September 20, 2017 MOS Transistor Operating Regions Part 1 Today! PN Junction! MOS Transistor Topology! Threshold! Operating

More information

Tracking detectors for the LHC. Peter Kluit (NIKHEF)

Tracking detectors for the LHC. Peter Kluit (NIKHEF) Tracking detectors for the LHC Peter Kluit (NIKHEF) Overview lectures part I Principles of gaseous and solid state tracking detectors Tracking detectors at the LHC Drift chambers Silicon detectors Modeling

More information

The Devices. Devices

The Devices. Devices The The MOS Transistor Gate Oxyde Gate Source n+ Polysilicon Drain n+ Field-Oxyde (SiO 2 ) p-substrate p+ stopper Bulk Contact CROSS-SECTION of NMOS Transistor Cross-Section of CMOS Technology MOS transistors

More information