Anodes simulation software

Size: px
Start display at page:

Download "Anodes simulation software"

Transcription

1 Anodes simulation software Henry Frisch, Jean-François Genat, Hervé Grabas, Guilherme Nettesheim University of Chicago August 17, Physics to simulate This software intends to simulate a part of a MCP-PMT (Micro-Channel Plates Photo-Multipliers) detectors. A MCP-PMT detector converts photons into an electric signal using the following principle: a photocathode converts a photon into an electron. This electron is then accelerated into a microchannel plate (MCP) where, by hitting the walls of the microchannels it emits secondary electrons. These secondary electrons hit the wall again and this iterative process leads to an exponentional amplification of the electrons. Around 10 6 of them are generated at the output of the MCP. These electrons are then accelerated towards an anode stripline plan across a gap. When hitting the stripline, this electron shower induces two pulses in the stripline traveling in opposite direction. The signal is read by electronics at both ends of a stripline. 2 Description of the software Of all the stages of the MCP-PMT detector, this software will simulate the last one: the signal development in the anodes striplines. This process takes place in three phases, all of which having to be implemented: Electrons acceleration from the bottom plate of the MCP to the anode plan. 1

2 Electrons hitting the anode plan. Signal development and propagation inside the stripline The simulation requires therefore to solve the Maxwell s equation with finite elements to compute the electromagnetic field and wave created by the electron shower in the gap and anodes. The result will be to display with a graphical interface the progression of the electrons in the gap, the field lines generated in the gap and anodes and voltage across the 50Ω terminaison resistors for each time step of the simulation. The user will be able to setup and launch a simulation using a graphical interface and store its results in a standardized output file. 3 Simulation model and data The system to simulate naturally separate itself in two entities with very different models : the gap, where the electrons are accelerated and the anodes striplines, where the electromagnetic pulses develop and propagates themselves. 3.1 The gap For the simulation of the gap, we have to consider that the MCPs from the previous stage are generating around 10 6 electrons with 6 parameters. All of them are afterwards accelerated in the gap with 6 degrees of freedom. Two options are therefore available: The first option is to consider every single electron coming from the MCP as a single entity in the simulation. Apply to them the laws of physics at each time step: acceleration due to the high voltage, repulsion from the other electrons. Calculate the field radiated by all the electrons for each time step. The requirements for the incoming electrons are: Electron spec Value Position x 0,y 0 Velocity v x0, v y0, v z0 Time of arrival t 0 Number of electrons

3 The second option is a tentative to reduce the complexity of the simulation by grouping all the electrons coming out from the MCP in the same time interval: all the incoming electron between [t and t+1ps] will be treated as one entity called batch. The speed and position of the batch will be the average of the speed and position of all its electrons. Only the high voltage will be applied to the batches, but they will be able to expand due to electron-electron repulsion. The radiated field will be computed at all point. The requirement for the incoming batches are: Batch spec Value Position x 0,y 0 Velocity v x0, v y0, v z0 Time of arrival t 0 Number of electron in batch From 0 to Number of batches Around The anode striplines The second part of the simulation is the anode stripline and signal development inside it. This problem is very independent from the gap simulation. Here, we will simulate how the electrons coming from the gap and striking the stripline are producing an EM wave in the line and how this wave propagates. In order to simulate that, two approaches are possible again: The first possibility is to solve the Maxwell equations throughout the stripline with the following excitations and boundaries: - Inside-out or inside-in pattern. - Radiated field from the electrons above the anode plan. - Deposited charge from the electron or the batches on the anodes. - 50Ω terminaisons at both side of the transmission line. This approach allows to fully calculate and understand the model beyond the anodes striplines: characterize the impedance, the crosstalk, the losses, and the reflexions. 3

4 Considering that implementing the Maxwell s equations in time domain for very high frequencies and small time step might reveal itself very complicated, a second approach could be developed: the transmission line would be modelized as a succession of LC cells. These LC cells would follow the same exact excitation and boundaries: - Inside-out or inside-in pattern. - Radiated field from the electrons above the anode plan. - Deposited charge from the electron or the batches on the anodes. - 50Ω terminaisons at both side of the transmission line. This approach is much simpler but suppose that a LC model of the stripline is precise and sufficient enough to accurately match the behavior of a real transmission line. In particular, the model will have to integrate the frequency dependencies, the losses, the strip-to-strip coupling, 3.3 Data compatibility requirement As a part of the MCP-PMT detector, the software will be required to be able to take as input the output of the previous stage (MCP) from a standardized input file, simulate it and store its results in a standardized output file. An idea of how such a file could look like is given: Standard Input Output File For MCP-PMT Simulation Head Job name : String (16 char) 4

5 Simulated module name : String (16 char) Software version : String (16 char) Creation date : dd/mm/yyyy Simulation id : Int Author : String (16 char) Description : String (32 char) Physical specification Photocathode description : String (16 char) Photocathode gap (in mm) : 4-digit number MCPs description : String (16 char) Number of MCPs : Int MCPs pore size (in mm) : 4-digit nb list separated by comma MCPs gaps (in mm) : 4-digit nb list separated by comma MCPs L/D : 4-digit nb list separated by comma MCPs Open area ratio (in %) : 4-digit nb list separated by comma MCPs Resistance (in Ohms) : 4-digit nb list separated by comma MCPs Pore angle (in degrees) : 4-digit nb list separated by comma MCP to Anodes gap (in mm) : 4-digit number Anodes description : String (16 char) Number of striplines : Int Stripline length (in mm) : 4-digit number Stripline width (in mm) : 4-digit number Stripline hight (in mm) : 4-digit number Stripline spacing (in mm) : 4-digit number High voltage (in Volts) : 4-digit nb list separated by comma Simulation specification Time of simulation (ps) : Int Nb of Photo-electrons : Int Result compression : Boolean PE1 physical properties : x1, y1, vx1, vy1, vz1, t1 5

6 PE1 physical properties : x2, y2, vx2, vy2, vz2, t2 PE1 physical properties : xn, yn, vxn, vyn, vzn, tn Simulation results after the MCP If Result compression = false Total nb of elctrons : Int E1 physical properties : x1, y1, vx1, vy1, vz1, t1 E1 physical properties : x2, y2, vx2, vy2, vz2, t2 E1 physical properties : xn, yn, vxn, vyn, vzn, tn If Result compression = true Total number of electrons : Int Nb of [t0,t0+1ps] : Int Nb of [t0+1ps,t0+2ps] : Int Nb of [t0+n-1ps,t0+nps] : Int Simulation results after the Anodes * If the Anodes are not simulated this section is empty. If not the * voltage across the 50 Ohms is given ps per ps. [t0,t0+1ps] : Int [t0+1ps,t0+2ps] : Int [t0+n-1ps,t0+nps] : Int 6

Development of a sampling ASIC for fast detector signals

Development of a sampling ASIC for fast detector signals Development of a sampling ASIC for fast detector signals Hervé Grabas Work done in collaboration with Henry Frisch, Jean-François Genat, Eric Oberla, Gary Varner, Eric Delagnes, Dominique Breton. Signal

More information

Design and Characterization of a Micro-Strip RF Anode for Large- Area based Photodetectors Orsay- Friday, June Hervé Grabas UChicago / CEA

Design and Characterization of a Micro-Strip RF Anode for Large- Area based Photodetectors Orsay- Friday, June Hervé Grabas UChicago / CEA Design and Characterization of a Micro-Strip RF Anode for Large- Area based Photodetectors Orsay- Friday, June 15. 2012 Hervé Grabas UChicago / CEA Saclay Irfu. Outline Introduction Precise timing in physics

More information

Performance of Microchannel Plates Fabricated Using Atomic Layer Deposition

Performance of Microchannel Plates Fabricated Using Atomic Layer Deposition Performance of Microchannel Plates Fabricated Using Atomic Layer Deposition Andrey Elagin on behalf of the LAPPD collaboration Introduction Performance (timing) Conclusions Large Area Picosecond Photo

More information

High collection efficiency MCPs for photon counting detectors

High collection efficiency MCPs for photon counting detectors High collection efficiency MCPs for photon counting detectors D. A. Orlov, * T. Ruardij, S. Duarte Pinto, R. Glazenborg and E. Kernen PHOTONIS Netherlands BV, Dwazziewegen 2, 9301 ZR Roden, The Netherlands

More information

O.H.W. Siegmund, Experimental Astrophysics Group, Space Sciences Laboratory, 7 Gauss Way, University of California, Berkeley, CA 94720

O.H.W. Siegmund, Experimental Astrophysics Group, Space Sciences Laboratory, 7 Gauss Way, University of California, Berkeley, CA 94720 O.H.W. Siegmund, a Experimental Astrophysics Group, Space Sciences Laboratory, 7 Gauss Way, University of California, Berkeley, CA 94720 Microchannel Plate Development Efforts Microchannel Plates large

More information

Capacitively coupled pickup in MCP-based photodetectors using a conductive metallic anode

Capacitively coupled pickup in MCP-based photodetectors using a conductive metallic anode Capacitively coupled pickup in MCP-based photodetectors using a conductive metallic anode E-mail: ejangelico@uchicago.edu Todd Seiss E-mail: tseiss@uchicago.edu Bernhard Adams Incom, Inc., 294 SouthBridge

More information

Timing and cross-talk properties of BURLE multi-channel MCP PMTs

Timing and cross-talk properties of BURLE multi-channel MCP PMTs Timing and cross-talk properties of BURLE multi-channel MCP PMTs Faculty of Chemistry and Chemical Engineering, University of Maribor, and Jožef Stefan Institute, Ljubljana, Slovenia E-mail: samo.korpar@ijs.si

More information

CHAPTER 9 POSITION SENSITIVE PHOTOMULTIPLIER TUBES

CHAPTER 9 POSITION SENSITIVE PHOTOMULTIPLIER TUBES CHAPTER 9 POSITION SENSITIVE PHOTOMULTIPLIER TUBES The current multiplication mechanism offered by dynodes makes photomultiplier tubes ideal for low-light-level measurement. As explained earlier, there

More information

Resolution and Efficiency of Large Area Picosecond Photo-Detectors

Resolution and Efficiency of Large Area Picosecond Photo-Detectors Resolution and Efficiency of Large Area Picosecond Photo-Detectors M. Hutchinson Department of Physics University of Chicago Chicago, IL 60637 (Dated: May 31, 01) This paper presents large area picosecond

More information

Chapter 21. Alternating Current Circuits and Electromagnetic Waves

Chapter 21. Alternating Current Circuits and Electromagnetic Waves Chapter 21 Alternating Current Circuits and Electromagnetic Waves AC Circuit An AC circuit consists of a combination of circuit elements and an AC generator or source The output of an AC generator is sinusoidal

More information

Performance Characterization Of A Simultaneous Positive and Negative Ion Detector For Mass Spectrometry Applications

Performance Characterization Of A Simultaneous Positive and Negative Ion Detector For Mass Spectrometry Applications Performance Characterization Of A Simultaneous Positive and Negative Ion Detector For Mass Spectrometry Applications Bruce Laprade and Raymond Cochran Introduction Microchannel Plates (Figures 1) are parallel

More information

A Fast Waveform-Digitizing ASICbased DAQ for a Position & Time Sensing Large-Area Photo-Detector System

A Fast Waveform-Digitizing ASICbased DAQ for a Position & Time Sensing Large-Area Photo-Detector System A Fast Waveform-Digitizing ASICbased DAQ for a Position & Time Sensing Large-Area Photo-Detector System Eric Oberla on behalf of the LAPPD collaboration PHOTODET 2012 12-June-2012 Outline LAPPD overview:

More information

5. Scintillation counters

5. Scintillation counters 5. Scintillation counters to detect radiation by means of scintillation is among oldest methods of particle detection historical example: particle impinging on ZnS screen -> emission of light flash principle

More information

Transmission-Line Readout with Good Time and Space Resolution for Large-Area MCP-PMTs

Transmission-Line Readout with Good Time and Space Resolution for Large-Area MCP-PMTs Transmission-Line Readout with Good Time and Space Resolution for Large-Area MCP-PMTs Fukun Tang (UC) C. Ertley, H. Frisch, J-F. Genat, Tyler Natoli (UC) J. Anderson, K. Byrum, G. Drake, E. May (ANL) Greg

More information

Simulations Guided Efforts to Understand MCP Performance

Simulations Guided Efforts to Understand MCP Performance University of Chicago Simulations Guided Efforts to Understand MCP Performance M. Wetstein, B. Adams, M. Chollet, A. Elagin, A. Vostrikov, R. Obaid, B. Hayhurst V. Ivanov, Z. Insepov, Q. Peng, A. Mane,

More information

Working Towards Large Area, Picosecond-Level Photodetectors

Working Towards Large Area, Picosecond-Level Photodetectors Working Towards Large Area, Picosecond-Level Photodetectors Matthew Wetstein - Enrico Fermi Institute, University of Chicago HEP Division, Argonne National Lab Introduction: What If? Large Water-Cherenkov

More information

Lecture 12 OPTICAL DETECTORS

Lecture 12 OPTICAL DETECTORS Lecture 12 OPTICL DETECTOS (eference: Optical Electronics in Modern Communications,. Yariv, Oxford, 1977, Ch. 11.) Photomultiplier Tube (PMT) Highly sensitive detector for light from near infrared ultraviolet

More information

Positron Emission Tomography

Positron Emission Tomography Positron Emission Tomography UBC Physics & Astronomy / PHYS 409 1 Introduction Positron emission tomography (PET) is a non-invasive way to produce the functional 1 image of a patient. It works by injecting

More information

Fast sampling chip design

Fast sampling chip design - E cole Supe rieure d E lectricite - High Energy Physics - Enrico Fermi Institue - Fast sampling chip design Herve Grabas University of Chicago, September 3, 2009 Contents 1 Introduction 5 2 Project description

More information

Transmission-Line Readout with Good Time and Space Resolution for Large-Area MCP-PMTs

Transmission-Line Readout with Good Time and Space Resolution for Large-Area MCP-PMTs Transmission-Line Readout with Good Time and Space Resolution for Large-Area MCP-PMTs Fukun Tang (UChicago) C. Ertley, H. Frisch, J-F. Genat, Tyler Natoli (UChicago) J. Anderson, K. Byrum, G. Drake, E.

More information

5. Scintillation counters

5. Scintillation counters 5. Scintillation counters to detect radiation by means of scintillation is among oldest methods of particle detection particle impinging on ZnS screen -> emission of light flash principle of scintillation

More information

RP220 Trigger update & issues after the new baseline

RP220 Trigger update & issues after the new baseline RP220 Trigger update & issues after the new baseline By P. Le Dû pledu@cea.fr Cracow - P. Le Dû 1 New layout features Consequence of the meeting with RP420 in Paris last September Add 2 vertical detection

More information

A 4-Channel Fast Waveform Sampling ASIC in 130 nm CMOS

A 4-Channel Fast Waveform Sampling ASIC in 130 nm CMOS A 4-Channel Fast Waveform Sampling ASIC in 130 nm CMOS E. Oberla, H. Grabas, M. Bogdan, J.F. Genat, H. Frisch Enrico Fermi Institute, University of Chicago K. Nishimura, G. Varner University of Hawai I

More information

HF Upgrade Studies: Characterization of Photo-Multiplier Tubes

HF Upgrade Studies: Characterization of Photo-Multiplier Tubes HF Upgrade Studies: Characterization of Photo-Multiplier Tubes 1. Introduction Photomultiplier tubes (PMTs) are very sensitive light detectors which are commonly used in high energy physics experiments.

More information

Extension of the MCP-PMT lifetime

Extension of the MCP-PMT lifetime RICH2016 Bled, Slovenia Sep. 6, 2016 Extension of the MCP-PMT lifetime K. Matsuoka (KMI, Nagoya Univ.) S. Hirose, T. Iijima, K. Inami, Y. Kato, K. Kobayashi, Y. Maeda, R. Omori, K. Suzuki (Nagoya Univ.)

More information

Monte Carlo PMT Simulation

Monte Carlo PMT Simulation Monte Carlo PMT Simulation This example follows notes posted online which you can find at the following url: http://superk.physics.sunysb.edu/~mcgrew/phy31/lectures/phy31- lecture-6-27.pdf Created using

More information

Meshing Challenges in Simulating the Induced Currents in Vacuum Phototriode

Meshing Challenges in Simulating the Induced Currents in Vacuum Phototriode Meshing Challenges in Simulating the Induced Currents in Vacuum Phototriode S. Zahid and P. R. Hobson Electronic and Computer Engineering, Brunel University London, Uxbridge, UB8 3PH UK Introduction Vacuum

More information

Experiment No. 6 Pre-Lab Transmission Lines and Time Domain Reflectometry

Experiment No. 6 Pre-Lab Transmission Lines and Time Domain Reflectometry Experiment No. 6 Pre-Lab Transmission Lines and Time Domain Reflectometry The Pre-Labs are informational and although they follow the procedures in the experiment, they are to be completed outside of the

More information

Homework Set 3.5 Sensitive optoelectronic detectors: seeing single photons

Homework Set 3.5 Sensitive optoelectronic detectors: seeing single photons Homework Set 3.5 Sensitive optoelectronic detectors: seeing single photons Due by 12:00 noon (in class) on Tuesday, Nov. 7, 2006. This is another hybrid lab/homework; please see Section 3.4 for what you

More information

Scintillation Counters

Scintillation Counters PHY311/312 Detectors for Nuclear and Particle Physics Dr. C.N. Booth Scintillation Counters Unlike many other particle detectors, which exploit the ionisation produced by the passage of a charged particle,

More information

Photomultiplier & Photodiode User Guide

Photomultiplier & Photodiode User Guide Photomultiplier & Photodiode User Guide This User Manual is intended to provide guidelines for the safe operation of Photek PMT Photomultiplier Tubes and Photodiodes. Please contact Sales or visit: www.photek.co.uk

More information

AC Circuit. What is alternating current? What is an AC circuit?

AC Circuit. What is alternating current? What is an AC circuit? Chapter 21 Alternating Current Circuits and Electromagnetic Waves 1. Alternating Current 2. Resistor in an AC circuit 3. Capacitor in an AC circuit 4. Inductor in an AC circuit 5. RLC series circuit 6.

More information

Scintillators as an external trigger for cathode strip chambers

Scintillators as an external trigger for cathode strip chambers Scintillators as an external trigger for cathode strip chambers J. A. Muñoz Department of Physics, Princeton University, Princeton, NJ 08544 An external trigger was set up to test cathode strip chambers

More information

Laboratory Assignment: EM Numerical Modeling of a Monopole

Laboratory Assignment: EM Numerical Modeling of a Monopole Laboratory Assignment: EM Numerical Modeling of a Monopole Names: Objective This laboratory experiment provides a hands-on tutorial for drafting an antenna (simple monopole) and simulating radiation in

More information

OFCS OPTICAL DETECTORS 11/9/2014 LECTURES 1

OFCS OPTICAL DETECTORS 11/9/2014 LECTURES 1 OFCS OPTICAL DETECTORS 11/9/2014 LECTURES 1 1-Defintion & Mechanisms of photodetection It is a device that converts the incident light into electrical current External photoelectric effect: Electrons are

More information

Silicon Photo Multiplier SiPM. Lecture 13

Silicon Photo Multiplier SiPM. Lecture 13 Silicon Photo Multiplier SiPM Lecture 13 Photo detectors Purpose: The PMTs that are usually employed for the light detection of scintillators are large, consume high power and are sensitive to the magnetic

More information

DETECTORS Important characteristics: 1) Wavelength response 2) Quantum response how light is detected 3) Sensitivity 4) Frequency of response

DETECTORS Important characteristics: 1) Wavelength response 2) Quantum response how light is detected 3) Sensitivity 4) Frequency of response DETECTORS Important characteristics: 1) Wavelength response 2) Quantum response how light is detected 3) Sensitivity 4) Frequency of response (response time) 5) Stability 6) Cost 7) convenience Photoelectric

More information

Department of Electrical Engineering University of North Texas

Department of Electrical Engineering University of North Texas Name: Shabuktagin Photon Khan UNT ID: 10900555 Instructor s Name: Professor Hualiang Zhang Course Name: Antenna Theory and Design Course ID: EENG 5420 Email: khan.photon@gmail.com Department of Electrical

More information

37 Electromagnetic Induction. Magnetism can produce electric current, and electric current can produce magnetism.

37 Electromagnetic Induction. Magnetism can produce electric current, and electric current can produce magnetism. Magnetism can produce electric current, and electric current can produce magnetism. In 1831, two physicists, Michael Faraday in England and Joseph Henry in the United States, independently discovered that

More information

Magnetism can produce electric current can. produce magnetism Electromagnetic Induction

Magnetism can produce electric current can. produce magnetism Electromagnetic Induction Magnetism can produce electric current, and electric current can produce magnetism. In 1831, two physicists, Michael Faraday in England and Joseph Henry in the United States, independently discovered that

More information

FLASH X-RAY (FXR) ACCELERATOR OPTIMIZATION BEAM-INDUCED VOLTAGE SIMULATION AND TDR MEASUREMENTS *

FLASH X-RAY (FXR) ACCELERATOR OPTIMIZATION BEAM-INDUCED VOLTAGE SIMULATION AND TDR MEASUREMENTS * FLASH X-RAY (FXR) ACCELERATOR OPTIMIZATION BEAM-INDUCED VOLTAGE SIMULATION AND TDR MEASUREMENTS * Mike M. Ong and George E. Vogtlin Lawrence Livermore National Laboratory, PO Box 88, L-13 Livermore, CA,

More information

Development of a 20 GS/s Sampling Chip in 130nm CMOS Technology

Development of a 20 GS/s Sampling Chip in 130nm CMOS Technology Development of a 20 GS/s Sampling Chip in 130nm CMOS Technology 2009 IEEE Nuclear Science Symposium, Orlando, Florida, October 28 th 2009 Jean-Francois Genat On behalf of Mircea Bogdan 1, Henry J. Frisch

More information

RF Time Measuring Technique With Picosecond Resolution and Its Possible Applications at JLab. A. Margaryan

RF Time Measuring Technique With Picosecond Resolution and Its Possible Applications at JLab. A. Margaryan RF Time Measuring Technique With Picosecond Resolution and Its Possible Applications at JLab A. Margaryan 1 Contents Introduction RF time measuring technique: Principles and experimental results of recent

More information

Absorption: in an OF, the loss of Optical power, resulting from conversion of that power into heat.

Absorption: in an OF, the loss of Optical power, resulting from conversion of that power into heat. Absorption: in an OF, the loss of Optical power, resulting from conversion of that power into heat. Scattering: The changes in direction of light confined within an OF, occurring due to imperfection in

More information

Expanding the scope of fast timing photo-detection with the more affordable, second generation LAPPD TM

Expanding the scope of fast timing photo-detection with the more affordable, second generation LAPPD TM Expanding the scope of fast timing photo-detection with the more affordable, second generation LAPPD TM Evan Angelico, Andrey Elagin, Henry Frisch, Todd Seiss, Eric Spieglan Enrico Fermi Institute, University

More information

2π LC. = (2π) 2 4/30/2012. General Class Element 3 Course Presentation X C. Electrical Principles. ElectriElectrical Principlesinciples F 2 =

2π LC. = (2π) 2 4/30/2012. General Class Element 3 Course Presentation X C. Electrical Principles. ElectriElectrical Principlesinciples F 2 = General Class Element 3 Course Presentation ti ELEMENT 3 SUB ELEMENTS General Licensing Class Subelement G5 3 Exam Questions, 3 Groups G1 Commission s Rules G2 Operating Procedures G3 Radio Wave Propagation

More information

Timing and cross-talk properties of Burle multi-channel MCP PMTs

Timing and cross-talk properties of Burle multi-channel MCP PMTs Timing and cross-talk properties of Burle multi-channel MCP PMTs Peter Križan University of Ljubljana and J. Stefan Institute RICH07, October 15-20, 2007 Contents Motivation for fast single photon detection

More information

EM Noise Mitigation in Electronic Circuit Boards and Enclosures

EM Noise Mitigation in Electronic Circuit Boards and Enclosures EM Noise Mitigation in Electronic Circuit Boards and Enclosures Omar M. Ramahi, Lin Li, Xin Wu, Vijaya Chebolu, Vinay Subramanian, Telesphor Kamgaing, Tom Antonsen, Ed Ott, and Steve Anlage A. James Clark

More information

Detectors for microscopy - CCDs, APDs and PMTs. Antonia Göhler. Nov 2014

Detectors for microscopy - CCDs, APDs and PMTs. Antonia Göhler. Nov 2014 Detectors for microscopy - CCDs, APDs and PMTs Antonia Göhler Nov 2014 Detectors/Sensors in general are devices that detect events or changes in quantities (intensities) and provide a corresponding output,

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 Photodetectors Introduction Most important characteristics Photodetector

More information

Developing a water Cherenkov optical time-projection chamber. 25-Jan-2016 UChicago Eric Oberla

Developing a water Cherenkov optical time-projection chamber. 25-Jan-2016 UChicago Eric Oberla Developing a water Cherenkov optical time-projection chamber 25-Jan-2016 UChicago Eric Oberla Outline The LAPPD project Large-area microchannel plate PMTs Custom waveform-digitizing integrated circuits

More information

Class #9: Experiment Diodes Part II: LEDs

Class #9: Experiment Diodes Part II: LEDs Class #9: Experiment Diodes Part II: LEDs Purpose: The objective of this experiment is to become familiar with the properties and uses of LEDs, particularly as a communication device. This is a continuation

More information

Analysis of Microstrip Circuits Using a Finite-Difference Time-Domain Method

Analysis of Microstrip Circuits Using a Finite-Difference Time-Domain Method Analysis of Microstrip Circuits Using a Finite-Difference Time-Domain Method M.G. BANCIU and R. RAMER School of Electrical Engineering and Telecommunications University of New South Wales Sydney 5 NSW

More information

Chapter 25. Electromagnetic Waves

Chapter 25. Electromagnetic Waves Chapter 25 Electromagnetic Waves EXAM # 3 Nov. 20-21 Chapter 23 Chapter 25 Powerpoint Nov. 4 Problems from previous exams Physics in Perspective (pg. 836 837) Chapter 25 Electromagnetic Waves Units of

More information

A 4 Channel Waveform Sampling ASIC in 130 nm CMOS

A 4 Channel Waveform Sampling ASIC in 130 nm CMOS A 4 Channel Waveform Sampling ASIC in 130 nm CMOS E. Oberla, H. Grabas, J.F. Genat, H. Frisch Enrico Fermi Institute, University of Chicago K. Nishimura, G. Varner University of Hawai I Large Area Picosecond

More information

Resistance and Ohm s law

Resistance and Ohm s law Resistance and Ohm s law Objectives Characterize materials as conductors or insulators based on their electrical properties. State and apply Ohm s law to calculate current, voltage or resistance in an

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 1997/084 The Compact Muon Solenoid Experiment CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 29 August 1997 Muon Track Reconstruction Efficiency

More information

24. Antennas. What is an antenna. Types of antennas. Reciprocity

24. Antennas. What is an antenna. Types of antennas. Reciprocity 4. Antennas What is an antenna Types of antennas Reciprocity Hertzian dipole near field far field: radiation zone radiation resistance radiation efficiency Antennas convert currents to waves An antenna

More information

Improvement of the MCP-PMT performance under a high count rate

Improvement of the MCP-PMT performance under a high count rate Improvement of the MCP-PMT performance under a high count rate K. Matsuoka (KMI, Nagoya Univ.) S. Hirose, T. Iijima, K. Inami, Y. Kato, K. Kobayashi, Y. Maeda, G. Muroyama, R. Omori, K. Suzuki (Nagoya

More information

Performance of High Pixel Density Multi-anode Microchannel Plate Photomultiplier tubes

Performance of High Pixel Density Multi-anode Microchannel Plate Photomultiplier tubes Performance of High Pixel Density Multi-anode Microchannel Plate Photomultiplier tubes Thomas Conneely R&D Engineer, Photek LTD James Milnes, Jon Lapington, Steven Leach 1 page 1 Company overview Founded

More information

Physics 102: Lecture 14 Electromagnetic Waves

Physics 102: Lecture 14 Electromagnetic Waves Physics 102: Lecture 14 Electromagnetic Waves Physics 102: Lecture 14, Slide 1 Review: Phasors & Resonance At resonance Z is minimum (=R) I max is maximum (=V gen,max /R) V gen is in phase with I X L =

More information

Cosmic Ray Detector Hardware

Cosmic Ray Detector Hardware Cosmic Ray Detector Hardware How it detects cosmic rays, what it measures and how to use it Matthew Jones Purdue University 2012 QuarkNet Summer Workshop 1 What are Cosmic Rays? Mostly muons down here

More information

PH2510 Nuclear Physics Laboratory Use of Scintillation Counters (NP5)

PH2510 Nuclear Physics Laboratory Use of Scintillation Counters (NP5) Physics Department Royal Holloway University of London PH2510 Nuclear Physics Laboratory Use of Scintillation Counters (NP5) 1. Introduction 1.1 Object of the Experiment The object of this experiment is

More information

2 TD-MoM ANALYSIS OF SYMMETRIC WIRE DIPOLE

2 TD-MoM ANALYSIS OF SYMMETRIC WIRE DIPOLE Design of Microwave Antennas: Neural Network Approach to Time Domain Modeling of V-Dipole Z. Lukes Z. Raida Dept. of Radio Electronics, Brno University of Technology, Purkynova 118, 612 00 Brno, Czech

More information

Waveguiding in PMMA photonic crystals

Waveguiding in PMMA photonic crystals ROMANIAN JOURNAL OF INFORMATION SCIENCE AND TECHNOLOGY Volume 12, Number 3, 2009, 308 316 Waveguiding in PMMA photonic crystals Daniela DRAGOMAN 1, Adrian DINESCU 2, Raluca MÜLLER2, Cristian KUSKO 2, Alex.

More information

NAME.. Index No Candidate s Signature... Date... 2 Hours NYANDARUA WEST CLUSTER EVALUATION

NAME.. Index No Candidate s Signature... Date... 2 Hours NYANDARUA WEST CLUSTER EVALUATION NAME.. Index No Candidate s Signature... Date..... 232/2 PHYSICS PAPER 2 (THEORY) July/August 2018 2 Hours NYANDARUA WEST CLUSTER EVALUATION - 2018 Instructions to Candidates - Write your name and index

More information

General Physics (PHY 2140)

General Physics (PHY 2140) General Physics (PHY 2140) Lecture 11 Electricity and Magnetism AC circuits and EM waves Resonance in a Series RLC circuit Transformers Maxwell, Hertz and EM waves Electromagnetic Waves 6/18/2007 http://www.physics.wayne.edu/~alan/2140website/main.htm

More information

Voltage, Current, and Resistance. Objectives

Voltage, Current, and Resistance. Objectives Voltage, Current, and Resistance ELEC 111 Objectives Define voltage and discuss its characteristics Define current and discuss its characteristics Define resistance and discuss its characteristics 21 January

More information

Antenna Design: Simulation and Methods

Antenna Design: Simulation and Methods Antenna Design: Simulation and Methods Radiation Group Signals, Systems and Radiocommunications Department Universidad Politécnica de Madrid Álvaro Noval Sánchez de Toca e-mail: anoval@gr.ssr.upm.es Javier

More information

PMT Calibration in the XENON 1T Demonstrator. Abstract

PMT Calibration in the XENON 1T Demonstrator. Abstract PMT Calibration in the XENON 1T Demonstrator Sarah Vickery Nevis Laboratories, Columbia University, Irvington, NY 10533 USA (Dated: August 2, 2013) Abstract XENON Dark Matter Project searches for the dark

More information

AC Circuit Analysis. The Sine Wave CHAPTER 3. This chapter discusses basic concepts in the analysis of AC circuits.

AC Circuit Analysis. The Sine Wave CHAPTER 3. This chapter discusses basic concepts in the analysis of AC circuits. CHAPTER 3 AC Circuit Analysis This chapter discusses basic concepts in the analysis of AC circuits. The Sine Wave AC circuit analysis usually begins with the mathematical expression for a sine wave: v(t)

More information

6.014 Recitation 1: Wireless Radio and Optical Links

6.014 Recitation 1: Wireless Radio and Optical Links 6.014 Recitation 1: Wireless Radio and Optical Links A. Review Wireless radio links were introduced in Lecture 1. The basic equations introduced there are repeated in Figure R1-1 and below. First is the

More information

Performance of the MCP-PMTs of the TOP counter in the first beam operation of the Belle II experiment

Performance of the MCP-PMTs of the TOP counter in the first beam operation of the Belle II experiment Performance of the MCP-PMTs of the TOP counter in the first beam operation of the Belle II experiment K. Matsuoka (KMI, Nagoya Univ.) on behalf of the Belle II TOP group 5th International Workshop on New

More information

The Benefits of Photon Counting... Page -1- Pitfalls... Page -2- APD detectors... Page -2- Hybrid detectors... Page -4- Pitfall table...

The Benefits of Photon Counting... Page -1- Pitfalls... Page -2- APD detectors... Page -2- Hybrid detectors... Page -4- Pitfall table... The Benefits of Photon Counting......................................... Page -1- Pitfalls........................................................... Page -2- APD detectors..........................................................

More information

Simulation studies of a novel, charge sharing, multi-anode MCP detector

Simulation studies of a novel, charge sharing, multi-anode MCP detector Simulation studies of a novel, charge sharing, multi-anode MCP detector Photek LTD E-mail: tom.conneely@photek.co.uk James Milnes Photek LTD E-mail: james.milnes@photek.co.uk Jon Lapington University of

More information

Atomic and Nuclear Physics

Atomic and Nuclear Physics Atomic and Nuclear Physics Nuclear physics -spectroscopy LEYBOLD Physics Leaflets Detecting radiation with a scintillation counter Objects of the experiments Studying the scintillator pulses with an oscilloscope

More information

The Development of Miniature Electron Multipliers for Use In Portable Mass Spectrometers

The Development of Miniature Electron Multipliers for Use In Portable Mass Spectrometers The Development of Miniature Electron Multipliers for Use In Portable Mass Spectrometers *Bruce N. Laprade, Lenny Erickson William G. Dunn and Reginald Farr BURLE Electro-Optics Sturbridge MA Paper 10400-2100

More information

MCPs and MCP based detectors. Raquel Ortega

MCPs and MCP based detectors. Raquel Ortega MCPs and MCP based detectors Raquel Ortega r.ortega@photonisusa.com Outline Introduction MCP characteristics: Gain Detection efficiency Time resolution Spatial resolution Detecting different particles

More information

Single Mode Optical Fiber - Dispersion

Single Mode Optical Fiber - Dispersion Single Mode Optical Fiber - Dispersion 1 OBJECTIVE Characterize analytically and through simulation the effects of dispersion on optical systems. 2 PRE-LAB A single mode fiber, as the name implies, supports

More information

Exp 3 COLCULATE THE RESPONSE TIME FOR THE SILICON DETECTOR

Exp 3 COLCULATE THE RESPONSE TIME FOR THE SILICON DETECTOR Exp 3 اعداد المدرس مكرم عبد المطلب فخري Object: To find the value of the response time (Tr) for silicone photodiode detector. Equipment: 1- function generator ( 10 khz ). 2- silicon detector. 3- storage

More information

Keywords: Ultrasonic Testing (UT), Air-coupled, Contact-free, Bond, Weld, Composites

Keywords: Ultrasonic Testing (UT), Air-coupled, Contact-free, Bond, Weld, Composites Single-Sided Contact-Free Ultrasonic Testing A New Air-Coupled Inspection Technology for Weld and Bond Testing M. Kiel, R. Steinhausen, A. Bodi 1, and M. Lucas 1 Research Center for Ultrasonics - Forschungszentrum

More information

MCP-PMT status. Samo Korpar. University of Maribor and Jožef Stefan Institute, Ljubljana Super KEKB - 3st Open Meeting, 7-9 July 2009

MCP-PMT status. Samo Korpar. University of Maribor and Jožef Stefan Institute, Ljubljana Super KEKB - 3st Open Meeting, 7-9 July 2009 , Ljubljana, 7-9 July 2009 Outline: MCP aging waveform readout (MPPC) summary (slide 1) Aging preliminary news from Photonis Old information: Current performance (no Al protection layer): 50% drop of efficiency

More information

Introduction to Image Intensifier Tubes

Introduction to Image Intensifier Tubes Introduction to Image Intensifier Tubes General The basic principle of image intensification is identical for all different intensifier versions. Fig. 1: Basic principle An image - ultraviolet, visible

More information

Demystifying Vias in High-Speed PCB Design

Demystifying Vias in High-Speed PCB Design Demystifying Vias in High-Speed PCB Design Keysight HSD Seminar Mastering SI & PI Design db(s21) E H What is Via? Vertical Interconnect Access (VIA) An electrical connection between layers to pass a signal

More information

Lecture 5: High Voltage and Pulsed Power

Lecture 5: High Voltage and Pulsed Power Lecture 5: High Voltage and Pulsed Power Reviewing our processes in Applied EM and EP + We create charged particles, by application of thermal, electrostatic, or electrical discharge energy + We store

More information

EEE118: Electronic Devices and Circuits

EEE118: Electronic Devices and Circuits EEE118: Electronic Devices and Circuits Lecture V James E Green Department of Electronic Engineering University of Sheffield j.e.green@sheffield.ac.uk Last Lecture: Review 1 Finished the diode conduction

More information

Characterization of 18mm Round and 50mm Square MCP-PMTs

Characterization of 18mm Round and 50mm Square MCP-PMTs Characterization of 18mm Round and 50mm Square MCP-PMTs Paul Hink, Robert Caracciolo, John Martin, Scott Moulzolf, Charlie Tomasetti, Joseph Wright BURLE INDUSTRIES, INC. 3 rd Beaune Conference New Developments

More information

Instructions for gg Coincidence with 22 Na. Overview of the Experiment

Instructions for gg Coincidence with 22 Na. Overview of the Experiment Overview of the Experiment Instructions for gg Coincidence with 22 Na 22 Na is a radioactive element that decays by converting a proton into a neutron: about 90% of the time through β + decay and about

More information

EKA Laboratory Muon Lifetime Experiment Instructions. October 2006

EKA Laboratory Muon Lifetime Experiment Instructions. October 2006 EKA Laboratory Muon Lifetime Experiment Instructions October 2006 0 Lab setup and singles rate. When high-energy cosmic rays encounter the earth's atmosphere, they decay into a shower of elementary particles.

More information

Advances in microchannel plate detectors for UV/visible Astronomy

Advances in microchannel plate detectors for UV/visible Astronomy Advances in microchannel plate detectors for UV/visible Astronomy Dr. O.H.W. Siegmund Space Sciences Laboratory, U.C. Berkeley Advances in:- Photocathodes (GaN, Diamond, GaAs) Microchannel plates (Silicon

More information

Radiated EMI Recognition and Identification from PCB Configuration Using Neural Network

Radiated EMI Recognition and Identification from PCB Configuration Using Neural Network PIERS ONLINE, VOL. 3, NO., 007 5 Radiated EMI Recognition and Identification from PCB Configuration Using Neural Network P. Sujintanarat, P. Dangkham, S. Chaichana, K. Aunchaleevarapan, and P. Teekaput

More information

FCC Technician License Course

FCC Technician License Course FCC Technician License Course 2014-2018 FCC Element 2 Technician Class Question Pool Presented by: Tamiami Amateur Radio Club (TARC) WELCOME To the SECOND of 4, 3-hour classes presented by TARC to prepare

More information

Efficient Band Pass Filter Design for a 25 GHz LTCC Multichip Module using Hybrid Optimization

Efficient Band Pass Filter Design for a 25 GHz LTCC Multichip Module using Hybrid Optimization Efficient Band Pass Filter Design for a 25 GHz LTCC Multichip Module using Hybrid Optimization W. Simon, R. Kulke, A. Lauer, M. Rittweger, P. Waldow, I. Wolff INSTITUTE OF MOBILE AND SATELLITE COMMUNICATION

More information

Recent Developments in Ultra-High Speed and Large Area Photomultiplier Tubes

Recent Developments in Ultra-High Speed and Large Area Photomultiplier Tubes Recent Developments in Ultra-High Speed and Large Area Photomultiplier Tubes 1, Tom Conneely and Jon Howorth Photek Ltd 26 Castleham Road, St Leonards-on-Sea, East Sussex, TN38 0NR UK E-mail: james.milnes@photek.co.uk

More information

R & D for Aerogel RICH

R & D for Aerogel RICH 1 R & D for Aerogel RICH Ichiro Adachi KEK Proto-Collaboration Meeting March 20, 2008 2 1 st Cherenkov Image detected by 3 hybrid avalanche photon detectors from a beam test About 3:00 AM TODAY Clear image

More information

Components of Optical Instruments

Components of Optical Instruments Components of Optical Instruments General Design of Optical Instruments Sources of Radiation Wavelength Selectors (Filters, Monochromators, Interferometers) Sample Containers Radiation Transducers (Detectors)

More information

ANL MCP Testing: Status and Plans

ANL MCP Testing: Status and Plans University of Chicago ANL MCP Testing: Status and Plans -- The IRISS (Infrared International Spacer Station) On Friday, we finished reconfiguring the ISS with a thick quartz top-window, to allow thermal

More information

Medical Imaging. X-rays, CT/CAT scans, Ultrasound, Magnetic Resonance Imaging

Medical Imaging. X-rays, CT/CAT scans, Ultrasound, Magnetic Resonance Imaging Medical Imaging X-rays, CT/CAT scans, Ultrasound, Magnetic Resonance Imaging From: Physics for the IB Diploma Coursebook 6th Edition by Tsokos, Hoeben and Headlee And Higher Level Physics 2 nd Edition

More information

TEMPERATURE WAVES IN SRF RESEARCH*

TEMPERATURE WAVES IN SRF RESEARCH* TEMPERATURE WAVES IN SRF RESEARCH* # A. Ganshin, R.G. Eichhorn, D. Hartill, G.H. Hoffstaetter, X. Mi, E. Smith and N. Valles, Cornell Laboratory for Accelerator-based Sciences and Education, Newman Laboratory,

More information

Characterization of Integrated Circuits Electromagnetic Emission with IEC

Characterization of Integrated Circuits Electromagnetic Emission with IEC Characterization of Integrated Circuits Electromagnetic Emission with IEC 61967-4 Bernd Deutschmann austriamicrosystems AG A-8141 Unterpremstätten, Austria bernd.deutschmann@ieee.org Gunter Winkler University

More information