Bremsstrahlung Luminosity Monitoring for SCRIT Project (Report part II)

Size: px
Start display at page:

Download "Bremsstrahlung Luminosity Monitoring for SCRIT Project (Report part II)"

Transcription

1 Bremsstrahlung Luminosity Monitoring for SCRIT Project (Report part II) (Report part II) 1 Introduction 1.1 The SCRIT project 1.2 This Sub-project 1.3 ELPH in Sendai 1.4 RIKEN in Tokyo 1.5 Divided report 2 Method 2.1 Main goal and partial goals Main goal Partial goals 2.2 Project plan Project time and dates Project plan COLABS-program fall semester Oct Feb Project plan ICI-ECP spring semester May Aug Software 3.1 FPGA DAQ (coinboolean.vi) FPGA signal acceptance 3.2 The FPGA User interface (booleansoft.vi) 3.3 AnalyzeProgram (AP) 4 Software tests 4.1 Position monitor beta source test 5 Summary References Position monitor manual appendix 1 Introduction In this section the SCRIT research group and the basic ideas of the SCRIT project will be presented. Also this project which is subproject of the SCRIT project will be introduced. ELPH and RIKEN, the two laboratories where I have been doing my studies will also be introduced. 1.1 The SCRIT project To complete the theory for the properties of the atomic nucleus has been keeping scientists working for over a century now. The discovery of the atomic nucleus made by Ernest Rutherford in the beginning of the 20:th century was ground breaking for a new type of physics, nuclear physics. The properties for the stable nucleus is well known today, but the properties of the short-lived unstable nucleus is still puzzling scientists. The purpose for the SCRIT project is to gather information about size and structure for short-lived unstable nuclei to contribute to a supermodel for all nucleus. To test these properties The SCRIT research group will use electron scattering together with a

2 Self-Containing Radioactive Isotope Target (SCRIT), which is a completely new technique[1,2,3]. The idea is to trap the unstable nuclei in a potential well within an accelerator. While trapped, the electrons in the accelerator will scatter from the nuclei and their momentum will be analyzed with help of a drift chamber. After momentum has been analyzed, the electrons can be identified with help of a plastic scintillator. Energy can be measured with a calorimeter. Some of the energy from the scattering will be released as bremsstrahlung, this will also be detected by a calorimeter and also with a position monitor to determine the luminosity, which leads us to purpose of my sub-project for this larger project. 1.2 This Sub-project The Bremsstrahlung Luminosity Monitor is a tool that the SCRIT project will use in order to find out the the total luminosity. The knowledge of this is essential in order to determine valuable information such as charge density and size of the nuclei of interest. My task is to prepare a position monitor, this monitor will measure the number of electrons and positrons created by the bremsstrahlung and determine at which position they hit the detector. From this information one can determine the fraction of the total luminosity from bremsstrahlung. 1.3 ELPH in Sendai ELPH is shortage for Research center for ELectron PHoton science and has been the place were most of my studies have taken place. It is at ELPH I have constructed the position monitor for the project. 1.4 RIKEN in Tokyo Is the second laboratory where I have been working on the projects. At RIKEN I have been working with installing the detectors in the accelerator hall and testing the detectors with a radioactive source. Read more about RIKEN at Divided report Since this report is made to fit the two courses Projekt i fysik 30hp and Projekt i fysik 15hp at my home university,, the complete report from the course Individual Research Training in Lab which was taken at Tohoku University will be divided into two reports. The first part focus on the theoretical explanation, detector testing and circuit setup, while part II (the one you are reading right know) focus on software programming and software testing. 2 Method This section consist of the project plan, the main goal and partial goals of this project. 2.1 Main goal and partial goals This part consist of the main goals and partial goals of this project. The main goals are the goals that are supposed to be full-filled at the end of the project. The partial goals are goals to be full-filled during the project in order to complete the main goal.

3 2.1.1 Main goal The main goal of this sub-project is to build a bremsstrahlung luminosity monitor with associated software for the SCRIT research group s experiments on electron scattering of short-lived radioactive nucleus Partial goals To complete the main goals the following partial goals have to be completed: Construct bremsstrahlung luminosity monitor (Report part I) To complete this goal I have to gather knowledge in construction of scintillator detectors, Information about the different parts of the detector and the physics behind bremsstrahlung. Software programming (Report part II) To complete the detector system, a software to run the data gathering has to be developed. This will be done in LabVIEW together with FPGA module, since the detector system is suitable for that software development program. Detector testing (Report part I & II) To make sure that the detector system is working properly, a series of tests will be made on cosmic rays, tests with radioactive source will also be made. Software manual writing (Report part II) Write a manual for this detector system so that the system can be used by anyone. The manual will be attached to the second part of the report. 2.2 Project plan This part consist of the project plan and the time limitations of the project Project time and dates This project will last from October 2010 until August Notice that the COLABS program ends at the end of the fall semester and the ICI-ECP begins in the spring semester Project plan COLABS-program fall semester Oct Feb 2011 The project plan of the fall semester is presented in the table below Date Task Explanation to to Start-up, Work space setup, Theoretical Introduction to nuclear physics Introduction to detectors, software The first thing to in the beginning of the project do is to try to understand the fundamental basics and the theoretical knowledge that is required, especially theory on electron scattering and bremsstrahlung. At this time the work will consist of understanding the main concepts about detector systems and the

4 hardware interface detector/software interface for this project. If possible, programming of the software will be started here to to Christmas/New years break Construction of detector, software programming At this time the more practical task start such as constructing the detector system. Programming the software will continue during this period Project plan ICI-ECP spring semester May Aug 2011 The project plan for the spring semester is presented in the table below Date Task Explanation to to Detector system testing Buffer, finishing project report and software manual During this period the detector system will be tested and corrections in the software will be made. This period is a buffer if there would be problems during the project that will take more time than proposed from the beginning. Software manual will be written during this period. 3 Software This report will focus on how to make a software for a detector system for a grid of detectors. NI LabVIEW has been used to develop software for the detector system with an FPGA DAQ. It is not possible for a single program can run both the FPGA DAQ and the FPGA User interface. Therefore two programs were needed to be made. An additional analyzer program were also made to analyse old data and be able to start new measurements from a control room in RIKEN while operating the accelerator. In this chapter only a brief introduction to the programs will be presented, to read more about the programs please read the position monitor manual in the appendix 3.1 FPGA DAQ (coinboolean.vi) This program gets information of where the electrons and positrons hit the detector. The data is saved different counters which the user interface can load during measurements. Below is a flowchart of the program algorithm. Figure FPGA DAQ (coinboolean.vi) flowchart of software algorithm

5 The main purpose of the FPGA DAQ program is to gather information if and which of the detectors that detect electrons or positrons and send this to the FPGA User interface. Further explanation of the program will be given in appendix B (Position monitor software manual) FPGA signal acceptance It is the speed of the FPGA DAQ that limits the pulse width that can be used for the experiment, since it is the FPGA DAQ that can separate one signal from the other. The FPGA can detect a pulse if it has rising edge when a new program loop starts. That means that the program will detect a pulse if the connector i.e the TTL input, gives a true signal on the present loop and if it gave a false signal the previous loop. But the program can only detect signals at a specific time for each loop. So if one wants to be sure to detect a pulse and the loop time for the program (the time it takes for the program to collect data and make all computations for one data gathering) is 500ns the minimum pulse width that should be used is 500ns. See figure below for more details. Figure Four different scenarios for signal detection This picture above shows four different scenarios. scenario A) and B) have the same pulse width and scenario C) has an equal longer pulse width. Say that the pulses are detected at the beginning of each loop for simplicity. In A) none of the pulses will be detected because the FPGA will only read false signals at the beginning of each of the three loops. In B) the first signal will be detected since

6 the value at the connector was false in the first iteration and the value at the connector at the second iteration was true. The second pulse will not be detected since the the value at the connector was true at the second iteration and false at the third. In scenario C) the pulse will be detected since the value at the connector at iteration one was false and true at iteration two. Since the pulse size is larger than the iteration time pulses of this pulse width will always be detected unless the case is like in scenario D) since the connector will give the value of true during all three iterations, the software cannot distinguish if it is two individual pulses or one long one and therefor will only one signal be detected. For the FPGA DAQ (coinboolen.vi) the iteration time is < 350 ns. This means if the pulse width of the channels are bigger than this number all pulses can be detected, unless two signals from the same fiber reach the FPGA in less than 350 ns, then only one of the pulses will be detected just like in case D) above. 3.2 The FPGA User interface (booleansoft.vi) The logic of the FPGA User interface is explained in the flowchart below. Figure FPGA User interface (booleansoft.vi) flowchart of software algorithm The main purpose of this program is to manipulate the data that the FPGA DAQ gives and to display the data while running. The program shall also save the data so that experimental data can be analyzed after the experiment has been made. Further explanation of the program will be given in appendix B (Position monitor software manual) 3.3 AnalyzeProgram (AP) The logic of the analyze software is explained in the flowchart below.

7 Figure AnalyzerProgram (Analyzerprogram.vi) flowchart of software algorithm The main purpose of the AP is to analyze data that has been created by the FPGA User interface. Another important function of the AP is to be able to trigger the FPGA User interface to start new data gathering. Further explanation of the program will be given in the Position monitor software manual in the appendix. 4 Software tests The software tests have been carried out during the spring semester in RIKEN, Tokyo. During all experiments the voltage to the photo multipliers have been set to 950V. The discriminator threshold was set to the following values with help of the test that is described in chap 7.1: 4.1 Position monitor beta source test A test with beta source 90 Sr has been made in order to confirm that the detectors and the software is completely ready for bremsstrahlung distribution measurements. Collimator was used to make a narrow source of beta rays so that different parts of the detector could be tested. The tests were successful and show that data is consistent from different part of the detector. Below are the results from three different test were the beta source was placed at three different position.

8 Fig Beta source was placed with center approximately at position Y3 X9. The 3D plot shows the coincidence between XY detectors and the two 2D graphs show individual detector data for X and Y detectors. Fig Beta source was placed with center approximately at position Y8 X12. The 3D plot shows the coincidence between XY detectors and the two 2D graphs show individual detector data for X and Y detectors.

9 Fig Beta source was placed with center approximately at position Y12 X2. The 3D plot shows the coincidence between XY detectors and the two 2D graphs show individual detector data for X and Y detectors. 5 Summary The software testings shows that the software is ready to use for luminosity measurements at SCRIT experiment. This system I constructed surely provides a new and useful information for the SCRIT experiments. References [number] Source name Type of source Acces (e.g, homepage, ISBN) Date [1] T. Suda et al., Phys. Rev. Lett Report sa=t&source=web&cd =1&ved=0CBcQFjAA &url=http%3a%2f%2 Fiopscience.iop.org%2 F %2F267%2F1%2 F012008%2Fpdf%2F _267_1_ p df&rct=j&q=t.%20su da%20et%20al.%2c% 2009

10 20Phys.%20Rev.%20L ett%20102% &ei=87letouymthrrq evxvteaw&usg=afq jcng9iav4thzocy1v WP9qGxVFO4M- 6A&cad=rja [2] M. Wakasugi et al., Phys. Rev. Lett. 100, Report ispun11/download/ Suda_abstract.pdf 1998 [3] M. Wakasugi, T. Suda and Y. Yano, Nucl Intrum. Methods Phys. Res. A 532, 216 Report RIBF-TAC05/ 14_SCRIT.pdf 2004 Position monitor manual appendix

Bremsstrahlung Luminosity Monitoring for SCRIT Project (Report part I)

Bremsstrahlung Luminosity Monitoring for SCRIT Project (Report part I) Bremsstrahlung Luminosity Monitoring for SCRIT Project (Report part I) (Report part I) 1 Introduction 1.1 The SCRIT project 1.2 This Sub-project 1.3 ELPH in Sendai 1.4 RIKEN in Tokyo 1.5 Divided report

More information

Radioactivity and Ionizing Radiation

Radioactivity and Ionizing Radiation Radioactivity and Ionizing Radiation QuarkNet summer workshop June 24-28, 2013 1 Recent History Most natural phenomena can be explained by a small number of simple rules. You can determine what these rules

More information

Calibration of the Modular Neutron Array (MoNA)

Calibration of the Modular Neutron Array (MoNA) Calibration of the Modular Neutron Array (MoNA) Robert Pepin Gonzaga University ~1~ Calibration of the Modular Neutron Array (MoNA): Figure 1 - A rendering of the Modular Neutron Array In recent years

More information

MTV - S1183 Beam Time Summary. Performance test of MTV new detector : CDC. Yumi Totsuka. Department of Physics, Rikkyo University, Tokyo, Japan

MTV - S1183 Beam Time Summary. Performance test of MTV new detector : CDC. Yumi Totsuka. Department of Physics, Rikkyo University, Tokyo, Japan MTV - S1183 Beam Time Summary Performance test of MTV new detector : CDC Yumi Totsuka Department of Physics, Rikkyo University, Tokyo, Japan TRIUMF-ISAC Science Forum (30. Nov. 2011) Schedule: Beam Time

More information

GAMMA RAY SPECTROSCOPY

GAMMA RAY SPECTROSCOPY GAMMA RAY SPECTROSCOPY Gamma Ray Spectroscopy 1 In this experiment you will use a sodium iodide (NaI) detector along with a multichannel analyzer (MCA) to measure gamma ray energies from energy level transitions

More information

Nuclear Physics and Astrophysics

Nuclear Physics and Astrophysics Nuclear Physics and Astrophysics PHY-30 Dr. E. Rizvi Lecture 4 - Detectors Binding Energy Nuclear mass MN less than sum of nucleon masses Shows nucleus is a bound (lower energy) state for this configuration

More information

Searching for at Jefferson Lab. Holly Szumila-Vance On behalf of the HPS, APEX, DarkLight, and BDX 2017 JLab User s Group Meeting 20 June 2017

Searching for at Jefferson Lab. Holly Szumila-Vance On behalf of the HPS, APEX, DarkLight, and BDX 2017 JLab User s Group Meeting 20 June 2017 Searching for at Jefferson Lab Holly Szumila-Vance On behalf of the HPS, APEX, DarkLight, and BDX 2017 JLab User s Group Meeting 20 June 2017 Overview: Motivation Dark photon searches: APEX (Hall A) HPS

More information

EXPERIMENT 11: NUCLEAR RADIATION

EXPERIMENT 11: NUCLEAR RADIATION Introduction: radioactive nuclei. third is electromagnetic radiation. EXPERIMENT 11: NUCLEAR RADIATION In this lab, you will be investigating three types of emissions from Two types of these emissions

More information

Particle Energy Loss in Matter

Particle Energy Loss in Matter Particle Energy Loss in Matter Charged particles loose energy when passing through material via atomic excitation and ionization These are protons, pions, muons, The energy loss can be described for moderately

More information

LAB 4: Gamma-ray coincidence spectrometry (2018)

LAB 4: Gamma-ray coincidence spectrometry (2018) LAB 4: Gamma-ray coincidence spectrometry (2018) As you have seen, in several of the radioactive sources we encountered so far, they typically emit more than one gamma photon per decay or even more than

More information

SCINTILLATION DETECTORS & GAMMA SPECTROSCOPY: AN INTRODUCTION

SCINTILLATION DETECTORS & GAMMA SPECTROSCOPY: AN INTRODUCTION SCINTILLATION DETECTORS & GAMMA SPECTROSCOPY: AN INTRODUCTION OBJECTIVE The primary objective of this experiment is to use an NaI(Tl) detector, photomultiplier tube and multichannel analyzer software system

More information

MEASURING THE LIFETIME OF THE MUON

MEASURING THE LIFETIME OF THE MUON B6-1 MEASURING THE LIFETIME OF THE MUON Last Revised September 19, 2006 QUESTION TO BE INVESTIGATED What is the lifetime τ of a muon? INTRODUCTION AND THEORY Muons are a member of a group of particles

More information

Physics 248, Spring 2009 Lab 6: Radiation and its Interaction with Matter

Physics 248, Spring 2009 Lab 6: Radiation and its Interaction with Matter Name Section Physics 48, Spring 009 Lab 6: Radiation and its Interaction with Matter Your TA will use this sheet to score your lab. It is to be turned in at the end of lab. To receive full credit you must

More information

Status of the PRad Experiment (E )

Status of the PRad Experiment (E ) Status of the PRad Experiment (E12-11-106) NC A&T State University for the PRad collaboration Outline PRad Physics goals ep-scattering and the proton radius PRad experiment experimental setup development

More information

Phys 243 Lab 7: Radioactive Half-life

Phys 243 Lab 7: Radioactive Half-life Phys 243 Lab 7: Radioactive Half-life Dr. Robert MacDonald The King s University College Winter 2013 Abstract In today s lab you ll be measuring the half-life of barium-137, a radioactive isotope of barium.

More information

Cosmic Ray Muon Detection

Cosmic Ray Muon Detection WJP, PHY382 (2015) Wabash Journal of Physics v 4.2, p.1 Cosmic Ray Muon Detection K. Sullivan, M. J. Madsen, A. D. Skowronski, and A. Camacho Department of Physics, Wabash College, Crawfordsville, IN 47933

More information

Rice University Physics 332 LIFETIME OF THE MUON I. INTRODUCTION...2! II. MEASUREMENT PROCEDURES...3! III. ANALYSIS PROCEDURES...7!

Rice University Physics 332 LIFETIME OF THE MUON I. INTRODUCTION...2! II. MEASUREMENT PROCEDURES...3! III. ANALYSIS PROCEDURES...7! Rice University Physics 332 LIFETIME OF THE MUON I. INTRODUCTION...2! II. MEAUREMENT PROCEDURE...3! III. ANALYI PROCEDURE...7! Revised July 2011 I. Introduction In this experiment you will measure the

More information

Scintillation Detector

Scintillation Detector Scintillation Detector Introduction The detection of ionizing radiation by the scintillation light produced in certain materials is one of the oldest techniques on record. In Geiger and Marsden s famous

More information

THE COMPTON EFFECT Last Revised: January 5, 2007

THE COMPTON EFFECT Last Revised: January 5, 2007 B2-1 THE COMPTON EFFECT Last Revised: January 5, 2007 QUESTION TO BE INVESTIGATED: How does the energy of a scattered photon change after an interaction with an electron? INTRODUCTION: When a photon is

More information

Cosmic Muon Shower Study with QuarkNet

Cosmic Muon Shower Study with QuarkNet WJP, PHY381 (2015) Wabash Journal of Physics v4.2, p.1 Cosmic Muon Shower Study with QuarkNet Brian Hayhurst, Jia Qi, and James Brown Department of Physics, Wabash College, Crawfordsville, IN 47933 (Dated:

More information

Non Member State Summer Student Program at ISOLDE

Non Member State Summer Student Program at ISOLDE Program at ISOLDE LabVIEW readout of a gauge pressure meter for the VITO beam line. Atomic local studies in Graphene. Diana Sofía Valverde Mendez Supervisors: Torben Esmann Mølholt

More information

Particle Energy Loss in Matter

Particle Energy Loss in Matter Particle Energy Loss in Matter Charged particles, except electrons, loose energy when passing through material via atomic excitation and ionization These are protons, pions, muons, The energy loss can

More information

RADIOACTIVITY IN THE AIR

RADIOACTIVITY IN THE AIR RADIOACTIVITY IN THE AIR REFERENCES M. Sternheim and J. Kane, General Physics (See the discussion on Half Life) Evans, The Atomic Nucleus, pp. 518-522 Segre, Nuclei and Particles, p. 156 See HEALTH AND

More information

Electron scattering experiment off proton at ultra-low Q 2

Electron scattering experiment off proton at ultra-low Q 2 Electron scattering experiment off proton at ultra-low Q 2 Toshimi Suda Research Center for Electron-Photon Science, Tohoku University, Sendai Proton Radius Puzzle NEUROSCIENCE People Who Remember Everything

More information

Ch05. Radiation. Energy and matter that comes from the nucleus of an atom. version 1.6

Ch05. Radiation. Energy and matter that comes from the nucleus of an atom. version 1.6 Ch05 Radiation Energy and matter that comes from the nucleus of an atom. version 1.6 Nick DeMello, PhD. 2007-2016 Ch05 Radiation The Discovery of Radioactivity Phosphorescence Radioactive history Antoine

More information

What detectors measure

What detectors measure What detectors measure As a particle goes through matter, it releases energy Detectors collect the released energy and convert it to electric signals recorded by DAQ Raw event record is a collection of

More information

Figure 1. Decay Scheme for 60Co

Figure 1. Decay Scheme for 60Co Department of Physics The University of Hong Kong PHYS3851 Atomic and Nuclear Physics PHYS3851- Laboratory Manual A. AIMS 1. To learn the coincidence technique to study the gamma decay of 60 Co by using

More information

Beam diagnostics: Alignment of the beam to prevent for activation. Accelerator physics: using these sensitive particle detectors.

Beam diagnostics: Alignment of the beam to prevent for activation. Accelerator physics: using these sensitive particle detectors. Beam Loss Monitors When energetic beam particles penetrates matter, secondary particles are emitted: this can be e, γ, protons, neutrons, excited nuclei, fragmented nuclei... Spontaneous radiation and

More information

Measurement of Mean μ-lifetime

Measurement of Mean μ-lifetime Measurement of Mean μ-lifetime Neha Dokania* *INO Graduate Training Programme, TIFR Abstract: The average muon lifetime is determined in the experiment by stopping muons in a plastic scintillator, where

More information

THE AMS RICH COUNTER

THE AMS RICH COUNTER THE AMS RICH COUNTER G. BOUDOUL ISN Grenoble ISN-GRENOBLE 1 The AMS RICH collaboration: Bologna, Grenoble, Lisbon, Madrid, Maryland, Mexico 2 The AMS collaboration UNAM S.C.C. TING (MIT), PI 3 AMS Scientific

More information

DEVELOPING OF A VME COMPLEX NEUTRON MEASUREMENT SYSTEM AT IFIN-HH TANDEM ACCELERATOR USING A NEUTRON ARRAY DETECTOR *

DEVELOPING OF A VME COMPLEX NEUTRON MEASUREMENT SYSTEM AT IFIN-HH TANDEM ACCELERATOR USING A NEUTRON ARRAY DETECTOR * DEVELOPING OF A VME COMPLEX NEUTRON MEASUREMENT SYSTEM AT IFIN-HH TANDEM ACCELERATOR USING A NEUTRON ARRAY DETECTOR * HORIA PETRASCU 1, IULIA COMPANIS 1, ALINA ISBASESCU 1, MICHAEL FAMIANO 2 1 Horia Hulubei

More information

A Trial of Neutrino Detection from Joyo Fast Research Reactor

A Trial of Neutrino Detection from Joyo Fast Research Reactor A Trial of Neutrino Detection from Joyo Fast Research Reactor F.Suekane Tohoku University For KASKA group, made up of; Tohoku Univ., Tokyo Inst. of Tech., Niigata Univ., Tokyo Metropolitan Univ., Tohoku

More information

Cosmic rays and the muon lifetime 1

Cosmic rays and the muon lifetime 1 Cosmic rays and the muon lifetime 1 Abstract An experiment detecting the decay of cosmic muons has been installed for the third-year students at the University of Lund. The setup of the experiment makes

More information

22.S902 IAP 2015 (DIY Geiger Counters), Lab 1

22.S902 IAP 2015 (DIY Geiger Counters), Lab 1 22.S902 IAP 2015 (DIY Geiger Counters), Lab 1 Due January 12th January 7, 2015 In these laboratory exercises, you will fully characterize your Geiger counters, the background in the room, and your shielding.

More information

State the main interaction when an alpha particle is scattered by a gold nucleus

State the main interaction when an alpha particle is scattered by a gold nucleus Q1.(a) Scattering experiments are used to investigate the nuclei of gold atoms. In one experiment, alpha particles, all of the same energy (monoenergetic), are incident on a foil made from a single isotope

More information

Cosmic Ray Detector Software

Cosmic Ray Detector Software Cosmic Ray Detector Software Studying cosmic rays has never been easier Matthew Jones Purdue University 2012 QuarkNet Summer Workshop 1 Brief History First cosmic ray detector built at Purdue in about

More information

1.E Neutron Energy (MeV)

1.E Neutron Energy (MeV) Proceedings of the Second International Workshop on EGS, 8.-12. August 2000, Tsukuba, Japan KEK Proceedings 200-20, pp.130-134 Measurements of Photoneutron Spectra from Thick Pb Target Bombarded by 1.2

More information

Investigation of nuclear Equation of State (EoS) is an attractive subject not only for nuclear

Investigation of nuclear Equation of State (EoS) is an attractive subject not only for nuclear First Experiment of SπRIT-TPC at SAMURAI in RIKEN-RIBF for SπRIT Collaboration RIKEN, Nishina Center, RIKEN, Japan E-mail: mizuki@riken.jp Investigation of nuclear Equation of State (EoS) is an attractive

More information

Ionization Energy Loss of Charged Projectiles in Matter. Steve Ahlen Boston University

Ionization Energy Loss of Charged Projectiles in Matter. Steve Ahlen Boston University Ionization Energy Loss of Charged Projectiles in Matter Steve Ahlen Boston University Almost all particle detection and measurement techniques in high energy physics are based on the energy deposited by

More information

Laboratory instruction SENSOR DEVICES

Laboratory instruction SENSOR DEVICES Laboratory instruction SENSOR DEVICES Examination: It is compulsory to attend the laboratory work. A set of given questions should be answered and should be handed in by each lab group at the end of the

More information

Name Date Class NUCLEAR RADIATION. alpha particle beta particle gamma ray

Name Date Class NUCLEAR RADIATION. alpha particle beta particle gamma ray 25.1 NUCLEAR RADIATION Section Review Objectives Explain how an unstable nucleus releases energy Describe the three main types of nuclear radiation Vocabulary radioisotopes radioactivity radiation alpha

More information

arxiv: v1 [physics.ins-det] 23 Oct 2007

arxiv: v1 [physics.ins-det] 23 Oct 2007 1 arxiv:0710.4279v1 [physics.ins-det] 23 Oct 2007 The SuperNEMO double beta decay experiment I. Nasteva on behalf of the SuperNEMO Collaboration School of Physics and Astronomy, University of Manchester,

More information

Examples for experiments that can be done at the T9 beam line

Examples for experiments that can be done at the T9 beam line Examples for experiments that can be done at the T9 beam line Example 1: Use muon tomography to look for hidden chambers in pyramids (2016 winning proposal, Pyramid hunters) You may know computer tomography

More information

Copyright 2008, University of Chicago, Department of Physics. Experiment VI. Gamma Ray Spectroscopy

Copyright 2008, University of Chicago, Department of Physics. Experiment VI. Gamma Ray Spectroscopy Experiment VI Gamma Ray Spectroscopy 1. GAMMA RAY INTERACTIONS WITH MATTER In order for gammas to be detected, they must lose energy in the detector. Since gammas are electromagnetic radiation, we must

More information

Chemistry 52 Chapter 11 ATOMIC STRUCTURE. The general designation for an atom is shown below:

Chemistry 52 Chapter 11 ATOMIC STRUCTURE. The general designation for an atom is shown below: ATOMIC STRUCTURE An atom is composed of a positive nucleus surrounded by negatively charged electrons. The nucleus is composed of protons and neutrons. The protons and neutrons in a nucleus are referred

More information

Improving neutron detection efficiency by using passive converters

Improving neutron detection efficiency by using passive converters Nuclear Instruments and Methods in Physics Research B 192 (2002) 339 344 www.elsevier.com/locate/nimb Improving neutron detection efficiency by using passive converters T. Baumann a, *, H. Ikeda b,c, M.

More information

Test of Time Reversal Symmetry using polarized 8 Li at TRIUMF-ISAC

Test of Time Reversal Symmetry using polarized 8 Li at TRIUMF-ISAC Test of Time Reversal Symmetry using polarized 8 Li at TRIUMF-ISAC J. Murata 123, H. Baba 3, J.A. Behr 4, M. Hata 1, Y. Hirayama 5, M. Ikeda 1, D. Kameda 3, H. Kawamura 36, R. Kishi 1, C.D.P. Levy 4, Y.

More information

Measurements of liquid xenon s response to low-energy particle interactions

Measurements of liquid xenon s response to low-energy particle interactions Measurements of liquid xenon s response to low-energy particle interactions Payam Pakarha Supervised by: Prof. L. Baudis May 5, 2013 1 / 37 Outline introduction Direct Dark Matter searches XENON experiment

More information

Lab NUC. Determination of Half-Life with a Geiger-Müller Counter

Lab NUC. Determination of Half-Life with a Geiger-Müller Counter Lab NUC Determination of Half-Life with a Geiger-Müller Counter Object: Apparatus: To understand the concept of half-life; to become familiar with the use of a Geiger-Müller counter; to determine the half-lives

More information

STATUS OF ATLAS TILE CALORIMETER AND STUDY OF MUON INTERACTIONS. 1 Brief Description of the ATLAS Tile Calorimeter

STATUS OF ATLAS TILE CALORIMETER AND STUDY OF MUON INTERACTIONS. 1 Brief Description of the ATLAS Tile Calorimeter STATUS OF ATLAS TILE CALORIMETER AND STUDY OF MUON INTERACTIONS L. E. PRICE Bldg 362, Argonne National Laboratory, Argonne, IL 60439, USA E-mail: lprice@anl.gov (For the ATLAS Tile Calorimeter Collaboration)

More information

Electron Scattering for Neutron-Rich Nuclei

Electron Scattering for Neutron-Rich Nuclei Electron Scattering for Neutron-Rich Nuclei Toshimi Suda for SCRIT collaboration Tohoku University, Sendai, JAPAN Recent publications in 2017 A review paper : Progress of Particle and Nuclear Physics 96

More information

Lab #2: Digital Simulation of Torsional Disk Systems in LabVIEW

Lab #2: Digital Simulation of Torsional Disk Systems in LabVIEW Lab #2: Digital Simulation of Torsional Disk Systems in LabVIEW Objective The purpose of this lab is to increase your familiarity with LabVIEW, increase your mechanical modeling prowess, and give you simulation

More information

Advanced lab course for Bachelor s students

Advanced lab course for Bachelor s students Advanced lab course for Bachelor s students Versuch T2 Gamma spectroscopy and Compton scattering February 2018 Prerequisites Interactions of photons and matter Working principle and usage of scintillation

More information

Absolute activity measurement

Absolute activity measurement Absolute activity measurement Gábor Veres, Sándor Lökös Eötvös University, Department of Atomic Physics January 12, 2016 Financed from the financial support ELTE won from the Higher Education Restructuring

More information

Status of KEK-E391a and Future Prospects on K L π 0 νν at KEK. GeiYoub Lim IPNS, KEK

Status of KEK-E391a and Future Prospects on K L π 0 νν at KEK. GeiYoub Lim IPNS, KEK Status of KEK-E391a and Future Prospects on K L π 0 νν at KEK GeiYoub Lim IPNS, KEK E391a Collaboration Joint Institute for Nuclear Research (Dubna), Russia High Energy Accelerator Research Organization,

More information

Absorption of Gamma Rays

Absorption of Gamma Rays Introduction Absorption of Gamma Rays In this experiment, the absorption coefficient of gamma rays passing through several materials is studied. The materials will be compared to one another on their efficacy

More information

Relativistic Electrons

Relativistic Electrons Relativistic Electrons Physics 300 1 Introduction In this experiment you will make independent measurements of the momentum and kinetic energy of electrons emitted from a β source. You will use these data

More information

SiPM & Plastic Scintillator

SiPM & Plastic Scintillator SiPM & Plastic Scintillator Silicon photomultiplier coupled to plastic scintillator Lodovico Lappetito SiPM_PlasticScint_ENG - 28/04/2016 Pag. 1 Table of contents Introduction... 3 Plastic Scintillators...

More information

P3TMA Experimental Projects

P3TMA Experimental Projects P3TMA Experimental Projects 3 credits Take place @ S1 (from end of September to December); Enters in the average of the second semester. Projects currently available : Stern-Gerlach Experiment Quantum

More information

Rutherford Scattering

Rutherford Scattering Rutherford Scattering Today's understanding of the atom, as a structure whose positive charge and majority of mass are concentrated in a minute nucleus, is due to the α particle scattering experiments

More information

ATLAS EXPERIMENT : HOW THE DATA FLOWS. (Trigger, Computing, and Data Analysis)

ATLAS EXPERIMENT : HOW THE DATA FLOWS. (Trigger, Computing, and Data Analysis) ATLAS EXPERIMENT : HOW THE DATA FLOWS (Trigger, Computing, and Data Analysis) In order to process large volumes of data within nanosecond timescales, the trigger system is designed to select interesting

More information

1.5. The Tools of the Trade!

1.5. The Tools of the Trade! 1.5. The Tools of the Trade! Two things are required for material analysis: excitation mechanism for originating characteristic signature (radiation) radiation detection and identification system (spectroscopy)

More information

Nuclear Lifetimes. = (Eq. 1) (Eq. 2)

Nuclear Lifetimes. = (Eq. 1) (Eq. 2) Nuclear Lifetimes Theory The measurement of the lifetimes of excited nuclear states constitutes an important experimental technique in nuclear physics. The lifetime of a nuclear state is related to its

More information

MESUREMENT OF MUON LIFETIME USING COSMIC MUON STOPPED IN PLASTIC SCINTILLATOR DETECTOR.

MESUREMENT OF MUON LIFETIME USING COSMIC MUON STOPPED IN PLASTIC SCINTILLATOR DETECTOR. MESUREMENT OF MUON LIFETIME USING COSMIC MUON STOPPED IN PLASTIC SCINTILLATOR DETECTOR. ASMITA REDIJ SCIENTIFIC OFFICER. AS A PART OF EXPERIMENTAL PHYSICS COURSE (I). CONDUCTED FOR INO TRAINING SCHOOL.

More information

Lecture 32 April

Lecture 32 April Lecture 32 April 08. 2016. Hydrogen Discharge Tube and Emission of Discrete Wavelengths Description of the discrete Hydrogen Emission Spectrum by the Balmer (1884) Rydberg Ritz formula (1908) Cathode Ray

More information

Radioactivity pp Topic 9: Nuclear Physics Ch. 10. Radioactivity. Radioactivity

Radioactivity pp Topic 9: Nuclear Physics Ch. 10. Radioactivity. Radioactivity Topic 9: Nuclear Physics Ch. 10 pp.244-249 results from radioactive decay, which is the process in which unstable atomic nuclei transform and emit radiation. has existed longer than the human race. Unstable

More information

DETECTORS. I. Charged Particle Detectors

DETECTORS. I. Charged Particle Detectors DETECTORS I. Charged Particle Detectors A. Scintillators B. Gas Detectors 1. Ionization Chambers 2. Proportional Counters 3. Avalanche detectors 4. Geiger-Muller counters 5. Spark detectors C. Solid State

More information

Cross section measurements of the elastic electron - deuteron scattering

Cross section measurements of the elastic electron - deuteron scattering Cross section measurements of the elastic electron - deuteron scattering for the A1 Collaboration Institut für Kernphysik, Johannes Gutenberg-Universität Mainz Johann-Joachim-Becher-Weg 45, 55128 Mainz

More information

Measuring Cosmic Ray Muon Decay Constant and Flux

Measuring Cosmic Ray Muon Decay Constant and Flux WJP, PHY381 (2015) Wabash Journal of Physics v3.3, p.1 Measuring Cosmic Ray Muon Decay Constant and Flux R.C. Dennis, D.T. Tran, J. Qi, and J. Brown Department of Physics, Wabash College, Crawfordsville,

More information

CHEMISTRY 170. Radioisotopes

CHEMISTRY 170. Radioisotopes CHEMISTRY 170 Radioisotopes Positron Emission Tomography or PET scans use the radioisotope 18 F to create an image of the brain. DEPARTMENT OF CHEMISTRY UNIVERSITY OF KANSAS Radioisotopes Introduction

More information

Detection and measurement of gamma-radiation by gammaspectroscopy

Detection and measurement of gamma-radiation by gammaspectroscopy Detection and measurement of gamma-radiation by gammaspectroscopy Gamma-radiation is electromagnetic radiation having speed equal to the light in vacuum. As reaching a matter it interact with the different

More information

Scintillation efficiency measurement of Na recoils in NaI(Tl) below the DAMA/LIBRA energy threshold

Scintillation efficiency measurement of Na recoils in NaI(Tl) below the DAMA/LIBRA energy threshold Scintillation efficiency measurement of Na recoils in NaI(Tl) below the DAMA/LIBRA energy threshold Jingke Xu, Princeton (now @LLNL) Sept 24, 2015 2015 LowECal Workshop, Chicago, IL Outline 1. Overview

More information

PoS(ICHEP2016)474. SoLid: Search for Oscillations with a Lithium-6 Detector at the SCK CEN BR2 reactor

PoS(ICHEP2016)474. SoLid: Search for Oscillations with a Lithium-6 Detector at the SCK CEN BR2 reactor SoLid: Search for Oscillations with a Lithium-6 Detector at the SCK CEN BR2 reactor University of Bristol E-mail: dan.saunders@bristol.ac.uk The disappearance of reactor antineutrinos into a new neutral

More information

Measurement of nuclear recoil responses of NaI(Tl) crystal for dark matter search

Measurement of nuclear recoil responses of NaI(Tl) crystal for dark matter search Measurement of nuclear recoil responses of NaI(Tl) crystal for dark matter search Hanwool Joo on behalf of the KIMS-NaI collaboration Department of Physics and Astronomy, 1 Gwanak-ro, Gwanak-gu, Seoul

More information

charge. Gamma particles turned out to be electromagnetic radiation, the same as light, but with much higher energy.

charge. Gamma particles turned out to be electromagnetic radiation, the same as light, but with much higher energy. Simple, sensitive Geiger counter Radioactivity is a fascinating subject. The more you learn about it, the more questions there are to ask! This project is simple to construct and relatively inexpensive,

More information

arxiv: v2 [physics.ins-det] 8 Feb 2013

arxiv: v2 [physics.ins-det] 8 Feb 2013 Preprint typeset in JINST style - HYPER VERSION arxiv:1302.0278v2 [physics.ins-det] 8 Feb 2013 Investigation of gamma ray detection performance of thin LFS scintillator with MAPD readout E.Guliyev a, F.Ahmadov

More information

Physics 102: Lecture 26. X-rays. Make sure your grade book entries are correct. Physics 102: Lecture 26, Slide 1

Physics 102: Lecture 26. X-rays. Make sure your grade book entries are correct. Physics 102: Lecture 26, Slide 1 Physics 102: Lecture 26 X-rays Make sure your grade book entries are correct. Physics 102: Lecture 26, Slide 1 X-Rays Photons with energy in approx range 100eV to 100,000eV. This large energy means they

More information

The intense, pulsed positron source EPOS at the Research Centre Dresden-Rossendorf

The intense, pulsed positron source EPOS at the Research Centre Dresden-Rossendorf The intense, pulsed positron source EPOS at the Research Centre Dresden-Rossendorf The EPOS Team and R. Krause-Rehberg Martin-Luther University, Halle-Wittenberg, Dept. of Physics, 06099 Halle / Germany

More information

1.4 The Tools of the Trade!

1.4 The Tools of the Trade! 1.4 The Tools of the Trade! Two things are required for material analysis: excitation mechanism for originating characteristic signature (radiation) radiation detection and identification system (spectroscopy)

More information

Analytical Technologies in Biotechnology Prof. Dr. Ashwani K. Sharma Department of Biotechnology Indian Institute of Technology, Roorkee

Analytical Technologies in Biotechnology Prof. Dr. Ashwani K. Sharma Department of Biotechnology Indian Institute of Technology, Roorkee Analytical Technologies in Biotechnology Prof. Dr. Ashwani K. Sharma Department of Biotechnology Indian Institute of Technology, Roorkee Module - 2 Radioisotopes Techniques Lecture - 3 GM Counting and

More information

Development of Secondary Electron Time Detector for Ion Beams

Development of Secondary Electron Time Detector for Ion Beams Development of Secondary Electron Time Detector for Ion Beams, A. Ozawa, T. Moriguchi, Y. Ichikawa, M. Amano, D. Kamioka, Y. Tajiri, K. Hiraishi, T. Matsumoto Institute of Physics, University of Tsukuba,

More information

Muon detector and muon flux measurement at Yangyang underground laboratory for the COSINE-100 experiment

Muon detector and muon flux measurement at Yangyang underground laboratory for the COSINE-100 experiment Muon detector and muon flux measurement at Yangyang underground laboratory for the COSINE-100 experiment on behalf of the COSINE-100 Experiment Department of Physics, Bandung Institute of Technology, Bandung

More information

Lab #3: System Identification of the Torsional Disk System

Lab #3: System Identification of the Torsional Disk System Chapter 1 Lab #3: System Identification of the Torsional Disk System Objective The purpose of this lab is to familiarize you with the functioning of the EPS Torsional Disk System (TDS) and learn how to

More information

Nuclear Binding, Radioactivity

Nuclear Binding, Radioactivity Physics 102: Lecture 27 Nuclear Binding, Radioactivity Make sure your grade book entries are correct e.g. HOUR EXAM EX / AB! Ex=excused / AB=0 (absent, no excuse) Please fill out on-line ICES forms Physics

More information

Physics 1000 Half Life Lab

Physics 1000 Half Life Lab Physics 1000 Half Life Lab Determination of Half-Life with a Geiger-Müller Counter Object: Apparatus: To understand the concept of half-life; to become familiar with the use of a Geiger-Müller counter;

More information

Selected Topics in Physics a lecture course for 1st year students by W.B. von Schlippe Spring Semester 2007

Selected Topics in Physics a lecture course for 1st year students by W.B. von Schlippe Spring Semester 2007 Selected Topics in Physics a lecture course for 1st year students by W.B. von Schlippe Spring Semester 2007 Lecture 7 1. Relativistic Mechanics Charged particle in magnetic field 2. Relativistic Kinematics

More information

Neutron flux measurement using fast-neutron activation of 12 B and 12 N isotopes in hydrocarbonate scintillators

Neutron flux measurement using fast-neutron activation of 12 B and 12 N isotopes in hydrocarbonate scintillators Neutron flux measurement using fast-neutron activation of 12 B and 12 N isotopes in hydrocarbonate scintillators M. M. Boliev E-mail: kchkrv@rambler.ru Yu. F. Novoseltsev R. V. Novoseltseva V. B. Petkov

More information

PHYS 3313 Section 001 Lecture #7

PHYS 3313 Section 001 Lecture #7 PHYS 3313 Section 001 Lecture #7 Photoelectric Effect Compton Effect Pair production/pair annihilation PHYS 3313-001, Fall 1 Reading assignments: CH3.9 Announcements Homework #2 CH3 end of the chapter

More information

Design, Construction, Operation, and Simulation of a Radioactivity Assay Chamber

Design, Construction, Operation, and Simulation of a Radioactivity Assay Chamber Design, Construction, Operation, and Simulation of a Radioactivity Assay Chamber Wesley Ketchum and Abe Reddy EWI Group, UW REU 2006 Outline Neutrino Physics Background Double Beta Decay and the Majorana

More information

Neutrino Physics. Neutron Detector in the Aberdeen Tunnel Underground Laboratory. The Daya Bay Experiment. Significance of θ 13

Neutrino Physics. Neutron Detector in the Aberdeen Tunnel Underground Laboratory. The Daya Bay Experiment. Significance of θ 13 Neutrino Physics Neutron Detector in the Aberdeen Tunnel Underground Laboratory John K.C. Leung Department of Physics, HKU On behalf of CUHK, LBL & IHEP Presented to HKRPS on June 21, 2007 Neutrinos have

More information

Populating nucleon states. From the Last Time. Other(less stable) helium isotopes. Radioactivity. Radioactive nuclei. Stability of nuclei.

Populating nucleon states. From the Last Time. Other(less stable) helium isotopes. Radioactivity. Radioactive nuclei. Stability of nuclei. Nucleus: From the Last Time System of and neutrons bound by the strong force Proton number determines the element. Different isotopes have different # neutrons. Stable isotopes generally have similar number

More information

GREENWOOD PUBLIC SCHOOL DISTRICT Physics Pacing Guide FIRST NINE WEEKS

GREENWOOD PUBLIC SCHOOL DISTRICT Physics Pacing Guide FIRST NINE WEEKS FIRST NINE WEEKS 1 Aug. 1 Introduction to Course Aug. 7 11 5 Prerequisite 2 Aug. 1 18 5 3 Aug. 21 25 5 Mathematical Computational Analysis Overarching Science Engineering Practices (SEPs) These concepts

More information

Methods and tools used in experimental particle and nuclear physics. Lectures handouts:

Methods and tools used in experimental particle and nuclear physics. Lectures handouts: 1 section: 627001 Spring 2012 January 11, 2012 Methods and tools used in experimental particle and nuclear physics. Instructor: Yuri Kamyshkov e-mail: kamyshkov@utk.edu tel. office 974-6777 Office Nielsen

More information

Polarization Correlation in the Gamma- Gamma Decay of Positronium

Polarization Correlation in the Gamma- Gamma Decay of Positronium Polarization Correlation in the Gamma- Gamma Decay of Positronium Bin LI Department of Physics & Astronomy, University of Pittsburgh, PA 56, U.S.A April 5, Introduction Positronium is an unstable bound

More information

Underground Physics in the Pyhäsalmi mine

Underground Physics in the Pyhäsalmi mine Timo Enqvist University of Oulu, Finland Moscow, June 10, 2016 1/40 Content The Pyhäsalmi mine and Callio Lab Cosmic-ray experiment EMMA 14 C concentration in liquid scintillators Measurement of 2ν2β half-lives

More information

A Study of Radioactivity and Determination of Half-Life

A Study of Radioactivity and Determination of Half-Life A Study of Radioactivity and Determination of Half-Life Purpose: To examine different types of radioactivity and their properties, and measure the half-life of a radioisotope Introduction A radioactive

More information

Positron Emission Tomography (PET)

Positron Emission Tomography (PET) Positron Emission Tomography (PET) A radiological technique for functional imaging Please note that this exercise takes place at the Stockholm Centre for Physics, Astronomy and Biotechniques (Alba Nova).

More information

The relevance of XENON10 constraints in this low-mass region has been questioned [15] C.E. Aalseth et al. arxiv: v1

The relevance of XENON10 constraints in this low-mass region has been questioned [15] C.E. Aalseth et al. arxiv: v1 The relevance of XENON10 constraints in this low-mass region has been questioned [15] C.E. Aalseth et al. arxiv:1001.2834v1 Peter Sorensen LLNL on behalf of the XENON10 Collaboration at UC Davis HEFTI

More information

ARTICLE IN PRESS. Nuclear Instruments and Methods in Physics Research A

ARTICLE IN PRESS. Nuclear Instruments and Methods in Physics Research A Nuclear Instruments and Methods in Physics Research A 598 (29) 7 11 Contents lists available at ScienceDirect Nuclear Instruments and Methods in Physics Research A journal homepage: www.elsevier.com/locate/nima

More information

Y2 Neutrino Physics (spring term 2017)

Y2 Neutrino Physics (spring term 2017) Y2 Neutrino Physics (spring term 2017) Lecture 5 Discoveries of the leptons Dr E Goudzovski eg@hep.ph.bham.ac.uk http://epweb2.ph.bham.ac.uk/user/goudzovski/y2neutrino Previous lecture In 1940s, nuclear

More information