CORSIKA-IW: a Modified Version Of

Total Page:16

File Type:pdf, Size:1020Kb

CORSIKA-IW: a Modified Version Of CORSIKA-IW: a Modified Version of CORSIKA for Cascade Simulations in Ice or Water Part I : User's Guide & Technical Considerations J. Bolmont December 9, 2008 Abstract This note document a modified version of the air shower simulation program CORSIKA. Modifications were done to allow the simulation of particle interactions in ice or salt water instead of air. The new version is called CORSIKA-IW, IW standing for \Ice & Water". In this first part, after describing the origin of this work, I will give details about how to install and run the software. I will describe in details the modifications I made to the original code and the features of this new version. I will compare some results of CORSIKA-IW with the ones of other simulation packages in the second part. Contents 1 Introduction2 1.1 Origins of the project..........................2 1.2 Why CORSIKA ?............................2 1.3 Limits of Sloan's modified version of CORSIKA............3 1.4 Overview of this note...........................4 2 Running CORSIKA-IW4 2.1 Download and installation........................4 2.2 Running a simple simulation......................7 3 Technical details8 3.1 Principles of CORSIKA configuration.................8 3.2 Changes in the code...........................9 3.2.1 configure.in............................ 10 3.2.2 config.h.in............................. 11 3.2.3 corsika.h.............................. 12 3.2.4 corsika.F............................. 12 3.3 EGS.................................... 18 4 Conclusion and present status of the code 18 1 1 Introduction 1.1 Origins of the project When high energy electrons interact in a dense medium like ice or water, they interact producing an electromagnetic cascade. Below ∼100 PeV, the cross sections of the processes involved in cascades development (mainly bremsstrahlung and pair production) are well represented by Bethe-Heitler equations [3]. At these energies, the length of the cascades grows linearly with the logarithm of the energy. However, at high energies (above ∼100 PeV in ice or water) or for high density materials, bremsstrahlung and pair-production prosseses are supressed by a mech- anism formulated by Landau, Pomeranchuck and Migdal [4,5]. This effect, known as the \LPM effect”, is due to multiple Coulomb scattering by neighbouring atoms and is responsible for a decrease of the bremsstrahlung (BS) and pair production (PP) cross sections. As the cross sections decrease, the particles need more time to lose their energy and the cascades are longer. For example, a 100 EeV cascade can be ∼200 m long. The initial idea leading to the development of CORSIKA-IW was to be able to take into account the LPM elongation of the cascades in the IceCube simulation software, to check if the elongation would lead to a better angular resolution for very high energy νe events. After investigating the possible use of different simulation packages, it turned out that CORSIKA was the best solution to carry out such high energy simulations including the LPM effect. CORSIKA [6] is a tool devoted to the simulation of extensive air showers. It is largely used by the ground based gamma-ray astronomy community. Modifications were necessary to make the code work in ice or water. The two basic requirements were: • Possibility to simulate cascades in the LPM regime (E > ∼100 PeV); • Possibility to simulate cascades at very high energies up to ∼100 EeV. 1.2 Why CORSIKA ? The first question that the reader will have at this point is: \Why using COR- SIKA instead of GEANT ?". It is essential to understand that my first goal was to simulate cascades in the LPM regime. So the answer to the question is simply that GEANT4 does not simulate the LPM effect for pair-production. In addition, CORSIKA is a program which is much simpler than GEANT, thus allowing a faster development process. GEANT4 CORSIKA ZHS EM processes O(TeV) ∼100 EeV ∼100 EeV Had. processes ∼20 TeV ∼100 EeV - LPM effect BS only yes yes Table 1. Comparison of highest energies that can be simulated by GEANT4, CORSIKA and ZHS for electromagnetic (EM) and hadronic (Had.) processes. ZHS does not simulate hadronic processes. 2 corsika.car CMZ option selection: THIN, QGSJET, etc. cmfor.f Sloan’s modifications in the code cors_h2o.f compilation + link corsika Figure 1. Schematic view of the Sloan's version development process. With COR- SIKA 6204, CMZ was used to select the main options, turning the car file into a F77 file. The use of CMZ has been replaced by the use of C preprocessor commands. The file obtained is modified to include changes for salt water and compiled to give the main executable file. Before coming to CORSIKA, I started by looking at different simulation tools as GEANT4, MARS, etc. and I noticed that none of them was able to simulate completly the LPM effect. Another tool called ZHS [7] (after the name of the developpers Zas, Halzen and Stanev) is able to simulate the LPM effect both for pair-production and bremsstrahlung, but it does not simulate hadronic interactions. In addition, the energy range in which the simulations can be done is much wider in CORSIKA (cf. Tab.1). Another important reason to justify the choice of CORSIKA is the work done by the ACoRNE collaboration [8]. One of the member of ACoRNE, T. Slaon, modified the version 6204 of CORSIKA to allow simulations in water or salt water. This modified version is the base for CORSIKA-IW, which brings some important improvements, as described in the next section. 1.3 Limits of Sloan's modified version of CORSIKA One interesting feature of CORSIKA is the possibility to use many different hadronic interaction packages and many different options. The user selects which package he wants to use during the configuration process. As will be explained later, the configuration step turns a master file corsika.F into a regular F77 file corsika.f where different parts of the code are enabled or disabled depending on the choices of the user and the options he selected. The main limitation of Sloan's verision of CORSIKA is that the choice of the options is already done and cannot be changed by the user. For example, the hadronic package QGSJET is selected, and the use of any other hadronic interaction model is simply impossible. A schematic view of the Sloan's version development process is given by Fig.1. 3 Then let us summarise the limits of Sloan's version: • Static code: all the options are set and the user cannot do anything about it; • As a result of the first point, only QGSJET is available; • The version of CORSIKA used for the modifications is quite old (6204); • The simulations are done in salt walter only; • The size of the simulated volume is fixed to 20 m. CORSIKA-IW was developped to overcome these problems starting from a more recent version of CORSIKA (version 6600, released in april 2007). The most im- portant features are: • The options can be selected during the configuration process; • All CORSIKA hadronic packages are available; • The version of CORSIKA used for the modifications is 6600; • The simulations can be done in salt walter, ice or air. The medium is selected in the configuration step; • The size of the simulated volume is set by an entry in the datacard. 1.4 Overview of this note Section x2 of this note has been written for poeple who do not know CORSIKA. In this section, they will learn the basics of how to configure CORSIKA-IW and how to run a simple simulation. As CORSIKA-IW keeps almost all of the features of the original CORSIKA version, this section does not replace the main CORSIKA User's Guide. In section x3, I will give more technical details about how the changes in the code were done. This section will help the user in the case he wants to make other modifications. NB: This note does not replace the CORSIKA User's Guide [1], but comes in addition to it. 2 Running CORSIKA-IW 2.1 Download and installation To use the code, you will only need a F77 compiler, either g77 or the more recent gfortran. Several compilers have been tested under different operating systems. See x3 for more details. CORSIKA-IW can be downloaded on the web [2]. On this web page, the different versions of the code with release notes can be found. Right-click on the version number in the table to download the archive. After downloading the archive and moving it to a work directory, the first thing to do is to un-tar it: [myhost] Downloads> tar xvfz corsika-6600-wi-v0.81.tar.gz corsika-6600-wi-0.81/ corsika-6600-wi-0.81/configure corsika-6600-wi-0.81/NEWS ... Now, move to the directory and look at its content: 4 [myhost] corsika-6600-wi-0.81> ls -F AUTHORS README configure* lib/ CHANGES_WI README_WI configure.in nexus/ COPYING aclocal.m4 corsika-install* run/ ChangeLog autom4te.cache/ doc/ src/ INSTALL bernlohr/ dpmjet/ urqmd/ Makefile.am cDO_NOT_RUN_CONFIGURE epos/ Makefile.in coast/ herwig/ NEWS config/ include/ This directory tree is similar to the original CORSIKA directory. Only two files have been added: CHANGES WI (list of changes) and README WI (some informa- tions about configuration and compilation). Note that the file README WI could be interesting to read at this point. The directory doc/ contains the original CORSIKA documentation. As CORSI- KA-IW only modifies the medium in which the particles propagate and interact, almost all the original CORSIKA documentation is still valid! Later in this note, the changes are described in more details. The final executable file generated by the compilation procedure will be located in run/.
Recommended publications
  • High Energy and Prompt Neutrino Production in the Atmosphere P
    High Energy and Prompt Neutrino Production in the Atmosphere P. Berghaus, R. Birdsall, P. Desiati, T. Montaruli (1) and J. Ranft (2) (berghaus, rbirdsall, desiati, tmontaruli @icecube.wisc.edu, [email protected]) (1) University of Wisconsin, Madison (2) UGH Siegen Abstract: Atmospheric neutrinos and muons have been extensively measured by underground experiments in the region below 10GeV. The AMANDA neutrino telescope has measured the spectrum of atmospheric neutrinos up to 100 TeV and IceCube, which has about 100 times higher acceptance, is expected to collect unprecedented statistics at even higher energies in the near future. Since high energy atmospheric neutrinos are the foreground for extraterrestrial events, their study is of fundamental importance. With IceCube it will be possible to investigate the high energy tail above 1TeV, where kaon and charm physics become relevant. We are working on understanding high energy hadronic models and compare Monte-Carlo data generated with the CORSIKA air shower simulation package to results from particle physics experiments. We also show the effect of improving the simulation of charm production within CORSIKA after calibrating the hadronic model DPMJET against experimental data. The main goal of Neutrino Telescopes is the detection of high energy neutrinos from extraterrestrial sources such as Supernova Remnants, Active Galactic Nuclei (AGN), and Gamma Ray Bursts (GRB) [1]. However, extraterrestrial neutrinos are concealed by the intense flux of neutrinos produced through interactions of cosmic rays in the Earth©s atmosphere via decays of π and K mesons. This foreground has to be understood In order to allow its separation from a potential extraterrestrial neutrino signal.
    [Show full text]
  • Extensive Air Shower Simulations with Corsika and the Influence of High-Energy Hadronic Interaction Models
    EXTENSIVE AIR SHOWER SIMULATIONS WITH CORSIKA AND THE INFLUENCE OF HIGH-ENERGY HADRONIC INTERACTION MODELS D. HECK FOR THE KASCADE COLLABORATION Institut f¨ur Kernphysik, Forschungszentrum Karlsruhe, D-76021 Karlsruhe, Germany E-mail:[email protected] When high-energy cosmic rays (γ’s, protons, or heavy nuclei) impinge onto the Earth’s atmosphere, they interact at high altitude with the air nuclei as targets. By repeated interaction of the secondaries an ‘extensive air shower’ (EAS) is gen- erated with huge particle numbers in the maximum of the shower development. Such cascades are quantitatively simulated by the Monte Carlo computer program CORSIKA. The most important uncertainties in simulations arise from modeling of high-energy hadronic interactions: a) The inelastic hadron-air cross sections. b) The energies occurring in EAS may extend far above the energies available in man-made accelerators, and when extrapolating towards higher energies one has to rely on theoretical guidelines. c) In collider experiments which are used to ad- just the interaction models the very forward particles are not accessible, but just those particles carry most of the hadronic energy, and in the EAS development they transport a large energy fraction down into the atmosphere. CORSIKA is coupled alternatively with 6 high-energy hadronic interaction codes (DPMJET, HDPM, neXus, QGSJET, SIBYLL, VENUS). The influence of those interaction models on observables of simulated EAS is discussed. 1 Introduction CORSIKA (COsmic Ray SImulation for KAscade) is a detailed Monte Carlo program to study the evolution of extensive air showers (EAS) in the atmo- sphere initiated by various cosmic ray particles.
    [Show full text]
  • Potential Efficacy of the Monte Carlo Dose Calculations of 6MV Flattening
    Potential Efficacy of the Monte Carlo Dose Calculations of 6MV Flattening Filter-Free Photon Beam of M6™ Cyberknife® System by Taindra Neupane A Thesis Submitted to the Faculty of The Charles E. Schmidt College of Science in Partial Fulfillment of the Requirements for the Degree of Professional Science Master Florida Atlantic University Boca Raton, FL December 2018 Copyright 2018 by Taindra Neupane ii Acknowledgements First, I would like to express my gratitude to my Advisor, Dr. Charles Shang for providing me the opportuinity to do this research at Lynn Cancer Institute, Boca Raton Regional Hospital at Boca Raton and his guidance, enthusiasm and motivation which helped me to accomplish this reasearch. I would also like to thank my committee members, Dr. Theodora Leventouri, and Dr. Silvia Pella for their constructive guidance and support. I am particularly grateful to Dr. Theodora Leventouri, Professor of Physics, for her relentless encouragement, direction and assistance for my academics at the department. I am also thankful to all the faculty members and fellow graduate students in the department of physics who contributed to my learning process directly and indirectly. Finally, I would like to thank Dr. Francescon and Dr. Reynaert for providing the sample input files, the EGSnrc Google Plus Forum for answering my questions during the MC simulations, Musfiqur Rahaman for his help in technical problems, and my family members for their continuous support. iv Abstract Author: Taindra Neupane Title: Potential Efficacy of the Monte Carlo Dose Calculations of 6MV Flattening Filter-Free Photon Beam of M6™ Cyberknife® System Institution: Florida Atlantic University Thesis Co-Advisors: Dr.
    [Show full text]
  • Approximating the Lateral Distribution Function of Cherenkov Radiation As a Function of the Particle Type for Tunka-133 Array
    Approximating the Lateral Distribution Function of Cherenkov Radiation as a Function of the Particle Type for Tunka-133 Array Zena Fadhel Khadhum1, Hassan Abdullah Mahdi2, A.A. Al-Rubaiee2,* 1College of science, Department of astronomy and space, Baghdad University, Baghdad, Iraq 2College of Science, Department of Physics, Al-Mustansiriyah University, Baghdad, Iraq *Email: [email protected] Abstract The main interest of the present work is in analyzing the lateral distribution function (LDF) of Cherenkov radiation from particles that produced in Extensive Air Showers (EAS). The simulation of LDF of Cherenkov radiation is fulfilled by utilizing the CORSIKA program at 3∙1015 eV of the primary energy around the knee region for many primaries for vertical showers for Tunka-133 array conditions. Depending on the numerical simulation results of Cherenkov light LDF, sets of parameterized polynomial functions are resetted for several particles as a function of primary particle type. The comparison between the approximated LDF of Cherenkov radiation with the LDF which has been simulated using CORSIKA program for Tunka-133 array is verified for several primary particles for vertical EAS cascade. Keywords: Cherenkov light, lateral distribution function, Extensive Air Showers. 1. Introduction Primary cosmic rays (PCRs) of energy spectrum and mass composition in EAS have been studied around the knee region. This approach has a main significant for getting information about PCR acceleration mechanisms and origin [1, 2]. Generally, LDF of Cherenkov radiation depends on the type and energy of the produced primary particle, observation level, distance from EAS core R, height of the first interaction and the direction of shower axis [3, 4].
    [Show full text]
  • Air Shower Simulation with New Hadronic Interaction Models in CORSIKA
    33RD INTERNATIONAL COSMIC RAY CONFERENCE, RIO DE JANEIRO 2013 THE ASTROPARTICLE PHYSICS CONFERENCE Air Shower Simulation with new Hadronic Interaction Models in CORSIKA T. PIEROG1 D. HECK1 1 Karlsruhe Institute of Technology (KIT), IKP, D-76021 Karlsruhe, Germany [email protected] Abstract: The interpretation of EAS measurements strongly depends on detailed air shower simulations. COR- SIKA is one of the most commonly used air shower Monte Carlo programs. The main source of uncertainty in the prediction of shower observables for different primary particles and energies being currently dominated by differences between hadronic interaction models, two models, EPOS and QGSJETII, have been updated taking into account LHC data. After briefly reviewing major technical improvements implemented in the latest release, version 7.37, such as optional hybrid or massively parallel simulation, the impact of the improved hadronic inter- action models on shower predictions will be presented. The performance of the new EPOS LHC and QGSJETII- 04 models in comparison to LHC data is discussed and the impact on standard air shower observables derived. As a direct consequence of the tuning of the model to LHC data, the predictions obtained with these two models show small differences on the full energy range. Keywords: EAS, LHC, CORSIKA, CONEX, EPOS, QGSJETII, Simulations. 1 Introduction Then the main new options available in the last release of The experimental method of studying ultra-high energy CORSIKA v7.37 and CONEX v4.37 will be reviewed. Fi- cosmic rays is an indirect one. Typically, one investigates nally using detailed Monte Carlo simulations done with various characteristics of extensive air showers (EAS), a these air shower simulation models, the new predictions huge nuclear-electromagnetic cascade induced by a pri- for Xmax and for the number of muons will be presented.
    [Show full text]
  • Automation of the Monte Carlo Simulation of Medical Linear
    doctoral dissertation AUTOMATIONOFTHEMONTECARLOSIMULATIONOF MEDICALLINEARACCELERATORS miguel lázaro rodríguez castillo Institut de Tecniques` Energètiques Universitat Politècnica de Catalunya Barcelona - November 20th, 2015 Co-supervisors: Priv.-Doz. Dr. Lorenzo Brualla Klinik- und Poliklinik für Strahlentherapie Universitätsklinikum Essen Universität Duisburg-Essen Dr. Josep Sempau Institut de Tecniques` Energètiques Universitat Politècnica de Catalunya Para mis padres, mi esposa y mis hijos The enjoyment of one’s tools is an essential ingredient of successful work — Donald E. Knuth PUBLICATIONS Publications in scientific journals related to this thesis: • M. Rodriguez, J. Sempau, A. Fogliata, L. Cozzi, W. Sauerwein, and L. Brualla. A geometrical model for the Monte Carlo simu- lation of the TrueBeam linac. Phys. Med. Biol., 60:N219–N229, 2015. • M. Rodriguez, J. Sempau, and L. Brualla. Study of the electron transport parameters used in penelope for the Monte Carlo simulation of linac targets. Med. Phys., 42:2877–2881, 2015. • M. F. Belosi, M. Rodriguez, A. Fogliata, L. Cozzi, J. Sempau, A. Clivio, G. Nicolini, E. Vanetti, H. Krauss, C. Khamphan, P. Fe- noglietto, J. Puxeu, D. Fedele, P. Mancosu, and L. Brualla. Monte Carlo simulation of TrueBeam flattening-filter-free beams using Varian phase-space files: Comparison with experimental data. Med. Phys., 41:051707, 2014. • M. Rodriguez, J. Sempau, and L. Brualla. PRIMO: A graphi- cal environment for the Monte Carlo simulation of Varian and Elekta linacs. Strahlenther. Onkol., 189:881–886, 2013. • M. Rodriguez, J. Sempau, and L. Brualla. A combined approach of variance-reduction techniques for the efficient Monte Carlo simulation of linacs. Phys. Med. Biol., 57:3013–3024, 2012. Additional publication in a scientific journal related to this thesis: • M.
    [Show full text]
  • Systematic Differences Due to High Energy Hadronic Interaction Models
    Systematic Differences due to High Energy Hadronic Interaction Models in Air Shower Simulations in the 100 GeV-100 TeV Range R.D. Parsons1, ∗ and H. Schoorlemmer1 1Max-Planck-Institut f¨urKernphysik P.O. Box 103980; D 69029 Heidelberg; Germany The predictions of hadronic interaction models for cosmic-ray induced air showers contain inherent uncertainties due to limitations of available accelerator data and theoretical understanding in the required energy and rapidity regime. Differences between models are typically evaluated in the range appropriate for cosmic-ray air shower arrays (1015- 1020 eV). However, accurate modelling of charged cosmic-ray measurements with ground based gamma-ray observatories is becoming more and more important. We assess the model predictions on the gross behaviour of measurable air shower parameters in the energy (0.1-100 TeV) and altitude ranges most appropriate for detection by ground-based gamma- ray observatories. We go on to investigate the particle distributions just after the first interaction point, to examine how differences in the micro-physics of the models may compound into differences in the gross air shower behaviour. Differences between the models above 1 TeV are typically less than 10%. However, we find the largest variation in particle densities at ground at the lowest energy tested (100 GeV), resulting from striking differences in the early stages of shower development. INTRODUCTION vations, as most pointedly seen in the measurement of the cosmic ray electron spectrum [8{11] where the back- Ground based gamma-ray astronomy uses the particle ground contamination must be estimated from compar- shower initiated when a very high energy (> 100 GeV) ison to Monte Carlo simulations, in which case the sys- gamma-ray interacts with an atom in the Earth's atmo- tematic uncertainties in the hadronic interactions quickly sphere, to detect and reconstruct the primary particles become the dominant form of uncertainty in the measure- of the primary gamma-rays.
    [Show full text]
  • Dose Calculation Algorithms for External Radiation Therapy: an Overview for Practitioners
    applied sciences Review Dose Calculation Algorithms for External Radiation Therapy: An Overview for Practitioners Fortuna De Martino 1, Stefania Clemente 2, Christian Graeff 3, Giuseppe Palma 4,*,† and Laura Cella 4,*,† 1 Post Graduate School in Medical Physics, University of Naples Federico II, 80131 Naples, Italy; [email protected] 2 Unit of Medical Physics and Radioprotection, A.O.U Policlinico Federico II, 80131 Naples, Italy; [email protected] 3 Biophysics Department, GSI Helmholtzzentrum für Schwerionenforschung, 64291 Darmstadt, Germany; [email protected] 4 Institute of Biostructure and Bioimaging, National Research Council (CNR), 80145 Naples, Italy * Correspondence: [email protected] (G.P.); [email protected] (L.C.) † These authors share senior authorship. Featured Application: Radiation therapy treatment planning. Abstract: Radiation therapy (RT) is a constantly evolving therapeutic technique; improvements are continuously being introduced for both methodological and practical aspects. Among the features that have undergone a huge evolution in recent decades, dose calculation algorithms are still rapidly changing. This process is propelled by the awareness that the agreement between the delivered and calculated doses is of paramount relevance in RT, since it could largely affect clinical outcomes. The Citation: De Martino, F.; Clemente, aim of this work is to provide an overall picture of the main dose calculation algorithms currently S.; Graeff, C.; Palma, G.; Cella, L. used in RT, summarizing their underlying physical models and mathematical bases, and highlighting Dose Calculation Algorithms for their strengths and weaknesses, referring to the most recent studies on algorithm comparisons. External Radiation Therapy: An This handy guide is meant to provide a clear and concise overview of the topic, which will prove Overview for Practitioners.
    [Show full text]
  • Proton Beam Radiotherapy
    DESIGN AND SIMULATION OF A PASSIVE-SCATTERING NOZZLE IN PROTON BEAM RADIOTHERAPY A Thesis by FADA GUAN Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE December 2009 Major Subject: Health Physics DESIGN AND SIMULATION OF A PASSIVE-SCATTERING NOZZLE IN PROTON BEAM RADIOTHERAPY A Thesis by FADA GUAN Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE Approved by: Chair of Committee, John W. Poston, Sr. Committee Members, Leslie A. Braby Michael A. Walker Head of Department, Raymond J. Juzaitis December 2009 Major Subject: Health Physics iii ABSTRACT Design and Simulation of a Passive-Scattering Nozzle in Proton Beam Radiotherapy. (December 2009) Fada Guan, B.E., Tsinghua University, China Chair of Advisory Committee: Dr. John W. Poston, Sr. Proton beam radiotherapy is an emerging treatment tool for cancer. Its basic principle is to use a high-energy proton beam to deposit energy in a tumor to kill the cancer cells while sparing the surrounding healthy tissues. The therapeutic proton beam can be either a broad beam or a narrow beam. In this research, we mainly focused on the design and simulation of the broad beam produced by a passive double-scattering system in a treatment nozzle. The NEU codes package is a specialized design tool for a passive double- scattering system in proton beam radiotherapy. MCNPX is a general-purpose Monte Carlo radiation transport code. In this research, we used the NEU codes package to design a passive double-scattering system, and we used MCNPX to simulate the transport of protons in the nozzle and a water phantom.
    [Show full text]
  • A Tool for Air-Shower Simulations
    CORSIKA A tool for air-shower simulations Pierpaolo Savina OUTLINE INTRODUCTION Energy range of astroparticle physics: High energy cosmic rays detection techniques: From few GeV up to ~100 EeV. Indirect measurement (Extensive Air Showers). Extensive Air Showers (EAS): result of many inter-dependent Identify the primary particle by measuring the shower: sub processes. Energy shower size Direction arrival timing Type shape and particle contents difficult to detect multi-messengers astophysics: CR, gamma and neutrinos likely from same sources. Neutral particle point back to sources but huge background. easy to detect 2 OUTLINE SIMULATIONS Computer simulation: reproduction Mathematical model: description of a of the behavior of a system using a system using mathematical concept computer to simulate the outcomes and language. using a model associated to the system. used when is impractical to do a full simulation. Models are based on simplifications, assumptions and approximations. Complex problems (EAS simulations) broken down in smaller sub-problems. More simplifications lead to smaller “confidence level” (more verification needed). Monte Carlo Techniques: algorithms that rely on repeated random sampling to obtain numerical results. Their essential idea is using randomness to solve problems. 3 KASKADE: experiment to measure OUTLINE CORSIKA cosmic rays composition in Karlsruhe Cosmic Ray Simulation for KASCADE consistent results in different experiments. Models: e.m. : EGS4 low-E hadronic: FLUKA references: UrQMD CORSIKA GHEISHA physics manual user guide high-E hadronic: QGSJET EPOS-LHC DPMJET SIBILL recommended Models tuned at collider energies then extrapolated in the energy range considered Fair agreement from 1012 to 1020 eV. much better agreement at low energies where data constrains extrapolations.
    [Show full text]
  • Installation and Extraction of Options in CORSIKA
    Options in CORSIKA Tanguy Pierog Karlsruhe Institut of Technology ,Institut für Kernphysik, Karlsruhe, Germany KIT, Karlsruhe th December the 13 2017 Dec 2017 T. Pierog, KIT - 1/19 Models Selection First selection is the high energy hadronic interaction model : See other talks on models to select the most suitable for your application up-to-date: EPOS LHC, QGSJETII-04 and SIBYLL 2.3c DPMJETIII.17-1 to come references: QGSJET01 special use: others Low energy hadronic interaction model FLUKA, Gheisha, UrQMD Dec 2017 T. Pierog, KIT - 2/19 Geometry Selection Detector geometry (only change the angular distribution of showers) Horizontal flat detector (KASCADE, Pierre Auger Obs,...) Non-flat (volume) detector (Magic, HESS,...) Vertical String detector (AMANDA, IceCube, Antares, ...) Dec 2017 T. Pierog, KIT - 3/19 Geometry Selection Detector geometry (only change the angular distribution of showers) Horizontal flat detector (KASCADE, Pierre Auger Obs,...) Non-flat (volume) detector (Magic, HESS,...) Vertical String detector (AMANDA, IceCube, Antares, ...) Dec 2017 T. Pierog, KIT - 4/19 Geometry Selection Detector geometry (only change the angular distribution of showers) Horizontal flat detector (KASCADE, Pierre Auger Obs,...) Non-flat (volume) detector (Magic, HESS,...) Vertical String detector (AMANDA, IceCube, Antares, ...) Dec 2017 T. Pierog, KIT - 5/19 Geometry Selection Detector geometry (only change the angular distribution of showers) Horizontal flat detector (KASCADE, Pierre Auger Obs,...) Non-flat (volume) detector (Magic, HESS,...) Vertical String detector (AMANDA, IceCube, Antares, ...) Dec 2017 T. Pierog, KIT - 6/19 Cherenkov Light 1a – Cherenkov for rectangular grid cherenkov array at ground 1b – Cherenkov for det. system (IACT) HESS, Magic ... with extension for more informations on particles 1c – atmospheric corrections (CEFFIC) suppression of part of the cherenkov photons (use to speed-up simulations) light absorption in atmosphere mirror reflectivity quantum efficiency Dec 2017 T.
    [Show full text]
  • Recent Additions to the Extensive Air Shower Simulation Code CORSIKA*
    HE 2.5.28 1 Recent Additions to the Extensive Air Shower Simulation Code CORSIKA y 2 z D. Heck 1 ,F.Schroder¨ , 1 3 1 1 1 3 3 T. Antoni 1 ,W.D.Apel ,F.Badea ,K.Bekk ,K.Bernlohr¨ ,E.Bollmann ,H.Bozdog , I.M. Brancus , 5 1 1 1 1 5 A. Chilingarian4 , K. Daumiller ,P.Doll ,J.Engler ,F.Feßler , H.J. Gils , R. Glasstetter , 1 1 5 x 1 1;5 6 R. Haeusler 1 ,W.Hafemann , A. Haungs ,J.R.Horandel¨ ,T.Holst , K.-H. Kampert ,J.Kempa , 5 { 1 1 1 1 1 H.O. Klages1 , J. Knapp ,H.J.Mathes ,H.J.Mayer , J. Milke ,D.Muhlenberg¨ ,J.Oehlschlager¨ , 1 1 1 1 5 1 1 M. Petcu 3 , H. Rebel , M. Risse ,M.Roth ,G.Schatz ,F.K.Schmidt ,T.Thouw ,H.Ulrich , 3 5 1 6 1 1 A. Vardanyan 4 ,B.Vulpescu , J.H. Weber ,J.Wentz ,T.Wibig , T. Wiegert ,D.Wochele , 7 J. Wochele 1 ,J.Zabierowski , 1 Institut f ur¨ Kernphysik, Forschungszentrum Karlsruhe, D-76021 Karlsruhe, Germany 2 Fachbereich Physik, Bergische Universitat¨ Wuppertal, D-42097 Wuppertal, Germany 3 National Institute of Physics and Nuclear Engineering, RO-7690 Bucharest, Romania 4 Cosmic Ray Division, Yerevan Physics Institute, Yerevan 36, Armenia 5 Institut fur¨ Experimentelle Kernphysik, University of Karlsruhe, D-76021 Karlsruhe, Germany 6 Department of Experimental Physics, University of Lodz, PL-90950 Lodz, Poland 7 Soltan Institute for Nuclear Studies, PL-90950 Lodz, Poland Abstract The Monte Carlo program CORSIKA simulates the evolution of extensive air showers in the atmosphere initiated by photons, hadrons or nuclei.
    [Show full text]