Geant4 Microdosimetry for Aerospace Radiation Effects

Size: px
Start display at page:

Download "Geant4 Microdosimetry for Aerospace Radiation Effects"

Transcription

1 Geant4 Microdosimetry for Aerospace Radiation Effects Pete Truscott, Fan Lei, Clive Dyer QinetiQ Ltd, Farnborough Bart Quaghebeur Ramon Nartallo BIRA, Brussels Rhea Systems SA, Belgi Geant4 Space Users Workshop, Pasadena, CA 6 th -11 th November 2006 QinetiQ developments and research funded by ESA under contract 19103/05/NL/JD, and by the UK MOD under contract C/MAT/N03517 and C/MAT/N02503E 1

2 Geant4 Radiation Transport Toolkit The Virtues Comprehensive Monte Carlo simulation of all particles in 3D geometries Variety of physics models covering electromagnetic, hadronic (nuclear), decay processes with treatment over 1PeV to ~100eV (and to thermal energies for neutrons) Developed initially for the HEP community (LHC at CERN, BarBar at SLAC and KEK) with contributions from 100 scientists from 40 institutes World-wide This toolkit continues to be supported through HEP, medical physics, space, etc communities as applications and requirements grow - new physics, new tools, new validations Implementation in C++ - aids enhancement of code through class inheritance 2

3 Geant4 Radiation Transport Toolkit - The Vices It is a toolkit Geant4 philosophy considers it the responsibility of the user to write the application and the develop post-processing tools Need for applications like MULASSIS, SSAT, GRAS Although there is extensive docentation, it s a long and steep learningcurve from the point of view of an engineer, the toolkit is at best challenging to learn and at worst appears positively user-hostile!! 3

4 Multi-Layered Shielding Simulation Software (MULASSIS) Geant4 application to allow radiation analysis for 1D geometries (slab & sphere) Provide Shieldose-type information with the physics of G4 SPENVIS or standalone versions Simple specification of geometry (comprising any materials), source particle, physics, and analysis: TID, DD, fluence, energy-deposition spectra Graded shielding analysis for electron/γ sources to shielding properties of concrete and boronated polythenes to neutrons <20MeV 4

5 GEant4 Microdosimetry Analysis Tool - GEMAT A Geant4-based application for microdosimetry analysis of microelectronics Easy to use geometry builder Handles voles more complex than regular parallelepipeds GRAS-based physics list Making use of the full G4 physics capability Built-in analysis modes PHS: SEU rates calculated based on experimental ion data Path-length: used with environment h-ion LET data Analysis of coincidence events SPENVIS-based to allow wider usage without having to download Geant4 5

6 Material Definition Commands There are 4 predefined materials New material can be added by given its name, element composition and density Predefined materials: Materials Materials definition definition /geometry/material/list /geometry/material/list /geometry/material/deletename /geometry/material/deletename Air Air /geometry/material/add /geometry/material/add SiO2 SiO2 Si-O2 Si-O /geometry/material/add /geometry/material/add BPSG BPSG Si100-O200-B5-P5 Si100-O200-B5-P /geometry/material/list /geometry/material/list 6

7 Geometry Construction Commands A layered geometry structure Arbitrary nber of layers of different materials One layer is designated as the Contact Layer Contact Voles (CVs) can be added One layer is designated as the Depleted Layer Sensitive Voles (SVs) can be added x z Contacts y Define Define layers layers /geometry/layer/add /geometry/layer/add 0 0 SiO2 SiO /geometry/layer/add /geometry/layer/add 1 1 BPSG BPSG /geometry/layer/add /geometry/layer/add /geometry/layer/add /geometry/layer/add 3 3 SiO2 SiO /geometry/layer/add /geometry/layer/add /geometry/layer/add /geometry/layer/add /geometry/layer/list /geometry/layer/list Depleted regions non-depleted active or inactive regions 7

8 CV/DV Shapes Basic shapes Cylinder: 2 parameters Box: 2 parameters L-shape: 4 parameters U-shape: 4 parameters All can be tapered at top/bottom Position (x,y) in the layer Material & Visualisation Attrib. Cylinder 'L' shape Rectangular Parallelepiped Contact Contact and and depletion depletion Voles Voles /geometry/cv/add/box /geometry/cv/add/box /geometry/cv/add/box /geometry/cv/add/box Alini Alini 6 6 /geometry/cv/add/box /geometry/cv/add/box /geometry/cv/list /geometry/cv/list 'U' shape 8 /geometry/dv/add/box /geometry/dv/add/box /geometry/dv/add/lshape /geometry/dv/add/lshape /geometry/dv/add/box /geometry/dv/add/box /geometry/dv/list /geometry/dv/list

9 9

10 Physics List G4LowEnergyEM G4HPNeutron G4Binary/G4Bertini G4BinaryLightIon G4Abrasion/G4Ablation G4RadioactiveDecay Layer dependent cut-offs Bias the cross-sections not currently in GEMAT - important as probabilities for interactions in small voles is low G4GRASPhysicsList & Messenger 10 Primary Particle Generator Uses G4GeneralParticleSource (GPS) Define Define the the incident incident particle particle (use (use a a smaller smaller incident incident surface surface than than the the default default one) one) /gps/pos/halfx /gps/pos/halfx mm mm /gps/pos/halfy /gps/pos/halfy mm mm /gps/particle /gps/particle neutron neutron /gps/ene/type /gps/ene/type Pow Pow /gps/ene/min /gps/ene/min MeV MeV /gps/ene/max /gps/ene/max MeV MeV /gps/ene/alpha /gps/ene/alpha -1-1 /gps/direction /gps/direction

11 Geant4 cross-section biasing results for 1GeV protons normally incident upon 1mm silicon Variance reduction implemented in a wrapper-class process 2hrs CPU time simulation for biased and unbiased runs Emission Neutron Spectr PHS 1.00E E E-01 Biased x 10 neutrons/ch/event 1.00E E-05 Biased x 10 Unbiased Counts/ch/event 1.00E E E E-05 Unbiased 1.00E E E E E E E E E+06 Energy (kev) 1.00E E E E E E E+05 Energy (kev) 11

12 12 Analysis Manager Quantities tallied: Fluence Pulse height spectr (PHS) Path-length Applied to selected sensitive voles (SVs) Coincidence analysis: Between up to 3 DVs Each vole can have its own threshold Built-in histogram capability Wide choice of binning scheme, inc. arbitrary Output in CSV format fluence fluence analysis analysis /analysis/fluence/particle/add /analysis/fluence/particle/add proton proton /analysis/fluence/energy/mode /analysis/fluence/energy/mode log log /analysis/fluence/energy/min /analysis/fluence/energy/min MeV MeV /analysis/fluence/energy/max /analysis/fluence/energy/max MeV MeV /analysis/fluence/energy/nbin /analysis/fluence/energy/nbin /analysis/fluence/energy/list /analysis/fluence/energy/list PHS PHS analysis analysis change change the the binning binning scheme scheme /analysis/phs/energy/mode /analysis/phs/energy/mode lin lin /analysis/phs/energy/min /analysis/phs/energy/min MeV MeV /analysis/phs/energy/max /analysis/phs/energy/max MeV MeV /analysis/phs/energy/nbin /analysis/phs/energy/nbin /analysis/phs/energy/list /analysis/phs/energy/list Coincidence Coincidence analysis analysis set set the the trigger trigger thresholds thresholds for for DVs DVs /analysis/coinc/thres/set /analysis/coinc/thres/set kev kev /analysis/coinc/thres/set /analysis/coinc/thres/set kev kev /analysis/coinc/thres/set /analysis/coinc/thres/set kev kev /analysis/coinc/thres/set /analysis/coinc/thres/set kev kev /analysis/coinc/thres/set /analysis/coinc/thres/set kev kev /analysis/coinc/thres/set /analysis/coinc/thres/set kev kev /analysis/coinc/thres/list /analysis/coinc/thres/list

13 GEMAT Implementation in SPENVIS Implementation into SPENVIS is currently being completed at BIRA Use other parts of SPENVIS to generate incident particle spectra Like MULASSIS, web-page access to control generation of Geant4 macro file: Can be executed at SPENVIS server - no need to download Geant4 to your local computer Lazy-Boy approach: download macro and execute with local copy of G4+GEMAT application 13

14 An application Example: 4 Mbit SRAMs A large quantity of beam test data available, from heavy Ion to thermal neutrons Good knowledge of the device geometry Two types of simulations using Detailed geometry at cell level An array of simple cells 14

15 GEMAT geometry for four-transistor cell, forming part of a 4Mbit SRAM 15 Pink-outlined regions indicate sensitive voles (determined through device reverse engineering)

16 Proton SEU predictions for Samsung KM684002A 4Mbit SRAM 1.E-15 SEU cross section [cm 2 /bit] 1.E-16 1.E-17 Experiment data from Poivey G4 Classical Cascade model prediction G4 Binary Cascade model di ti 1.E Proton energy [MeV] The energy-deposition spectr from events in SVs integrated over a Weibull fit to LET data from heavy-ion tests Predicted thermal neutron cross-section (from pre-metal BPSG) 9.3x10-17 cm 2 /bit Measured cross-section based on TRIUMF results with and without Cd: 1.6x10-16 cm 2 /bit 16

17 Hitachi HM ALP-7 Data compared with simulation Hitachi A 1E-12 1E-13 1E-14 1E-15 1E-16 Indiana (3 MeV) WNR 2005 >10 MeV Trif MeV TSL 2005 (peak) TSL 2005 (peak+tail) Geant4 simulation TRIUMF 2000 proton NPL Energy (MeV) 17

18 Hitachi HM ALP-7 Data compared with simulation Hitachi A 1E-12 1E-13 1E-14 1E-15 1E-16 Indiana (3 MeV) WNR 2005 >10 MeV Trif MeV TSL 2005 (peak) TSL 2005 (peak+tail) Geant4 simulation TRIUMF 2000 proton NPL Energy (MeV) 18

19 QDOS Aircraft Radiation Monitor Left & lower left: Hand-carried, battery-operated unit comprising detector (A), PDA for user-interface (B) and recharging equipment (D-H) Below: QDOS detector board (X) and MCA (Y) mounted on trolley prior to lowering into TRIUMF neutron beam Y G+H F C B X 19 D E A

20 TRIUMF 2004: Comparison of measured and Geant4- predicted energy deposition spectra in 300µm silicon detector irradiated by TRIUMF neutron spectr Counts [/MeV-neutron] 1.E-03 1.E-04 1.E-05 1.E-06 1.E-07 Comparison of QDOS/TRIUMF Data (6 Dec 2004) with MULASSIS Predictions TRIUMF Run 1 TRIUMF Run 2 TRIUMF Run 4 G4 Binary Cascade G4 Classical Cascade 1.E-08 Differential PH spectr [/MeV-neutron] 1.E-01 1.E-02 1.E-03 1.E-04 1.E-05 1.E-06 1.E-07 1.E-08 50MeV 100MeV 1.E-09 TSL Experiment 180MeV (x100) G4 Binary Cascade prediction 180MeV (x100) G4 Classical Cascade prediction 180MeV (x100) TSL Experiment 90 MeV (x10) G4 Binary Cascade prediction 90MeV (x10) G4 Classical Cascade prediction 90MeV (x10) TSL Experiment 20 MeV Geant4 Prediction 20 MeV Energy {MeV] 180MeV Theodor Svedberg Laboratory 2004: Comparison of measured and Geant4-predicted energy deposition spectra in 300µm silicon detector irradiated by 20, 90 and 180 MeV neutrons 20 1.E Energy [MeV]

21 Theodor Svedberg Laboratory 2005: Measured and Geant4-predicted energy deposition spectr in QDOS detector under neutron irradiation at TSL by 100 MeV quasi-monoenergetic neutrons (spectr right). The diode detector was located 9cm downstream from the beam monitor. 1.E-03 1.E-04 TSL2005 Run 5: 100 MeV at front Geant4 Binary Cascade Geant4 Classical Cascade Counts [/MeV-neutron] 1.E-05 1.E-06 1.E-07 1.E-08 1.E Energy [MeV] 21

22 1.E-03 Theodor Svedberg Laboratory 2005: At other energies, there s a problem Experimental spectr (per incident neutron) appear to be factor of 3-10 lower than prediction Counts [/MeV-neutron] 1.E-04 1.E-05 1.E-06 1.E-07 TSL2005 Run 6: 50 MeV at 533cm TSL2005 Run6: 50 MeV at 533cm (no scattering) Geant4 Binary Cascade Geant4 Classical Cascade 1.E-08 Counts [/MeV-neutron] 1.E-03 1.E-04 1.E-05 1.E-06 1.E-07 1.E-08 1.E Energy [MeV] TSL2005 Run 7: 20 MeV at 533cm TSL2005 Run 7: 20 MeV at 533cm (no scattering) Geant4 Classical Cascade 22 1.E Energy [MeV]

23 23

24 In-Beam Neutron Scattering In several cases QDOS was located relatively far downstream of the neutron source Whilst beam divergence from the Li-foil (3m upstream of the monitor) had been accounted for, loss of neutrons through scattering within the experiments hadn t Adapted the MULASSIS code for long-thin geometries instead of short-fat geometries to simulate neutron interactions in PCBs, ICs, Cd foil, Al enclosures Beam-line exit Neutron beam monitor PCBs (red) Cd plate (blue) PCBs (red) Al box (3.2mm total thickness) containing PCB + Cd Al Ortec diode detector PCB neutron direction 96cm 38cm 37cm 95cm 4cm 18cm 73cm 88cm 30cm 50cm 4cm 24

25 1 0.8 Neutron flux emerging from each PCB is slightly higher than that entering Fraction of neutron flux >0.1MeV (100MeV) Fraction of neutron flux >0.1MeV (24MeV) Peak flux / total flux (100MeV) Peak flux / total flux (24MeV) Most of the scattering occurs in low-energy continu, since peak-flux to total-flux ratio increases Distance from neutron beam monitor [cm] 25

26 Re-normalised experimental neutron spectr at 533cm is in much better agreement with prediction 1.E-03 Counts [/MeV-neutron] 1.E-04 1.E-05 1.E-06 1.E-07 1.E-08 TSL2005 Run 6: 50 MeV at 533cm TSL2005 Run6: 50 MeV at 533cm (no scattering) Geant4 Binary Cascade Geant4 Classical Cascade 1.E Energy [MeV] 26

27 Theodor Svedberg Laboratory Final composite graph after accounting for neutron scattering Counts [/MeV-neutron] 1.E+00 1.E-01 1.E-02 1.E-03 1.E-04 1.E-05 1.E-06 TSL MeV [x1000] G4Binary Cascade 180MeV [x1000] G4 Classical Cascade 180MeV [x1000] TSL MeV [x100] G4 Binary Cascade 100MeV [x100] G4 Classical Cascade 100MeV [x100] TSL MeV [x10] G4 Binary Cascade 50MeV [x10] G4 Classical Cascade 50MeV [x10] TSL MeV G4 Classical Cascade 20MeV 1.E-07 1.E Energy [MeV] 27

28 Ion-Electromagnetic Physics Stopping power models G4 Std EM G4 Low-E models (Ziegler 1985 & ICRU-49) Work of Sigmund et al, including ICRU-73 (2006) Ziegler 2003 Electronic stopping power [MeV-cm 2 /mg] ? SRIM 2003 PASS (ICRU-73) G4 - Ziegler 1985 implementation G4 - SRIM 2000 implementation G4 - ICRU_49 implementation G4 (Std EM) 28 Si in silicon Energy [MeV/amu] Physics of REACT code for charge collection being implemented into GEMAT under ESA REAT-MS project Expected to make use of a range of detailed ion-track physics models for spatial distribution of charge developed under UK MOD contract e.g. Kobetich & Katz (1968, 1969), Zhang, Dunn & Katz (1985), Cucinotta, Katz et al (1995), Waligórski, Hamm & Katz (1986) Previously used in conjunction with M 2 EDUSA G4 + detailed device physics simulation 28

29 Smary Geant4 is playing an important role in QinetiQ s work on understanding radiation effects on semiconductor devices and detectors ESA-sponsored work has led to development of an easier-to-use engineering tool GEMAT, currently being implemented at SPENVIS It is vitally important that we pay attention to the detailed physical models (kinematics of highly-ionising secondaries): ion-em physics energetic proton/neutron-nuclear interactions and nuclear-nuclear low-energy neutrons - down to thermal energies for B-neutron interactions Hopeful of new 4½-year contract with MOD - will support micro-/nanodosimetry and device physics simulation efforts 29

30 30 Backup Slides

ESA Space Physics List: Unification of Physics Configurations of GRAS and MULASSIS

ESA Space Physics List: Unification of Physics Configurations of GRAS and MULASSIS ESA : Unification of Physics Configurations of GRAS and MULASSIS V. Ivanchenko 1,2, F. Lei 3, G. Santin 4 1 CERN, Geneva, Switzerland 2 EMSU, Moscow, Russia 3 QinetiQ, Famborough,, United Kindom 4 ESTEC,

More information

Geant4 simulation of SOI microdosimetry for radiation protection in space and aviation environments

Geant4 simulation of SOI microdosimetry for radiation protection in space and aviation environments Geant4 simulation of SOI microdosimetry for radiation protection in space and aviation environments Dale A. Prokopovich,2, Mark I. Reinhard, Iwan M. Cornelius 3 and Anatoly B. Rosenfeld 2 Australian Nuclear

More information

] T. The Mulassis Normalization factor. Omni-directional flux to Current [1]: Flux in Energy range of the simulation:

] T. The Mulassis Normalization factor. Omni-directional flux to Current [1]: Flux in Energy range of the simulation: he Mulassis Normalization factor he Mulassis normalization factor, which is set using the /analysis/normalise macro, is the scale factor that converts the simulation fluence to the real world fluence such

More information

Geant4 Based Space Radiation Application for Planar and Spherical Geometries

Geant4 Based Space Radiation Application for Planar and Spherical Geometries Advances in Applied Sciences 2017; 2(6): 110-114 http://www.sciencepublishinggroup.com/j/aas doi: 10.11648/j.aas.20170206.13 ISSN: 2575-2065 (Print); ISSN: 2575-1514 (Online) Geant4 Based Space Radiation

More information

Measuring dose equivalent in an aviation environment using PIN diodes

Measuring dose equivalent in an aviation environment using PIN diodes Measuring dose equivalent in an aviation environment using PIN diodes Alex Hands Neutron Users Club meeting, NPL Wednesday 4 th November 29 1 Background Cosmic Rays consist primarily of protons and alpha

More information

GRAS. Geant4 Radiation Analysis for Space. Geant4 tutorial Paris, 4-8 June Giovanni Santin, ESA / ESTEC and Rhea System SA V.

GRAS. Geant4 Radiation Analysis for Space. Geant4 tutorial Paris, 4-8 June Giovanni Santin, ESA / ESTEC and Rhea System SA V. GRAS Geant4 Radiation for Space Geant4 tutorial Paris, 4-8 June 2007 Giovanni Santin, ESA / ESTEC and Rhea System SA V. Ivantchenko, CERN Simulations of the Space Radiation Environment Sources (Extra)

More information

Simulation for LHC Radiation Background

Simulation for LHC Radiation Background Simulation for LHC Radiation Background Optimisation of monitoring detectors and experimental validation M. Glaser1, S. Guatelli2, B. Mascialino2, M. Moll1, M.G. Pia2, F. Ravotti1 1 CERN, Geneva, Switzerland

More information

User Documents and Examples II

User Documents and Examples II User Documents and Examples II John Apostolakis Most slides from Dennis Wright s talk at SLAC Geant4 Tutorial, May 2007 Geant4 V8.3 Outline User Documents Toolkit Developers' Guide Physics Reference Manual

More information

Application of the RADSAFE Concept

Application of the RADSAFE Concept Application of the RADSAFE Concept Vanderbilt University R.A. Reed, R.A. Weller, R.D. Schrimpf, L.W. Massengill, M.H. Mendenhall, K. M. Warren, D.R. Ball, C.L. Howe, J.A. Pellish, E. Montez, A. Kalavagunta,

More information

SIMULATION OF THE THERMAL NEUTRON SEMICONDUCTOR DETECTOR RESPONSE USING MCNPX CODE

SIMULATION OF THE THERMAL NEUTRON SEMICONDUCTOR DETECTOR RESPONSE USING MCNPX CODE SIMULATION OF THE THERMAL NEUTRON SEMICONDUCTOR DETECTOR RESPONSE USING MCNPX CODE Katarína Sedlačková 1, Bohumír Zaťko 2, Andrea Šagátová 1,3, Vladimír Nečas 1 1 Faculty of Electrical Engineering and

More information

H4IRRAD generic simulation results

H4IRRAD generic simulation results 1. Introduction H4IRRAD generic simulation results 1. 11. 2010 The radiation field present in LHC critical areas can cause radiation damage on non specifically designed electronic equipment due to Single

More information

Geant4 Simulation of Very Low Energy Electromagnetic Interactions

Geant4 Simulation of Very Low Energy Electromagnetic Interactions Geant4 Simulation of Very Low Energy Electromagnetic Interactions R. Capra 1, Z. Francis 2, S. Incerti 3, G. Montarou 2, Ph. Moretto 3, P. Nieminen 4, M. G. Pia 1 1 INFN Sezione di Genova; I-16146 Genova,

More information

Calculations of Neutron Yield and Gamma Rays Intensity by GEANT4

Calculations of Neutron Yield and Gamma Rays Intensity by GEANT4 Armenian Journal of Physics, 2016, vol. 9, issue 4, pp. 315-323 Calculations of Neutron Yield and Gamma Rays Intensity by GEANT4 R. Avagyan, R. Avetisyan, V. Ivanyan*, I. Kerobyan A.I. Alikhanyan National

More information

Radiation Transport Tools for Space Applications: A Review

Radiation Transport Tools for Space Applications: A Review Radiation Transport Tools for Space Applications: A Review Insoo Jun, Shawn Kang, Robin Evans, Michael Cherng, and Randall Swimm Mission Environments Group, February 16, 2008 5 th Geant4 Space Users Workshop

More information

Neutron Metrology Activities at CIAE (2009~2010)

Neutron Metrology Activities at CIAE (2009~2010) Neutron Metrology Activities at CIAE (2009~2010) Ionizing Radiation Metrology Division China Institute of Atomic Energy (P.O.Box 275(20), Beijing 102413, China) 1. Neutron calibration fields So far the

More information

A MONTE CARLO SIMULATION OF COMPTON SUPPRESSION FOR NEUTRON ACTIVATION ANALYSIS. Joshua Frye Adviser Chris Grant 8/24/2012 ABSTRACT

A MONTE CARLO SIMULATION OF COMPTON SUPPRESSION FOR NEUTRON ACTIVATION ANALYSIS. Joshua Frye Adviser Chris Grant 8/24/2012 ABSTRACT A MONTE CARLO SIMULATION OF COMPTON SUPPRESSION FOR NEUTRON ACTIVATION ANALYSIS Joshua Frye Adviser Chris Grant 8/24/2012 ABSTRACT A Monte Carlo simulation has been developed using the Geant4 software

More information

Nonionizing Energy Loss (NIEL) for Protons

Nonionizing Energy Loss (NIEL) for Protons Nonionizing Energy Loss (NIEL) for Protons I. Jun', M. A. Xapsos2, S. R. Messenger3,E. A. Burke3,R. J. Walters4,and T. Jordans Jet Propulsion Laboratory, Califomia Institute of Technology, Pasadena CA

More information

New irradiation zones at the CERN-PS

New irradiation zones at the CERN-PS Nuclear Instruments and Methods in Physics Research A 426 (1999) 72 77 New irradiation zones at the CERN-PS M. Glaser, L. Durieu, F. Lemeilleur *, M. Tavlet, C. Leroy, P. Roy ROSE/RD48 Collaboration CERN,

More information

CRaTER Science Requirements

CRaTER Science Requirements CRaTER Science Requirements Lunar Reconnaissance Orbiter CRaTER Preliminary Design Review Justin Kasper (CRaTER Proj. Sci.) Outline Energy deposition Classical ionizing radiation Nuclear fragmentation

More information

Geant4 tools and interfaces from ELSHIELD project

Geant4 tools and interfaces from ELSHIELD project 9 th Geant4 Space User s Workshop Barcelona, 4-6 March 2013 Geant4 tools and interfaces from project S. Ibarmia (1), V. Ivantchenko (2), A. Howard (2), D. Heynderickx (3) (1) National Aerospace Technology

More information

User Documentation and Examples (II) in GEANT p01

User Documentation and Examples (II) in GEANT p01 User Documentation and Examples (II) in GEANT 4.9.3-p01 Michael H. Kelsey SLAC National Accelerator Laboratory GEANT4 Tutorial, BUAF Puebla, Mexico 14 Jun 2010 Advanced User Documentation Toolkit developers

More information

Update on Calibration Studies of the Canadian High-Energy Neutron Spectrometry System (CHENSS)

Update on Calibration Studies of the Canadian High-Energy Neutron Spectrometry System (CHENSS) Update on Calibration Studies of the Canadian High-Energy Neutron Spectrometry System (CHENSS) K. Garrow 1, B.J. Lewis 2, L.G.I. Bennett 2, M.B. Smith, 1 H. Ing, 1 R. Nolte, 3 S. Röttger, R 3 R. Smit 4

More information

Geant4 electromagnetic physics for the LHC and other HEP applications

Geant4 electromagnetic physics for the LHC and other HEP applications Geant4 electromagnetic physics for the LHC and other HEP applications Andreas Schälicke on behalf of the Geant4 EM Working Groups DESY, Zeuthen October 18th, CHEP 2010, Taipei, Taiwan A. Schälicke (DESY,

More information

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

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS CR -2018/225 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 27 September 2018 (v2, 19 November

More information

Geant4 Space Users Workshop ESA status report. Outline ESA projects and Geant4 support Tool developments Perspectives

Geant4 Space Users Workshop ESA status report. Outline ESA projects and Geant4 support Tool developments Perspectives Geant4 Space Users Workshop 2017 ESA status report Giovanni Santin, Petteri Nieminen, Marco Vuolo, Hugh Evans, Dusan Budjas, Eamonn Daly, Maris Tali ESA/ESTEC and RHEA System University of Surrey 10-12

More information

596 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 64, NO. 1, JANUARY 2017

596 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 64, NO. 1, JANUARY 2017 596 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 64, NO. 1, JANUARY 2017 Monte Carlo Evaluation of Single Event Effects in a Deep-Submicron Bulk Technology: Comparison Between Atmospheric and Accelerator

More information

physics/ Sep 1997

physics/ Sep 1997 GLAS-PPE/97-6 28 August 1997 Department of Physics & Astronomy Experimental Particle Physics Group Kelvin Building, University of Glasgow, Glasgow, G12 8QQ, Scotland. Telephone: +44 - ()141 3398855 Fax:

More information

Simulation of Single Event Effects and rate prediction. CODES an ESA tool component degradation simulation tool

Simulation of Single Event Effects and rate prediction. CODES an ESA tool component degradation simulation tool Simulation of Single Event Effects and rate prediction. CODES an ESA tool component degradation simulation tool A. Keating, S. Joyce, A. Zadeh, M. Pimenta, E.Daly, P.Gonçalves ESA Project: 18121/04/NL/CH

More information

Proton and neutron radiation facilities in the PS East hall at CERN

Proton and neutron radiation facilities in the PS East hall at CERN Proton and neutron radiation facilities in the PS East hall at CERN http://www.cern.ch/irradiation M. Glaser, CERN Division EP-TA1-SD Introduction CERN Accelerators CERN-PS East Hall Proton irradiation

More information

D E S I R E Dose Estimation by Simulation of the ISS Radiation Environment

D E S I R E Dose Estimation by Simulation of the ISS Radiation Environment D E S I R E Dose Estimation by Simulation of the ISS Radiation Environment http://www.particle.kth.se/desire/ The DESIRE project: Studies of the Columbus/ISS radiation environment using Geant4 T. Ersmark

More information

Simulation of light ion transport in a water phantom using Geant4.

Simulation of light ion transport in a water phantom using Geant4. Simulation of light ion transport in a water phantom using Geant4. I.Gudowska 1, A.Bagulya 2, V.Ivanchenko 3 and N.Starkov 2 1 Karolinska Institutet and Stockholm University, Stockholm, Sweden 2 Lebedev

More information

D E S I R E Dose Estimation by Simulation of the ISS Radiation Environment

D E S I R E Dose Estimation by Simulation of the ISS Radiation Environment D E S I R E Dose Estimation by Simulation of the ISS Radiation Environment http://www.particle.kth.se/desire/ Status of the DESIRE project: Geant4 Physics Validation Studies and Columbus/ISS Radiation

More information

Introduction. Neutron Effects NSEU. Neutron Testing Basics User Requirements Conclusions

Introduction. Neutron Effects NSEU. Neutron Testing Basics User Requirements Conclusions Introduction Neutron Effects Displacement Damage NSEU Total Ionizing Dose Neutron Testing Basics User Requirements Conclusions 1 Neutron Effects: Displacement Damage Neutrons lose their energy in semiconducting

More information

THE mono-energetic hadron beam such as heavy-ions or

THE mono-energetic hadron beam such as heavy-ions or Verification of the Dose Distributions with GEANT4 Simulation for Proton Therapy T.Aso, A.Kimura, S.Tanaka, H.Yoshida, N.Kanematsu, T.Sasaki, T.Akagi Abstract The GEANT4 based simulation of an irradiation

More information

Estec final presentation days 2018

Estec final presentation days 2018 Estec final presentation days 2018 Background VESPER Facility Conclusion & Outlook Jovian environment Radiation Effects VESPER history VESPER status Overview Experimental Results External Campaign Summary

More information

EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH GEANT4 SIMULATION OF ENERGY LOSSES OF SLOW HADRONS

EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH GEANT4 SIMULATION OF ENERGY LOSSES OF SLOW HADRONS EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH 2 September 1999 GEANT4 SIMULATION OF ENERGY LOSSES OF SLOW HADRONS V.N. Ivanchenko Budker Institute for Nuclear Physics, Novosibirsk, Russia S. Giani, M.G. Pia

More information

Geant4 simulation for LHC radiation monitoring

Geant4 simulation for LHC radiation monitoring University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part A Faculty of Engineering and Information Sciences 2006 Geant4 simulation for LHC radiation monitoring

More information

ATL-INDET /04/2000

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

More information

THE LHC, currently under construction at the European Organization

THE LHC, currently under construction at the European Organization IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 53, NO. 5, OCTOBER 2006 2907 Background Radiation Studies at LHCb Using Geant4 G. G. Daquino, G. Corti, and G. Folger Abstract This paper aims to describe the

More information

(PHENS) for Active Diagnostics of Radiation Environment in Spacecraft

(PHENS) for Active Diagnostics of Radiation Environment in Spacecraft 15th Workshop on Radiation Monitoring for the International Space Station 7-9 September 2010, University of Rome Tor Vergata Portable High-Energy Neutron Spectrometer (PHENS) for Active Diagnostics of

More information

Geant4 Physics Lists: Status and Proposed Upgrades. Dennis Wright (SLAC) 25 February 2011

Geant4 Physics Lists: Status and Proposed Upgrades. Dennis Wright (SLAC) 25 February 2011 Geant4 Physics Lists: Status and Proposed Upgrades Dennis Wright (SLAC) 25 February 2011 Outline Contents of a few preferred Geant4 physics lists Updating/augmenting the physics lists Comparing Fluka and

More information

Development of a Radiation Hard CMOS Monolithic Pixel Sensor

Development of a Radiation Hard CMOS Monolithic Pixel Sensor Development of a Radiation Hard CMOS Monolithic Pixel Sensor M. Battaglia 1,2, D. Bisello 3, D. Contarato 2, P. Denes 2, D. Doering 2, P. Giubilato 2,3, T.S. Kim 2, Z. Lee 2, S. Mattiazzo 3, V. Radmilovic

More information

EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH GEANT4 LOW ENERGY ELECTROMAGNETIC MODELS FOR ELECTRONS AND PHOTONS

EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH GEANT4 LOW ENERGY ELECTROMAGNETIC MODELS FOR ELECTRONS AND PHOTONS EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH CERN-OPEN-XX 19 August 1999 GEANT4 LOW ENERGY ELECTROMAGNETIC MODELS FOR ELECTRONS AND PHOTONS OPEN-99-034 18/08/99 J. Apostolakis 1,S.Giani 1, M. Maire 5,P.Nieminen

More information

Dario Barberis Evaluation of GEANT4 Electromagnetic and Hadronic Physics in ATLAS

Dario Barberis Evaluation of GEANT4 Electromagnetic and Hadronic Physics in ATLAS Dario Barberis Evaluation of GEANT4 Electromagnetic and Hadronic Physics in ATLAS LC Workshop, CERN, 15 Nov 2001 Dario Barberis Genova University/INFN 1 The ATLAS detector LC Workshop, CERN, 15 Nov 2001

More information

Usage of GEANT 4 versions: 6, 7 & 8 in BABAR

Usage of GEANT 4 versions: 6, 7 & 8 in BABAR Usage of GEANT 4 versions: 6, 7 & 8 in BABAR Swagato Banerjee Computing in High Energy and Nuclear Physics (CHEP) 4 September 27, Victoria. SLAC-Based B-Factory: PEP II & BABAR The BABAR Detector: Simulation

More information

Geant4 Monte Carlo code application in photon interaction parameter of composite materials and comparison with XCOM and experimental data

Geant4 Monte Carlo code application in photon interaction parameter of composite materials and comparison with XCOM and experimental data Indian Journal of Pure & Applied Physics Vol. 54, Februray 2016, pp. 137-143 Geant4 Monte Carlo code application in photon interaction parameter of composite materials and comparison with XCOM and experimental

More information

NGRM Next Generation Radiation Monitor new standard instrument for ESA

NGRM Next Generation Radiation Monitor new standard instrument for ESA For NGRM Team: Wojtek Hajdas (PSI) NGRM Next Generation Radiation Monitor new standard instrument for ESA 13 th European Space Weather Week, 14-18 Nov 2016, Oostende, Belgium Outline 1. NGRM requirements

More information

Hans-Herbert Fischer and Klaus Thiel

Hans-Herbert Fischer and Klaus Thiel A simulation tool for the calculation of NIEL in arbitrary materials using GEANT4 - Some new results - Hans-Herbert Fischer and Klaus Thiel Nuclear Chemistry Dept. University of Köln, FRG ESA GSP 2005

More information

SIMULATION OF SPACE RADIATION FOR NANOSATELLITES IN EARTH ORBIT *

SIMULATION OF SPACE RADIATION FOR NANOSATELLITES IN EARTH ORBIT * Romanian Reports in Physics, Vol. 64, No. 1, P. 302 307, 2012 SIMULATION OF SPACE RADIATION FOR NANOSATELLITES IN EARTH ORBIT * M.F. TRUȘCULESCU 1,2, O. SIMA 1 1 University of Bucharest, Physics Department,

More information

Jovian radiation models for JUICE mission

Jovian radiation models for JUICE mission Jovian radiation models for JUICE mission Hugh Evans and David Rodgers 19/09/2016 ESA UNCLASSIFIED - For Official Use Hugh Evans ESTEC 19/09/2016 Slide 1 ESA UNCLASSIFIED - For Official Use The Jovian

More information

AE9/AP9 Proton Displacement Damage Kernels (version 2)

AE9/AP9 Proton Displacement Damage Kernels (version 2) AEROSPACE REPORT NO. ATR-2016-03268 AE9/AP9 Proton Displacement Damage Kernels (version 2) October 12, 2016 T. P. O Brien Space Science Applications Laboratory Physical Sciences Laboratories Prepared for:

More information

CRaTER Pre-Environmental Review (I-PER) Science Requirements Update

CRaTER Pre-Environmental Review (I-PER) Science Requirements Update CRaTER Pre-Environmental Review (I-PER) Science Requirements Update Justin C Kasper Smithsonian Astrophysical Observatory September 10-11, 2007 Outline Instrument Overview Verification Methods Science

More information

Computational method to estimate Single Event Upset rates in an accelerator environment

Computational method to estimate Single Event Upset rates in an accelerator environment Computational method to estimate Single Event Upset rates in an accelerator environment M. Huhtinen, F. Faccio CERN, CH-1211 Geneva 23, Switzerland Abstract We present a new method to estimate Single Event

More information

Radiological Issues at JLab

Radiological Issues at JLab Radiological Issues at JLab Lessons Learned from the PREX-I and Preparation for PREX-II/CREX (and MOLLER) Rakitha S. Beminiwattha Louisiana Tech University College of Science and Engineering Outline Radiation

More information

ATHENA Radia+on Environment Models and X-Ray Background Effects Simulators

ATHENA Radia+on Environment Models and X-Ray Background Effects Simulators Low energy proton scattering at glancing angles: new physics implementation and general validation V. Fioretti (INAF/IASF Bologna) +A. Bulgarelli (INAF/IASF Bologna), T. Mineo (INAF/IASF Palermo), C. Macculi,

More information

The Radiation Assurance Test Facility at LNS-INFN in Catania. Behcet ALPAT INFN Sezione di Perugia

The Radiation Assurance Test Facility at LNS-INFN in Catania. Behcet ALPAT INFN Sezione di Perugia The Radiation Assurance Test Facility at LNS-INFN in Catania Behcet ALPAT INFN Sezione di Perugia Radiation & Effects Total Ionising Dose Cumulative long term ionising damage due to protons & electrons

More information

Neutron Transport Calculations Using Monte-Carlo Methods. Sean Lourette Fairport High School Advisor: Christian Stoeckl

Neutron Transport Calculations Using Monte-Carlo Methods. Sean Lourette Fairport High School Advisor: Christian Stoeckl Neutron Transport Calculations Using Monte-Carlo Methods Sean Lourette Fairport High School Advisor: Christian Stoeckl Laboratory for Laser Energetics University of Rochester Summer High School Research

More information

Since the beam from the JNC linac is a very high current, low energy beam, energy loss induced in the material irradiated by the beam becomes very lar

Since the beam from the JNC linac is a very high current, low energy beam, energy loss induced in the material irradiated by the beam becomes very lar Proceedings of the Second International Workshop on EGS, 8.-12. August 2000, Tsukuba, Japan KEK Proceedings 200-20, pp.255-263 Beam Dump for High Current Electron Beam at JNC H. Takei and Y. Takeda 1 Japan

More information

Tissue equivalence correction for silicon microdosimetry detectors in boron neutron capture therapy

Tissue equivalence correction for silicon microdosimetry detectors in boron neutron capture therapy Tissue equivalence correction for silicon microdosimetry detectors in boron neutron capture therapy P.D. Bradley, and A.B. Rosenfeld Radiation Physics Group, University of Wollongong, Northfields Ave.,

More information

Dario Barberis Evaluation of GEANT4 electromagnetic physics in ATLAS

Dario Barberis Evaluation of GEANT4 electromagnetic physics in ATLAS Dario Barberis Evaluation of GEANT4 electromagnetic physics in ATLAS G4 Workshop, Genova, 5 July 2001 Dario Barberis Genova University/INFN 1 The ATLAS detector G4 Workshop, Genova, 5 July 2001 Dario Barberis

More information

Cross-section Measurements of (n,xn) Threshold Reactions

Cross-section Measurements of (n,xn) Threshold Reactions Nuclear Physics Institute, Academy of Sciences of Czech Republic Department of Nuclear Reactors, Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University in Prague Cross-section

More information

CHARGE GENERATION BY SECONDARY PARTICLES FROM NUCLEAR REACTIONS IN BACK END OF LINE MATERIALS. Nathaniel Anson Dodds. Thesis

CHARGE GENERATION BY SECONDARY PARTICLES FROM NUCLEAR REACTIONS IN BACK END OF LINE MATERIALS. Nathaniel Anson Dodds. Thesis CHARGE GENERATION BY SECONDARY PARTICLES FROM NUCLEAR REACTIONS IN BACK END OF LINE MATERIALS By Nathaniel Anson Dodds Thesis Submitted to the Faculty of the Graduate School of Vanderbilt University in

More information

Progress in measuring GMR in unstable nuclei: Decay detector calibration and inverse reaction experiment. J. Button, Y.-W. Lui, and D.H.

Progress in measuring GMR in unstable nuclei: Decay detector calibration and inverse reaction experiment. J. Button, Y.-W. Lui, and D.H. Progress in measuring GMR in unstable nuclei: Decay detector calibration and inverse reaction experiment J. Button, Y.-W. Lui, and D.H. Youngblood I. Introduction The Giant Monopole Resonance (GMR) is

More information

Measurements and Simulations of Single-Event Upsets in a 28-nm FPGA. Hans Calén, Tord Johansson, Karoly Makónyi, Pawel Marciniewski

Measurements and Simulations of Single-Event Upsets in a 28-nm FPGA. Hans Calén, Tord Johansson, Karoly Makónyi, Pawel Marciniewski Measurements and Simulations of Single-Event Upsets in a 28-nm FPGA, Per-Erik Tegnér Stockholm University, Sweden E-mail: markus.preston@fysik.su.se Hans Calén, Tord Johansson, Karoly Makónyi, Pawel Marciniewski

More information

Radiation Shielding Simulation For Interplanetary Manned Missions

Radiation Shielding Simulation For Interplanetary Manned Missions Radiation Shielding Simulation For Interplanetary Manned Missions S. Guatelli1, B. Mascialino1, P. Nieminen2, M.G. Pia1 Credit: ESA Credit: ESA 1 INFN Genova, Italy ESA-ESTEC, The Netherlands 2 IPRD 06

More information

Simulation study of scintillatorbased

Simulation study of scintillatorbased Simulation study of scintillatorbased calorimeter Hiroyuki Matsunaga (Tsukuba) For GLD-CAL & ACFA-SIM-J groups Main contributors: M. C. Chang, K. Fujii, T. Takeshita, S. Yamauchi, A. Nagano, S. Kim Simulation

More information

Recent Activities on Neutron Calibration Fields at FRS of JAERI

Recent Activities on Neutron Calibration Fields at FRS of JAERI Recent Activities on Neutron Calibration Fields at FRS of JAERI Michio Yoshizawa, Yoshihiko Tanimura, Jun Saegusa and Makoto Yoshida Department of Health Physics, Japan Atomic Energy Research Institute

More information

Radiation Shielding Simulation For Interplanetary Manned Missions

Radiation Shielding Simulation For Interplanetary Manned Missions Radiation Shielding Simulation For Interplanetary Manned Missions S. Guatelli 1, B. Mascialino 1, P. Nieminen 2, M.G. Pia 1 Credit: ESA 1 INFN Genova, Italy 2 ESA-ESTEC, The Netherlands Credit: ESA IPRD

More information

Neutron and/or photon response of a TLD-albedo personal dosemeter on an ISO slab phantom

Neutron and/or photon response of a TLD-albedo personal dosemeter on an ISO slab phantom Neutron and/or photon response of a TLD-albedo personal dosemeter on an ISO slab phantom Problem P4 Rick J Tanner National Radiological Protection Board Chilton, Didcot, Oxon OX11 0RQ, United Kingdom Intercomparison

More information

Towards Proton Computed Tomography

Towards Proton Computed Tomography SCIPP Towards Proton Computed Tomography L. R. Johnson, B. Keeney, G. Ross, H. F.-W. Sadrozinski, A. Seiden, D.C. Williams, L. Zhang Santa Cruz Institute for Particle Physics, UC Santa Cruz, CA 95064 V.

More information

Irradiation results. SEU Test setup Cross section measurement Error estimate per run. K.Røed, D.Röhrich, K. Ullaland University of Bergen, Norway

Irradiation results. SEU Test setup Cross section measurement Error estimate per run. K.Røed, D.Röhrich, K. Ullaland University of Bergen, Norway Irradiation results K.Røed, D.Röhrich, K. Ullaland University of Bergen, Norway B.Skaali, J.Wikne, E.Olsen University of Oslo, Norway V.Lindenstruth,H.Tilsner S.Martens KIP, University of Heidelberg, Germany

More information

Calibration of the GNU and HSREM neutron survey instruments

Calibration of the GNU and HSREM neutron survey instruments Calibration of the GNU and HSREM neutron survey instruments Neutron Users Club Meeting National Physical Laboratory 20 th October 2015 J. S. Eakins 1, L. G. Hager 1, J. W. Leake 2, R. S. Mason 2 and R.

More information

Determination of the cosmic-ray-induced neutron flux and ambient dose equivalent at flight altitude

Determination of the cosmic-ray-induced neutron flux and ambient dose equivalent at flight altitude Journal of Physics: Conference Series PAPER OPEN ACCESS Determination of the cosmic-ray-induced neutron flux and ambient dose equivalent at flight altitude To cite this article: M T Pazianotto et al 2015

More information

Characteristics of Filtered Neutron Beam Energy Spectra at Dalat Reactor

Characteristics of Filtered Neutron Beam Energy Spectra at Dalat Reactor World Journal of Nuclear Science and Technology, 2014, 4, 96-102 Published Online April 2014 in SciRes. http://www.scirp.org/journal/wjnst http://dx.doi.org/10.4236/wjnst.2014.42015 Characteristics of

More information

IAC-08-A MONTE CARLO SIMULATIONS OF ENERGY LOSSES BY SPACE PROTONS IN THE CRATER DETECTOR

IAC-08-A MONTE CARLO SIMULATIONS OF ENERGY LOSSES BY SPACE PROTONS IN THE CRATER DETECTOR IAC-08-A1.4.06 MONTE CARLO SIMULATIONS OF ENERGY LOSSES BY SPACE PROTONS IN THE CRATER DETECTOR Lawrence W. Townsend The University of Tennessee, Knoxville, Tennessee, United States of America ltownsen@tennessee.edu

More information

Interactive Web Accessible Gamma-Spectrum Generator & EasyMonteCarlo Tools

Interactive Web Accessible Gamma-Spectrum Generator & EasyMonteCarlo Tools 10th Nuclear Science Training Course with NUCLEONICA, Cesme, Turkey, 8-10 October, 2008 1 Interactive Web Accessible Gamma-Spectrum Generator & EasyMonteCarlo Tools A.N. Berlizov ITU - Institute for Transuranium

More information

Correlation of Life Testing to Accelerated Soft Error Testing. Helmut Puchner Cypress Semiconductor

Correlation of Life Testing to Accelerated Soft Error Testing. Helmut Puchner Cypress Semiconductor Correlation of Life Testing to Accelerated Soft Error Testing Helmut Puchner Cypress Semiconductor IEEE 3 rd ANNUAL SER WORKSHOP, SAN JOSE, 2011 Agenda INTRODUCTION SOURCES OF RADIATION MEASUREMENT TECHNIQUES

More information

AE9/AP9 Electron Displacement Damage Kernels

AE9/AP9 Electron Displacement Damage Kernels AEROSPACE REPORT NO. TOR-2017-00514 AE9/AP9 Electron Displacement Damage Kernels January 5, 2016 T. P. O Brien, Betty P. Kwan, and Joseph R. Srour Space Science Applications Laboratory Physical Sciences

More information

James Michael Trippe. Thesis. Submitted to the Faculty of the. Graduate School of Vanderbilt University. in partial fulfillment of the requirements

James Michael Trippe. Thesis. Submitted to the Faculty of the. Graduate School of Vanderbilt University. in partial fulfillment of the requirements A TECHNIQUE FOR PREDICTING THE MUON INDUCED UPSET CROSS SECTION IN SUBMICRON MOS DEVICES USING PROTON TESTS AND SIMULATION By James Michael Trippe Thesis Submitted to the Faculty of the Graduate School

More information

Measurement of the n_tof beam profile in the second experimental area (EAR2) using a silicon detector

Measurement of the n_tof beam profile in the second experimental area (EAR2) using a silicon detector Measurement of the n_tof beam profile in the second experimental area (EAR) using a silicon detector Fidan Suljik Supervisors: Dr. Massimo Barbagallo & Dr. Federica Mingrone September 8, 7 Abstract A new

More information

EE 5344 Introduction to MEMS CHAPTER 5 Radiation Sensors

EE 5344 Introduction to MEMS CHAPTER 5 Radiation Sensors EE 5344 Introduction to MEMS CHAPTER 5 Radiation Sensors 5. Radiation Microsensors Radiation µ-sensors convert incident radiant signals into standard electrical out put signals. Radiant Signals Classification

More information

Monte Carlo calculation and analysis. of neutron and gamma fields at. spallation neutron sources for. simulating cosmic radiation.

Monte Carlo calculation and analysis. of neutron and gamma fields at. spallation neutron sources for. simulating cosmic radiation. Monte Carlo calculation and analysis of neutron and gamma fields at spallation neutron sources for simulating cosmic radiation by Qian Hong A thesis submitted in partial fulfilment for the requirements

More information

Initial Studies in Proton Computed Tomography

Initial Studies in Proton Computed Tomography SCIPP Initial Studies in Proton Computed Tomography L. R. Johnson, B. Keeney, G. Ross, H. F.-W. Sadrozinski, A. Seiden, D.C. Williams, L. Zhang Santa Cruz Institute for Particle Physics, UC Santa Cruz,

More information

Overview of validations at LHC

Overview of validations at LHC G4 Workshop, Bordeaux, 8 November 2005 Overview of validations at LHC Alberto Ribon CERN PH/SFT http://lcgapp.cern.ch/project/simu/validation/ Physics Validation First cycle of electromagnetic physics

More information

Radiobiology, nanotechnology, radiation effects on components. S. Chauvie (Cuneo Hospital and INFN Genova) Maria Grazia Pia (INFN Genova)

Radiobiology, nanotechnology, radiation effects on components. S. Chauvie (Cuneo Hospital and INFN Genova) Maria Grazia Pia (INFN Genova) for microdosimetry Radiobiology, nanotechnology, radiation effects on components S. Chauvie (Cuneo Hospital and INFN Genova) Maria Grazia Pia (INFN Genova) Workshop: La radiobiologia dell INFN Trieste,

More information

Impact of Ion Energy and Species on Single Event Effect Analysis

Impact of Ion Energy and Species on Single Event Effect Analysis Impact of Ion Energy and Species on Single Event Effect Analysis Vanderbilt University Institute for Space & Defense Electronics R. A. Reed, R. A. Weller, M. H. Mendenhall K. M. Warren D. R. Ball, J. A.

More information

Alpha-Energies of different sources with Multi Channel Analyzer

Alpha-Energies of different sources with Multi Channel Analyzer Physical Structure of Matter Radioactivity Alpha-Energies of different sources with Multi Channel Analyzer What you can learn about Decay series Radioactive equilibrium Isotopic properties Decay energy

More information

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

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

More information

Simulation of Radiation Effects on NGST. Bryan Fodness, Thomas Jordan, Jim Pickel, Robert Reed, Paul Marshall, Ray Ladbury

Simulation of Radiation Effects on NGST. Bryan Fodness, Thomas Jordan, Jim Pickel, Robert Reed, Paul Marshall, Ray Ladbury Simulation of Radiation Effects on NGST Bryan Fodness, Thomas Jordan, Jim Pickel, Robert Reed, Paul Marshall, Ray Ladbury 1 Outline Introduction to Project Goals and Challenges Approach Preliminary Results

More information

Validation and verification of Geant4 standard electromagnetic physics

Validation and verification of Geant4 standard electromagnetic physics Validation and verification of Geant4 standard electromagnetic physics J Apostolakis 1, A Bagulya 5, S Elles 4, V N Ivanchenko 1,2,8, J Jacquemier 4, M Maire 4,6, T Toshito 3,7 and L Urban 6 1 CERN, 1211

More information

Problem P7. Stéphanie Ménard. Dosimetry Department Fontenay-aux FRANCE IRSN QUADOS IRSN

Problem P7. Stéphanie Ménard. Dosimetry Department Fontenay-aux FRANCE IRSN QUADOS IRSN Problem P7 Stéphanie Ménard Dosimetry Department 92262 Fontenay-aux aux-roses FRANCE What are the applications of Gamma-Ray Spectrometry in Radiological Protection and in Safety? In the environment: after

More information

New Features under Development - 1. Makoto Asai On behalf of the SLAC Geant4 team

New Features under Development - 1. Makoto Asai On behalf of the SLAC Geant4 team New Features under Development - 1 Makoto Asai On behalf of the SLAC Geant4 team Contents Semiconductor energy transport Phonon Electron/hole drift Activation of material We expect to deliver first implementation

More information

Geant4 and the Vanderbilt Radiation Effects Simulation Strategy, RADSAFE

Geant4 and the Vanderbilt Radiation Effects Simulation Strategy, RADSAFE Geant4 and the Vanderbilt Radiation Effects Simulation Strategy, RADSAFE Robert A. Weller, Robert A. Reed & Marcus H. Mendenhall Institute for Space & Defense Electronics Vanderbilt University Additional

More information

NASA - 2: MRED. Robert A. Weller

NASA - 2: MRED. Robert A. Weller NASA - 2: MRED Robert A. Weller Vanderbilt: R. A. Reed M. H. Mendenhall B. D. Sierawski K. M. Warren R. D. Schrimpf L. W. Massengill A. F. Witulski D. R. Ball J. A. Pellish C. L. Howe A. D. Tipton M. L.

More information

GEANT4 simulation of the testbeam set-up for the ALFA detector

GEANT4 simulation of the testbeam set-up for the ALFA detector GEANT4 simulation of the testbeam set-up for the detector V. Vorobel a and H. Stenzel b a Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic b II. Physikalisches Institut,

More information

R&T PROTON DIRECT IONIZATION

R&T PROTON DIRECT IONIZATION R&T PROTON DIRECT IONIZATION Assessment of the Direct Ionization Contribution to the Proton SEU Rate N. Sukhaseum,, J. Guillermin,, N. Chatry, F. Bezerra and R. Ecoffet TRAD, Tests & Radiations Introduction

More information

SPACE DOSIMETRY WITH A 3D SILICON DETECTOR TELESCOPE

SPACE DOSIMETRY WITH A 3D SILICON DETECTOR TELESCOPE SPACE DOSIMETRY WITH A 3D SILICON DETECTOR TELESCOPE THE ISS VERSIONS OF TRITEL Attila Hirn, Tamás Pázmándi, Sándor Deme, István Apáthy, Antal Csőke, László Bodnár* Hungarian Academy of Sciences KFKI Atomic

More information

Characterization of 3D thermal neutron semiconductor detectors

Characterization of 3D thermal neutron semiconductor detectors Characterization of 3D thermal neutron semiconductor detectors J.Uher 1, C.Fröjdh 2, J.Jakůbek 1, C.Kenney 3, Z.Kohout 4, V.Linhart 1, S.Parker 5, S.Petersson 2, S.Pospíšil 1, G.Thungström 2 (1),, Czech

More information

Electron-induced Single-Event Upsets in integrated memory device

Electron-induced Single-Event Upsets in integrated memory device Electron-induced Single-Event Upsets in integrated memory device Pablo Caron 2 nd année DPHY Christophe Inguimbert, ONERA, DPHY Laurent Artola, ONERA, DPHY Guillaume Hubert, ONERA, DPHY Robert Ecoffet,

More information

Part II: Detectors. Peter Schleper Universität Hamburg

Part II: Detectors. Peter Schleper Universität Hamburg Part II: Detectors Peter Schleper Universität Hamburg 30.05.2018 Outline of the lecture: 1. Overview on detectors 2. Particle interactions with matter 3. Scintillators and photon detectors 4. Semiconductor

More information