Both equations are solved using a finite differences (iterative relaxation) method, which takes some time to converge.

Size: px
Start display at page:

Download "Both equations are solved using a finite differences (iterative relaxation) method, which takes some time to converge."

Transcription

1 WEIGHTFIELD 2D Silicon Strip Detector Simulation V November 2011 Abstract WEIGHTFIELD is a program that allows simulating a silicon strip detector in two dimensions (crosssection). It determines both drift and weighting fields and calculates the induced current on the readout electrode as a function of the location of a traversing MIP (minimum ionizing particle). Introduction The silicon detector has a thickness of 300µm and a section of 1000µm width is considered. This area is divided into a grid of 1x1µm 2 units (resulting in 300k cells). According to the user s input of strip width and pitch, depletion and bias voltage, bulk and strip implant doping types, the program iteratively calculates the potentials in this grid. This is done by solving Poisson s equation 2 φ d = ρ ε for the drift potential, considering space charges according to the bulk doping concentration (which is derived from the depletion voltage) and the boundary conditions of strip and backplane electrodes. The weighting potential is similarly attacked, but in that case no charges need to be taken into account, so the right side of Poisson s equation becomes zero, leading to Laplace s equation 2 φ w = 0 for the weighting potential. Here, the boundary conditions also apply to all electrodes, but only the readout strip is set to unity potential, while all others are at zero. Both equations are solved using a finite differences (iterative relaxation) method, which takes some time to converge. Once the potentials are available, the program derives the vectors for both drift and weighting fields (negative gradients of the potentials) and displays cuts of potential and field through the sensor thickness. Moreover, a traversing minimum ionizing particle can be simulated in a user selectable position, creating electrons and holes, which are homogeneously distributed along the detector thickness. These charges then move under the influence of the drift field and induce a current in the readout strip according to the weighting field. The currents due to electrons and holes are calculated separately and are also integrated over time to obtain collected charges. How to install? WEIGHTFIELD runs on Windows. It was developed in the LabWindows/CVI 8.1 environment by National Instruments (similar GUI as LabView, but with C code behind). If you have that software installed, you just need the binary file (weightfield.exe) and the GUI panel file (weightfield.uir) and that s all. If you don t have it, use the installer package (run setup.exe), which will install the binary 1

2 file as well as the LabWindows 8.1 run-time library. Alternatively, you can also download that library from and then just run the executable file. If you do not have Windows, it probably requires some porting of the code. Of course the full sources are also provided. The GUI Here is a screenshot of the graphical user interface (GUI). Essentially, all the controls are on the right edge of the window, while the results are displayed in the color map and the two graphs below. The color map in the center shows the cross-section of the detector having a width of 1000µm (x axis) and a thickness of 300µm (y axis, zero is at the backplane at bottom). The readout strip is always centered at the top edge of the detector (x=500µm, y=300µm); the backplane is located on the bottom (y=0µm). The switch on top allows selecting what to display: Freeze: keep the current display forever Weighting Potential: display the weighting potential of the center strip Drift Potential: display the drift potential The present screen can always be saved (in 24 bit PNG format) by hitting the Save Screen button and the Quit button (or the X on the top right corner of the window) ends the program without saving any data. 2

3 Calculating Potentials After starting the program, the memories for the potentials are empty, so we first either have to calculate them or load them from a file. If you want to load a previously saved file, you can skip this section. The controls that are highlighted below are relevant for calculating the potentials. The user can select Strip Pitch (500µm max) Strip Width (must be <= strip pitch) Depletion voltage (Vdepl) Bias voltage (Vbias, must be >= depletion voltage) Bulk material type (n or p type doping) Strip implant type (n or p type doping) Number of Iterations for the calculation of potentials The freedom of choosing bulk and strip types also allows simulating the condition of inversion. Assuming n-type bulk with p-strips (like in the CMS Strip Tracker), just switch to p-type bulk to simulate the situation after type inversion. The calculation can be started by hitting the Start button, and is done for the selected number of iterations (default: 1M). Each iteration is triggered by a timer with a frequency set by the Calc Interval control, which is by default set to zero (but you can decelerate if you really want). The present potential map is brought to the screen every 10 seconds by default; this interval can be adjusted by the Plot Update control. The current iteration is displayed as well as the overall progress 3

4 in percent. The calculation can always be aborted by hitting the Stop button, but cannot be resumed thereafter. The iterative relaxation method is a kind of diffusion process where the electrode potentials set by the initial boundary conditions are averaged over neighboring cells, adding a contribution for the space charge (see for details). Consequently, the progress is very slow it typically takes 100k to 1M events to converge, or a few hours of computing time on a modern CPU. The process could be considerably accelerated by using a multi-grid approach, where calculation starts on a course grid with subsequent refinement. Alternatively, the finite elements method could also provide faster calculation, but is also more complicated. Any contributions are highly welcome! After the potentials are done, they can be saved on disk by hitting the Save button. This allows to skip the time-consuming job next time by just loading previously calculated potentials. The file extension of the binary potentials maps is pmp. Each file needs 4.57MB. The user selected control (pitch and width, voltages, ) values are also saved and thus also loaded. Please note that the color scale for the weighting potential is nonlinear, while the drift field is linear. Displaying Cuts Once the potential maps are finished (either after calculation or by using the Load button), the corresponding electric fields are calculated and displayed on some locations of the grid as black lines with a length according to the absolute value and the proper direction. 4

5 By default, the bottom graphs display cuts through the sensor thickness for potential and field (y components only) of the following locations: Centered on the readout strip Centered between readout and first neighboring strip Centered on the first neighbor strip (weighting potential only) Centered on the second neighbor strip (weighting potential only) The latter two are identical to the readout strip in case of the drift field and thus are not shown if that display is selected. Alternatively, the Cursor field can be selected, which allows to display both potential and field for any x position of the sensor. The position can either be selected by entering the numeric value (in units of µm) in the Cursor X field or by dragging the vertical cursor line in the potential map with the mouse. The x position display is updated accordingly. The granularity of the potential maps is 1µm and the readout strip is at the (top) center at x=500µm. With a pitch of 50µm, as shown in the screenshot below, the first neighbor strips are centered at 450µm and 550µm, respectively. Using the cursor, the electric fields are displayed in the right graph for both x and y components as well as their absolute value which is calculated using E 2 2 d,x + E d,y. 5

6 Calculating the MIP Induced Currents Probably the most interesting feature is to simulate the current that flows through the readout strip following a MIP traversing the detector in perpendicular direction. In order to see those, both Cursor and Current switches need to be turned on. The vertical cursor works in the same way as when displaying cuts, and the induced currents due to electron and hole motions and their sum are now displayed in the right bottom plot showing current over time. Moreover, their integration (the collected charge) is displayed in the numeric indicators on the bottom right side (see screenshot on page 2). Please note that the calculation of currents might take a few seconds, depending on the speed of your CPU. In this calculation, electrons and holes are placed in the silicon detector along the selected path and their motion (due to the drift field) is simulated in steps of 0.1ns. At the same time, the induced currents in the readout electrode are calculated (determined by the weighting field). The simulation stops at 50ns, no matter whether all moving charges are collected or not. It is interesting to see that the electron-hole pairs generated beneath a neighboring strip (not the readout strip) induce both positive and negative currents in the readout strip, which result in a total integrated charge of approximately zero. That charge being not exactly zero (but less than 1% of the MIP deposition) demonstrates the limits of this simulation. Nonetheless this software is accurate enough to show that a typical strip detector primarily collects charges due to either electrons or holes (depending on the strip donor type), even though the Shockley-Ramo theorem states that both carriers are equally important however, this is only true for a parallel-plate configuration, which can be approximated by setting strip pitch and width to the maximum value of 500µm, as shown in the screenshot below. 6

LHC-B. 60 silicon vertex detector elements. (strips not to scale) [cm] [cm] = 1265 strips

LHC-B. 60 silicon vertex detector elements. (strips not to scale) [cm] [cm] = 1265 strips LHCb 97-020, TRAC November 25 1997 Comparison of analogue and binary read-out in the silicon strips vertex detector of LHCb. P. Koppenburg 1 Institut de Physique Nucleaire, Universite de Lausanne Abstract

More information

f xx + f yy = F (x, y)

f xx + f yy = F (x, y) Application of the 2D finite element method to Laplace (Poisson) equation; f xx + f yy = F (x, y) M. R. Hadizadeh Computer Club, Department of Physics and Astronomy, Ohio University 4 Nov. 2013 Domain

More information

The Simulation Environment

The Simulation Environment Institut für Integrierte Systeme Integrated Systems Laboratory Introduction The Simulation Environment WS 2011 The goal is to become familiar with the simulation package. We will use the tools SDE, DESSIS,

More information

FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016

FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016 FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016 Note: These instructions are based on an older version of FLUENT, and some of the instructions

More information

Spreadsheet View and Basic Statistics Concepts

Spreadsheet View and Basic Statistics Concepts Spreadsheet View and Basic Statistics Concepts GeoGebra 3.2 Workshop Handout 9 Judith and Markus Hohenwarter www.geogebra.org Table of Contents 1. Introduction to GeoGebra s Spreadsheet View 2 2. Record

More information

Integrated CMOS sensor technologies for the CLIC tracker

Integrated CMOS sensor technologies for the CLIC tracker Integrated CMOS sensor technologies for the CLIC tracker Magdalena Munker (CERN, University of Bonn) On behalf of the collaboration International Conference on Technology and Instrumentation in Particle

More information

3D Detector Simulation with Synopsys TCAD

3D Detector Simulation with Synopsys TCAD Journée de la simulation 17/6/2013 3D Detector Simulation with Synopsys TCAD V. Gkougkousis1,2, A. Lounis 1,2, N. Dinu 1, A. Bassalat 1,3 1. Laboratoire de L'accélérateur Linéaire 2. Université Paris-SUD

More information

Strömningslära Fluid Dynamics. Computer laboratories using COMSOL v4.4

Strömningslära Fluid Dynamics. Computer laboratories using COMSOL v4.4 UMEÅ UNIVERSITY Department of Physics Claude Dion Olexii Iukhymenko May 15, 2015 Strömningslära Fluid Dynamics (5FY144) Computer laboratories using COMSOL v4.4!! Report requirements Computer labs must

More information

arxiv:physics/ v1 [physics.ins-det] 18 Dec 1998

arxiv:physics/ v1 [physics.ins-det] 18 Dec 1998 Studies of 1 µm-thick silicon strip detector with analog VLSI readout arxiv:physics/981234v1 [physics.ins-det] 18 Dec 1998 T. Hotta a,1, M. Fujiwara a, T. Kinashi b, Y. Kuno c, M. Kuss a,2, T. Matsumura

More information

3D-Triplet Tracking for LHC and Future High Rate Experiments

3D-Triplet Tracking for LHC and Future High Rate Experiments 3D-Triplet Tracking for LHC and Future High Rate Experiments André Schöning Physikalisches Institut, Universität Heidelberg Workshop on Intelligent Trackers WIT 2014 University of Pennsylvania May 14-16,

More information

Creating a Basic Chart in Excel 2007

Creating a Basic Chart in Excel 2007 Creating a Basic Chart in Excel 2007 A chart is a pictorial representation of the data you enter in a worksheet. Often, a chart can be a more descriptive way of representing your data. As a result, those

More information

PoS(High-pT physics09)036

PoS(High-pT physics09)036 Triggering on Jets and D 0 in HLT at ALICE 1 University of Bergen Allegaten 55, 5007 Bergen, Norway E-mail: st05886@alf.uib.no The High Level Trigger (HLT) of the ALICE experiment is designed to perform

More information

Finite Element Methods for the Poisson Equation and its Applications

Finite Element Methods for the Poisson Equation and its Applications Finite Element Methods for the Poisson Equation and its Applications Charles Crook July 30, 2013 Abstract The finite element method is a fast computational method that also has a solid mathematical theory

More information

3D Field Computation and Ray-tracing

3D Field Computation and Ray-tracing 3D 3D Family 3D Field Computation and Ray-tracing 3D computes the properties of electrostatic and magnetic electron optical systems, using a fully 3D potential computation and direct electron ray-tracing

More information

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 This document contains an Abaqus tutorial for performing a buckling analysis using the finite element program

More information

Introduction to numerical algorithms

Introduction to numerical algorithms Introduction to numerical algorithms Given an algebraic equation or formula, we may want to approximate the value, and while in calculus, we deal with equations or formulas that are well defined at each

More information

Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE

Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE Getting Started with Abaqus: Interactive Edition Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE The following section is a basic tutorial for the experienced Abaqus user. It leads you

More information

Upgraded Swimmer for Computationally Efficient Particle Tracking for Jefferson Lab s CLAS12 Spectrometer

Upgraded Swimmer for Computationally Efficient Particle Tracking for Jefferson Lab s CLAS12 Spectrometer Upgraded Swimmer for Computationally Efficient Particle Tracking for Jefferson Lab s CLAS12 Spectrometer Lydia Lorenti Advisor: David Heddle April 29, 2018 Abstract The CLAS12 spectrometer at Jefferson

More information

Endcap Modules for the ATLAS SemiConductor Tracker

Endcap Modules for the ATLAS SemiConductor Tracker Endcap Modules for the ATLAS SemiConductor Tracker RD3, Firenze, September 29 th, 23 Richard Nisius (MPI Munich) nisius@mppmu.mpg.de (For the ATLAS-SCT Collaboration) The plan of this presentation Introduction

More information

Forward Time-of-Flight Detector Efficiency for CLAS12

Forward Time-of-Flight Detector Efficiency for CLAS12 Forward Time-of-Flight Detector Efficiency for CLAS12 D.S. Carman, Jefferson Laboratory ftof eff.tex May 29, 2014 Abstract This document details an absolute hit efficiency study of the FTOF panel-1a and

More information

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS CR -2008/100 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 02 December 2008 (v2, 03 December 2008)

More information

Analogue, Digital and Semi-Digital Energy Reconstruction in the CALICE AHCAL

Analogue, Digital and Semi-Digital Energy Reconstruction in the CALICE AHCAL Analogue, Digital and Semi-Digital Energy Reconstruction in the AHCAL Deutsches Elektronen Synchrotron (DESY), Hamburg, Germany E-mail: coralie.neubueser@desy.de Within the collaboration different calorimeter

More information

Driven Cavity Example

Driven Cavity Example BMAppendixI.qxd 11/14/12 6:55 PM Page I-1 I CFD Driven Cavity Example I.1 Problem One of the classic benchmarks in CFD is the driven cavity problem. Consider steady, incompressible, viscous flow in a square

More information

Fully-Depleted SOI-MOSFET Model for Circuit Simulation and its Application to 1/ f Noise Analysis 1 Abstract 2 Introduction

Fully-Depleted SOI-MOSFET Model for Circuit Simulation and its Application to 1/ f Noise Analysis 1 Abstract 2 Introduction Fully-Depleted SOI-MOSFET Model for Circuit Simulation and its Application to 1/f Noise Analysis N. Sadachika, Y. Uetsuji, D. Kitamaru, *L. Weiss, *U. Feldmann, **S. Baba, H. J. Mattausch M. Miura-Mattausch

More information

Optimization of thin n-in-p planar pixel modules for the ATLAS upgrade at HL-LHC arxiv: v1 [physics.ins-det] 12 Jan 2017

Optimization of thin n-in-p planar pixel modules for the ATLAS upgrade at HL-LHC arxiv: v1 [physics.ins-det] 12 Jan 2017 Prepared for submission to JINST 8th International Workshop on Semiconductor Pixel Detectors for Particles and Imaging. 5-9 September 26 Sestri Levante Optimization of thin n-in-p planar pixel modules

More information

Chapter 4 Determining Cell Size

Chapter 4 Determining Cell Size Chapter 4 Determining Cell Size Chapter 4 Determining Cell Size The third tutorial is designed to give you a demonstration in using the Cell Size Calculator to obtain the optimal cell size for your circuit

More information

EUDET Telescope Geometry and Resolution Studies

EUDET Telescope Geometry and Resolution Studies EUDET EUDET Telescope Geometry and Resolution Studies A.F.Żarnecki, P.Nieżurawski February 2, 2007 Abstract Construction of EUDET pixel telescope will significantly improve the test beam infrastructure

More information

How do you roll? Fig. 1 - Capstone screen showing graph areas and menus

How do you roll? Fig. 1 - Capstone screen showing graph areas and menus How do you roll? Purpose: Observe and compare the motion of a cart rolling down hill versus a cart rolling up hill. Develop a mathematical model of the position versus time and velocity versus time for

More information

Monte Carlo programs

Monte Carlo programs Monte Carlo programs Alexander Khanov PHYS6260: Experimental Methods is HEP Oklahoma State University November 15, 2017 Simulation steps: event generator Input = data cards (program options) this is the

More information

Accelerating Finite Element Analysis in MATLAB with Parallel Computing

Accelerating Finite Element Analysis in MATLAB with Parallel Computing MATLAB Digest Accelerating Finite Element Analysis in MATLAB with Parallel Computing By Vaishali Hosagrahara, Krishna Tamminana, and Gaurav Sharma The Finite Element Method is a powerful numerical technique

More information

Capstone Appendix. A guide to your lab computer software

Capstone Appendix. A guide to your lab computer software Capstone Appendix A guide to your lab computer software Important Notes Many of the Images will look slightly different from what you will see in lab. This is because each lab setup is different and so

More information

Simulation of Internal Backscatter Effects on MTF and SNR of Pixelated Photon-counting Detectors

Simulation of Internal Backscatter Effects on MTF and SNR of Pixelated Photon-counting Detectors Simulation of Internal Backscatter Effects on MTF and SNR of Pixelated Photon-counting Detectors Alexander Korn, Juergen Giersch a and Martin Hoheisel b a Physikalisches Institut Universitaet Erlangen-Nuernberg,

More information

Interpolating Silicon Photomultipliers

Interpolating Silicon Photomultipliers Interpolating Silicon Photomultipliers Peter Fischer, Heidelberg University, Germany (Presenter) Claudio Piemonte, FBK, Italy We present the novel Interpolating Silicon PhotoMultiplier (ISiPM) topology

More information

Let s start by examining an Excel worksheet for the linear programming. Maximize P 70x 120y. subject to

Let s start by examining an Excel worksheet for the linear programming. Maximize P 70x 120y. subject to Excel is a useful tool for solving linear programming problems. In this question we ll solve and analyze our manufacturing problem with Excel. Although this problem can easily be solved graphically or

More information

TUTORIAL#3. Marek Jaszczur. Boundary Layer on a Flat Plate W1-1 AGH 2018/2019

TUTORIAL#3. Marek Jaszczur. Boundary Layer on a Flat Plate W1-1 AGH 2018/2019 TUTORIAL#3 Boundary Layer on a Flat Plate Marek Jaszczur AGH 2018/2019 W1-1 Problem specification TUTORIAL#3 Boundary Layer - on a flat plate Goal: Solution for boudary layer 1. Creating 2D simple geometry

More information

CHAPTER 3 SIMULATION TOOLS AND

CHAPTER 3 SIMULATION TOOLS AND CHAPTER 3 SIMULATION TOOLS AND Simulation tools used in this simulation project come mainly from Integrated Systems Engineering (ISE) and SYNOPSYS and are employed in different areas of study in the simulation

More information

Metrics Tutorial. Table of Contents. 1. Introduction

Metrics Tutorial. Table of Contents. 1. Introduction Metrics Tutorial Table of Contents 1. Introduction 2. The Set-Up Editor 3. The Project File Manager 4. Data Windows 5. Plot Windows 6. Exporting and Importing Data 7. Linking Metrics and Excel 1. Introduction

More information

Realistic Animation of Fluids

Realistic Animation of Fluids 1 Realistic Animation of Fluids Nick Foster and Dimitris Metaxas Presented by Alex Liberman April 19, 2005 2 Previous Work Used non physics-based methods (mostly in 2D) Hard to simulate effects that rely

More information

Track reconstruction with the CMS tracking detector

Track reconstruction with the CMS tracking detector Track reconstruction with the CMS tracking detector B. Mangano (University of California, San Diego) & O.Gutsche (Fermi National Accelerator Laboratory) Overview The challenges The detector Track reconstruction

More information

Installation Guide. Beginners guide to structural analysis

Installation Guide. Beginners guide to structural analysis Installation Guide To install Abaqus, students at the School of Civil Engineering, Sohngaardsholmsvej 57, should log on to \\studserver, whereas the staff at the Department of Civil Engineering should

More information

Recent R&D Results on a Pixel Detector for Belle. Gary S. Varner University of Hawai, i SVD Upgrades October 23, 2000

Recent R&D Results on a Pixel Detector for Belle. Gary S. Varner University of Hawai, i SVD Upgrades October 23, 2000 Recent R&D Results on a Pixel Detector for Belle Gary S. Varner University of Hawai, i SVD Upgrades October 23, 2000 Presentation Outline Sensor fabrication A dedicated Belle planar sensor has been in

More information

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors:

Models for Nurses: Quadratic Model ( ) Linear Model Dx ( ) x Models for Doctors: The goal of this technology assignment is to graph several formulas in Excel. This assignment assumes that you using Excel 2007. The formula you will graph is a rational function formed from two polynomials,

More information

The Phase-2 ATLAS ITk Pixel Upgrade

The Phase-2 ATLAS ITk Pixel Upgrade The Phase-2 ATLAS ITk Pixel Upgrade T. Flick (University of Wuppertal) - on behalf of the ATLAS collaboration 14th Topical Seminar on Innovative Particle and Radiation Detectors () 03.-06. October 2016

More information

TEC single wire resolution

TEC single wire resolution L Note 87 TEC single wire resolution after calibration with the SMD Dimitri Bourilkov and Daniel Wagenaar This note presents a study of the single wire resolution of the L TEC for data taken in 99. For

More information

FEMLAB Exercise 1 for ChE366

FEMLAB Exercise 1 for ChE366 FEMLAB Exercise 1 for ChE366 Problem statement Consider a spherical particle of radius r s moving with constant velocity U in an infinitely long cylinder of radius R that contains a Newtonian fluid. Let

More information

Performance of the ATLAS Inner Detector at the LHC

Performance of the ATLAS Inner Detector at the LHC Performance of the ALAS Inner Detector at the LHC hijs Cornelissen for the ALAS Collaboration Bergische Universität Wuppertal, Gaußstraße 2, 4297 Wuppertal, Germany E-mail: thijs.cornelissen@cern.ch Abstract.

More information

Technology Assignment: Scatter Plots

Technology Assignment: Scatter Plots The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. You

More information

Math 227 EXCEL / MEGASTAT Guide

Math 227 EXCEL / MEGASTAT Guide Math 227 EXCEL / MEGASTAT Guide Introduction Introduction: Ch2: Frequency Distributions and Graphs Construct Frequency Distributions and various types of graphs: Histograms, Polygons, Pie Charts, Stem-and-Leaf

More information

Excerpt from the Proceedings of the COMSOL Conference 2010 Paris

Excerpt from the Proceedings of the COMSOL Conference 2010 Paris Excerpt from the Proceedings of the COMSOL Conference 2010 Paris Simulation of Flaw Signals in a Magnetic Flux Leakage Inspection Procedure O. Nemitz * and T. Schmitte Salzgitter Mannesmann Forschung GmbH

More information

GL500A Application Manual

GL500A Application Manual GL500A Application Manual Main Functions A Variety of Waveform Displays Y-T, X-Y, and FFT waveforms can be displayed on large, easy-to-read screens. Dual-screen Event and Current Data Replay Current data

More information

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates.

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates. Plot 3D Introduction Plot 3D graphs objects in three dimensions. It has five basic modes: 1. Cartesian mode, where surfaces defined by equations of the form are graphed in Cartesian coordinates, 2. cylindrical

More information

Tracking and Vertexing performance in CMS

Tracking and Vertexing performance in CMS Vertex 2012, 16-21 September, Jeju, Korea Tracking and Vertexing performance in CMS Antonio Tropiano (Università and INFN, Firenze) on behalf of the CMS collaboration Outline Tracker description Track

More information

Instruction It can display battery voltage, discharge current, time, battery

Instruction It can display battery voltage, discharge current, time, battery Feature: Instruction NC, constant current battery discharge instrument It can display battery voltage, discharge current, time, battery capacity, power, total power, resistance Auto remember the last set

More information

An Investigation into Iterative Methods for Solving Elliptic PDE s Andrew M Brown Computer Science/Maths Session (2000/2001)

An Investigation into Iterative Methods for Solving Elliptic PDE s Andrew M Brown Computer Science/Maths Session (2000/2001) An Investigation into Iterative Methods for Solving Elliptic PDE s Andrew M Brown Computer Science/Maths Session (000/001) Summary The objectives of this project were as follows: 1) Investigate iterative

More information

Appendix E: Software

Appendix E: Software Appendix E: Software Video Analysis of Motion Analyzing pictures (movies or videos) is a powerful tool for understanding how objects move. Like most forms of data, video is most easily analyzed using a

More information

Radiation hardness simulation of silicon thin detectors

Radiation hardness simulation of silicon thin detectors Radiation hardness simulation of silicon thin detectors F.Moscatelli 1,2, M. Petasecca 1, G.U. Pignatel 1 1 DIEI - Università, via G.Duranti,93 - Italy 2 IMM-CNR sez.di Bologna, via Gobetti 101 - Italy

More information

TUTORIAL - COMMAND CENTER

TUTORIAL - COMMAND CENTER FLOTHERM V3.1 Introductory Course TUTORIAL - COMMAND CENTER Introduction This tutorial covers the basic operation of the Command Center Application Window (CC) by walking the user through the main steps

More information

Introduction to Motion II

Introduction to Motion II Objectives Introduction to Motion II In this lab you will learn how to Equipment find the slope at any point along your position graph and to understand its physical meaning. fit your velocity data to

More information

Quad Module Hybrid Development for the ATLAS Pixel Layer Upgrade

Quad Module Hybrid Development for the ATLAS Pixel Layer Upgrade Quad Module Hybrid Development for the ATLAS Pixel Layer Upgrade Lawrence Berkeley National Lab E-mail: kedunne@lbl.gov Maurice Garcia-Sciveres, Timon Heim Lawrence Berkeley National Lab, Berkeley, USA

More information

APPENDIX I OVERVIEW OF TCAD SIMULATION TOOL

APPENDIX I OVERVIEW OF TCAD SIMULATION TOOL 97 APPENDIX I OVERVIEW OF TCAD SIMULATION TOOL INTRODUCTION TCAD (Technology Computer Aided Design) is a technology that solves the equations representing the manufacturing process of Large Scale Integration

More information

CMS FPGA Based Tracklet Approach for L1 Track Finding

CMS FPGA Based Tracklet Approach for L1 Track Finding CMS FPGA Based Tracklet Approach for L1 Track Finding Anders Ryd (Cornell University) On behalf of the CMS Tracklet Group Presented at AWLC June 29, 2017 Anders Ryd Cornell University FPGA Based L1 Tracking

More information

Gridpix: TPC development on the right track. The development and characterisation of a TPC with a CMOS pixel chip read out Fransen, M.

Gridpix: TPC development on the right track. The development and characterisation of a TPC with a CMOS pixel chip read out Fransen, M. UvA-DARE (Digital Academic Repository) Gridpix: TPC development on the right track. The development and characterisation of a TPC with a CMOS pixel chip read out Fransen, M. Link to publication Citation

More information

Meistergram/H2 Controller

Meistergram/H2 Controller 12/13/1997 Note: XGW is shorthand for the Xenetech Graphic Workstation software package. Feature changes and additions for XGW to run Meistergram Laser and Rotary machines This version of the XGW software

More information

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT.

A cell is highlighted when a thick black border appears around it. Use TAB to move to the next cell to the LEFT. Use SHIFT-TAB to move to the RIGHT. Instructional Center for Educational Technologies EXCEL 2010 BASICS Things to Know Before You Start The cursor in Excel looks like a plus sign. When you click in a cell, the column and row headings will

More information

4) Finish the spline here. To complete the spline, double click the last point or select the spline tool again.

4) Finish the spline here. To complete the spline, double click the last point or select the spline tool again. 1) Select the line tool 3) Move the cursor along the X direction (be careful to stay on the X axis alignment so that the line is perpendicular) and click for the second point of the line. Type 0.5 for

More information

8.882 LHC Physics. Track Reconstruction and Fitting. [Lecture 8, March 2, 2009] Experimental Methods and Measurements

8.882 LHC Physics. Track Reconstruction and Fitting. [Lecture 8, March 2, 2009] Experimental Methods and Measurements 8.882 LHC Physics Experimental Methods and Measurements Track Reconstruction and Fitting [Lecture 8, March 2, 2009] Organizational Issues Due days for the documented analyses project 1 is due March 12

More information

MAJORANA siggen. David Radford. ORNL Physics Division. Final Symposium of the Sino-German GDT Cooperation Schloss Ringberg October 2015

MAJORANA siggen. David Radford. ORNL Physics Division. Final Symposium of the Sino-German GDT Cooperation Schloss Ringberg October 2015 MAJORANA siggen David Radford ORNL Physics Division Final Symposium of the Sino-German GDT Cooperation Schloss Ringberg October 2015 Outline Overview of fieldgen and siggen New capabilities Capacitance

More information

Chapter 8: Applications of Definite Integrals

Chapter 8: Applications of Definite Integrals Name: Date: Period: AP Calc AB Mr. Mellina Chapter 8: Applications of Definite Integrals v v Sections: 8.1 Integral as Net Change 8.2 Areas in the Plane v 8.3 Volumes HW Sets Set A (Section 8.1) Pages

More information

KINETICS CALCS AND GRAPHS INSTRUCTIONS

KINETICS CALCS AND GRAPHS INSTRUCTIONS KINETICS CALCS AND GRAPHS INSTRUCTIONS 1. Open a new Excel or Google Sheets document. I will be using Google Sheets for this tutorial, but Excel is nearly the same. 2. Enter headings across the top as

More information

Track Reconstruction

Track Reconstruction 4 Track Reconstruction 4 Track Reconstruction The NA57 experimental setup has been designed to measure strange particles. In order to translate the information extracted from the detectors to the characteristics

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data Using Excel for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters. Graphs are

More information

cief Data Analysis Chapter Overview Chapter 12:

cief Data Analysis Chapter Overview Chapter 12: page 285 Chapter 12: cief Data Analysis Chapter Overview Analysis Screen Overview Opening Run Files How Run Data is Displayed Viewing Run Data Data Notifications and Warnings Checking Your Results Group

More information

Abstract. Jouya Jadidian 1, Markus Zahn 1, Nils Lavesson 2, Ola Widlund 2, Karl Borg 2

Abstract. Jouya Jadidian 1, Markus Zahn 1, Nils Lavesson 2, Ola Widlund 2, Karl Borg 2 Optimization of Artificial Diffusion Stabilization Techniques and Corresponding Mesh Density Distribution in Drift Dominated Transport of Diluted Species Jouya Jadidian 1, Markus Zahn 1, Nils Lavesson

More information

Full 3D scan of an AGATA crystal using the PSCS technique

Full 3D scan of an AGATA crystal using the PSCS technique Full 3D scan of an AGATA crystal using the PSCS technique M. Ginsz (PhD),, F. Didierjean, M.-H. Sigward, M. Filliger IPHC, Strasbourg, France 1 Gamma-ray tracking Ge spectrometers 2 PSCS technique at IPHC

More information

Galileo s Investigation

Galileo s Investigation Galileo s Investigation Investigating Angle of Incline Teacher s Guide The activity worksheets 1 Teachers Guide to Galileo s Experiment Check the car s bluetooth dongle is inserted in the PC/laptop and

More information

MOSFET Simulation Models

MOSFET Simulation Models MOSFE Simulation Models Dr. David W. Graham West irginia University Lane Department of Computer Science and Electrical Engineering 010 David W. Graham 1 Rigorous Modeling Requires 3D modeling equations

More information

Event reconstruction in STAR

Event reconstruction in STAR Chapter 4 Event reconstruction in STAR 4.1 Data aquisition and trigger The STAR data aquisition system (DAQ) [54] receives the input from multiple detectors at different readout rates. The typical recorded

More information

LAB MANUAL. Silvaco ATLAS Device Simulation Software

LAB MANUAL. Silvaco ATLAS Device Simulation Software LAB MANUAL Silvaco ATLAS Device Simulation Software Centre for Detector & Related Software Technology (CDRST) Department of Physics & Astrophysics, University of Delhi 1 INDEX 1. OVERVIEW...3 2. ABOUT

More information

Class #10 Wednesday, November 8, 2017

Class #10 Wednesday, November 8, 2017 Graphics In Excel Before we create a simulation, we need to be able to make a drawing in Excel. The techniques we use here are also used in Mathematica and LabVIEW. Drawings in Excel take place inside

More information

Presentation of GcoPS Icy plugin

Presentation of GcoPS Icy plugin Presentation of GcoPS Icy plugin GcoPS is a fully automatic and non parametric colocalization algorithm with four possible outputs: Statistical test: GcoPS computes a statistical test to evaluate the global

More information

Section 7.2 Volume: The Disk Method

Section 7.2 Volume: The Disk Method Section 7. Volume: The Disk Method White Board Challenge Find the volume of the following cylinder: No Calculator 6 ft 1 ft V 3 1 108 339.9 ft 3 White Board Challenge Calculate the volume V of the solid

More information

Determination of Drag Coefficient

Determination of Drag Coefficient DEPARTMENT OF MECHANICAL, INDUSTRIAL AND MANUFACTURING ENGINEERING MIMU 505 - MEASUREMENT AND ANALYSIS Determination of Drag Coefficient You will need to bring a zip disk or USB storage device to the lab

More information

18.02 Final Exam. y = 0

18.02 Final Exam. y = 0 No books, notes or calculators. 5 problems, 50 points. 8.0 Final Exam Useful formula: cos (θ) = ( + cos(θ)) Problem. (0 points) a) (5 pts.) Find the equation in the form Ax + By + z = D of the plane P

More information

Simulating the RF Shield for the VELO Upgrade

Simulating the RF Shield for the VELO Upgrade LHCb-PUB-- March 7, Simulating the RF Shield for the VELO Upgrade T. Head, T. Ketel, D. Vieira. Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil European Organization for Nuclear Research

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Introduction to Excel

Introduction to Excel Introduction to Excel Written by Jon Agnone Center for Social Science Computation & Research 145 Savery Hall University of Washington Seattle WA 98195 U.S.A. (206)543-8110 November 2004 http://julius.csscr.washington.edu/pdf/excel.pdf

More information

Towards Gfps CMOS image sensors. Renato Turchetta Barcelona, Spain

Towards Gfps CMOS image sensors. Renato Turchetta Barcelona, Spain Towards Gfps CMOS image sensors Renato Turchetta renato.turchetta@imasenic.com Barcelona, Spain Outline Introduction High speed CMOS Towards Gfps Outline Introduction High speed CMOS Towards Gfps Specifications

More information

Numerical Simulation of Flow around a Spur Dike with Free Surface Flow in Fixed Flat Bed. Mukesh Raj Kafle

Numerical Simulation of Flow around a Spur Dike with Free Surface Flow in Fixed Flat Bed. Mukesh Raj Kafle TUTA/IOE/PCU Journal of the Institute of Engineering, Vol. 9, No. 1, pp. 107 114 TUTA/IOE/PCU All rights reserved. Printed in Nepal Fax: 977-1-5525830 Numerical Simulation of Flow around a Spur Dike with

More information

Optimisation Studies for the CLIC Vertex-Detector Geometry

Optimisation Studies for the CLIC Vertex-Detector Geometry CLICdp-Note04-002 4 July 204 Optimisation Studies for the CLIC Vertex-Detector Geometry Niloufar Alipour Tehrani, Philipp Roloff CERN, Switzerland, ETH Zürich, Switzerland Abstract An improved CLIC detector

More information

Dealing with Data in Excel 2013/2016

Dealing with Data in Excel 2013/2016 Dealing with Data in Excel 2013/2016 Excel provides the ability to do computations and graphing of data. Here we provide the basics and some advanced capabilities available in Excel that are useful for

More information

LHC Detector Upgrades

LHC Detector Upgrades Su Dong SLAC Summer Institute Aug/2/2012 1 LHC is exceeding expectations in many ways Design lumi 1x10 34 Design pileup ~24 Rapid increase in luminosity Even more dramatic pileup challenge Z->µµ event

More information

Efficient Meshing in Sonnet

Efficient Meshing in Sonnet Efficient Meshing in Sonnet Purpose of this document: In this document, we will discuss efficient meshing in Sonnet, based on a wide variety of application examples. It will be shown how manual changes

More information

November c Fluent Inc. November 8,

November c Fluent Inc. November 8, MIXSIM 2.1 Tutorial November 2006 c Fluent Inc. November 8, 2006 1 Copyright c 2006 by Fluent Inc. All Rights Reserved. No part of this document may be reproduced or otherwise used in any form without

More information

The Mathcad Workspace 7

The Mathcad Workspace 7 For information on system requirements and how to install Mathcad on your computer, refer to Chapter 1, Welcome to Mathcad. When you start Mathcad, you ll see a window like that shown in Figure 2-1. By

More information

Luminous. Optoelectronic Device Simulator 4/15/05

Luminous. Optoelectronic Device Simulator 4/15/05 Optoelectronic Device Simulator 4/15/05 Contents Overview Key Benefits Applications Charge Coupled Devices (CCDs) Separate Absorption Multiplication (SAM) reach through avalanche photo detectors High speed

More information

CFD Post-Processing of Rampressor Rotor Compressor

CFD Post-Processing of Rampressor Rotor Compressor Gas Turbine Industrial Fellowship Program 2006 CFD Post-Processing of Rampressor Rotor Compressor Curtis Memory, Brigham Young niversity Ramgen Power Systems Mentor: Rob Steele I. Introduction Recent movements

More information

Production and Quality Assurance of Detector Modules for the LHCb Silicon Tracker

Production and Quality Assurance of Detector Modules for the LHCb Silicon Tracker Production and Quality Assurance of Detector Modules for the LHCb Silicon Tracker Olaf Steinkamp for Dmytro Volyanskyy Physik-Institut der Universität Zürich 10th ICATPP Conference on Astroparticle, Particle,

More information

ANSYS Workbench Guide

ANSYS Workbench Guide ANSYS Workbench Guide Introduction This document serves as a step-by-step guide for conducting a Finite Element Analysis (FEA) using ANSYS Workbench. It will cover the use of the simulation package through

More information

Without fully opening the exam, check that you have pages 1 through 11.

Without fully opening the exam, check that you have pages 1 through 11. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 11. Show all your work on the standard

More information

ArtDMX DMX control software V1.4

ArtDMX DMX control software V1.4 User manual ArtDMX DMX control software V1.4 1 2 Table of contents : 1. How to start a new Project...6 1.1. Introduction...6 1.2. System Requirements...6 1.3. Installing software and drivers...7 1.4. Software

More information