The GEANT4 toolkit. Alessandro De Angelis. L Aquila, September University of Udine and INFN Trieste

Size: px
Start display at page:

Download "The GEANT4 toolkit. Alessandro De Angelis. L Aquila, September University of Udine and INFN Trieste"

Transcription

1 The GEANT4 toolkit Alessandro De Angelis University of Udine and INFN Trieste L Aquila, September 2001

2 Layout Monte Carlo simulation of experiments and detectors GEANT4: philosophy, history, future The physics of GEANT4 Miscellaneous features Things one has to do Experience with GEANT4: an example 2

3 Monte Carlo simulation It s impossible to conceive a modern detector w/o simulation And it has to be Monte Carlo, otherwise Rossi and Greisen 1941, Rev. Mod. Phys. 13:240 MC simulation: proposed by Ulam and von Neumann Ulam and von Neumann 1947, Bull. Am. Math. Soc. 53:1120 First used for particle transport by Wilson Wilson 1952, Phys. Rev. 86:261 The procedure used was a simple graphical and mechanical one. The distance into the lead was broken into intervals of one-fifth of a radiation length (about 1 mm). The electrons or photons were followed through successive intervals and their fate in passing through a given interval was decided by spinning a wheel of chance; the fate being read from one of a family of curves drawn on a cylinder A word about the wheel of chance. The cylinder, 4 in. outside diameter by 12 in. long is driven by a high speed motor geared down by a ratio 20 to 1. The motor armature is heavier than the cylinder and determines where the cylinder stops. The motor was observed to stop at random and, in so far as the cylinder is concerned, its randomness is multiplied by the gear ratio 3

4 Requirements of a simulation software Accuracy in the simulation of em interactions, down to low energies Reasonable simulation of hadronic interactions Plus technical requirements: a well written code Modularity Easy to add different generators Easy to add new physics routines Friendly interfaces & Good documentation Maintenability Support on different platforms 4

5 The shoplist before GEANT4 Mostly GEANT (3) Developed at CERN ( ) Proprietary EM routines Can bind several hadronic codes (GHEISHA is the most common) Includes user-friendly geometry description, visualization A plus: easy-to-use The reference for electromagnetic physics: EGS (4) Long development and debugging at SLAC/LNL/KEK ( ) Most commonly used in couple with FLUKA for hadronic interactions A bit unfriendly Geometry difficult to define, no facilities, no visualization... Cross sections computed by an offline preprocessor, PEGS (Still the reference now for dosimetry, where one shouldn t be wrong) Plus a small market for LEPSIM-DELSIM, GISMO... 5

6 GEANT4: philosophy, history, future Geant4 (G4) is the successor of GEANT3 Geant4 re designs a major package of CERN software for the next generation of HEP experiments using an Object Oriented philosophy A variety of new requirements also came from heavy ion physics, CP violation physics, cosmic ray physics, medical applications and space science applications In order to meet such requirements, a large degree of functionality and flexibility are provided: G4 is not only for HEP Final aim: more precise than EGS, more friendly than G3 6

7 Why moving to G4? Limitations of GEANT3 maintenance Because of too complex structure driven by too many historical reasons, it became impossible to add a new feature or to hunt a bug. Limitation of FORTRAN Shortage of man power at CERN Limitation of central center supports World wide collaboration Adoption of the most recent software engineering methodologies Choice of Object orientation and C++ 7

8 History of G4 Dec 94 Project starts Apr 97 First alpha release Jul 98 First beta release Dec 98 Release 0.0 Jun 01 - Release 3.2 (complete list of physics processes) Maintainment & upgrade expected for at least 10 years Continuously developed: 2 major releases each year + monthly internal tag (frequent bug fixes, new features, new examples) 8

9 Basic structure of G4 > 700,000 lines of code (one year ago ) 9

10 Many contributors... 10

11 The physics of GEANT4 Several solutions proposed in the library EM Standard (G3) Low energy Hadronic GHEISHA New models An open system to new inputs Good framework such that new models can be integrated 11

12 Confrontation with data Many comparisons made, and results published A lot of comparisons are ongoing, starting within the collaborations (eg in experiment groups) LHC (ATLAS, CMS, LHCb, ALICE) BaBar (migrating from Geant3) GLAST in groups in fields other than HEP/AstroParticle diverse uses (eg medical,..) often small groups 12

13 ElectroMagnetic processes Gammas: Gamma Conversion, Compton scattering, Photo-electric effect Rayleigh, Reflection, Refraction, Absorption, Scintillation Leptons(e, mu) + charged particles(hadrons, ions): Ionisation, Bremstrahlung, Energy loss, Multiple scattering, transition radiation, Synchrotron radiation, Cerenkov High energy muons and lepton-hadron interactions For the low energy part, massive use of experimental tables (shells etc.) Goal: from 250 ev (and below) to the PeV (and beyond) 13

14 EM physics performance All processes at least at level of Geant-3 New processes: Transition radiation, optical... Multiple Scattering: new model no path length restriction added lateral displacement measured effect on result Energy Loss: two approaches two approaches: differential and integral several alternatives: PAI model (thin),... Hard processes hadronic resonances can be seen (future) 14

15 Lower limits for validity Geant kev EGS4 1 kev Geant4 standard models - Photoelectric effect 10 kev - Compton effect 10 kev - Bremsstrahlung 1 kev - Ionisation (δ-rays) 1 kev - Multiple scattering 1 kev Goal for G4 low-energy models 250 ev 15

16 Tests (high level): Shower profile 1 GeV electron in H2O G4, Data G3 Very good agreement seen with the data 16

17 17

18 Results of tests on EM Processes Several comparisons presented with data (and Geant3 simulation) standard EM processes showed better agreement with data than G3 Better performance on EM showers 18

19 Hadronic physics processes Large variety of models according to the energy String models (interfaced with Pythia7 for hard scattering) Cascade Evaporation Break-up µ-nucleus interactions, photo-fission, meson photoproduction A lot of activity, debugging and tests look somehow frightening... 19

20 Miscellaneous features Cutoffs Geometry & utilities Hits and digits Fast simulation Visualization 20

21 Cutoffs Coherent production cuts validity range of models fully exploited yet processes can ask to override when they need to (treatment of boundary effects) Cuts in range rather than energy Geant3 used cuts in energy - inefficient It makes poor sense to use the energy cut off. Range of 10 kev gamma in Si ~ a few cm Range of 10 kev electron in Si ~ a few micron Cut off represents the accuracy of the stopping position. It does not mean that the track is killed at the corresponding energy. significant gain in results quality vs CPU usage Users can impose a cut in energy, track length, TOF.. 21

22 Geometry & utilities Boolean solids new solids from Union, Intersection, Subtraction of two solids + a transformation g3tog4 Field tracking in EM field 22

23 Hits and digits Each Logical Volume can have a pointer to a sensitive detector A hit is a snapshot of the physical interaction of a track or an accumulation of interactions of tracks in the sensitive detector A sensitive detector creates hit(s) using the information given in G4Step object. The user has to provide his/her own implementation of the detector response A digitization is created with one or more hits and/or other digits by an explicit implementation derived from G4VDigitizerModule 23

24 Fast simulation GEANT4 allows to perform full simulation and fast simulation in the same environment Shower parametrisations etc. The fast simulation produces the same objects as the full simulation (tracks, clusters etc.) Flexibility Activate fast/full simulation by detector Parallel geometries Activate fast/full simulation by particle type 24

25 Visualization You can visualize detector, hits and trajectories Geant4 provides interfaces to graphics drivers GUI DAWN RayTracer OPACS OpenGL OpenInventor VRML 25

26 Things one has to do In general starting from the study of a manual is not the most effective way... Go to download and install Many platforms Run an example and see how it is done But a windows-like command is also available 26

27 Documentation and examples Documentation: Getting started & installation guide User guide for application & toolkit developer Software & physics reference manuals Six novice examples simple detectors different experiment types demonstrate essential capabilities and 3+ advanced examples 27

28 Novice examples Transport of a non-interacting particle through a slab Track in a simplified tracking detector Electromagnetic shower (full) Particle collision Parametrised electromagnetic shower Optical photon 28

29 Advanced examples Two are relevant for astroparticle: xray_telescope, illustrating an application for the study of the radiation background in a typical X-ray telescope gammaray_telescope, illustrating a detector a la AGILE/GLAST (Giannitrapani, Longo, Santin) 29

30 Experience with Geant4 Production release in use used, got feedback customer care, customer care, customer care first results confirm some of G4 s strengths in EM physics, geometry, hadronic physics First EM physics (showers) benchmarks G4/G3 Geant4 gives better physics at the same speed Geant4 gives better speed for same physics But bugs still exist... 30

31 Custom example: GLAST Tracker γ telescope on satellite for the range 20 MeV-300 GeV hybrid tracker + calorimeter International collaboration US- France-Italy-Japan-Sweden- Germany Timescale: (->2015) Calorimeter Wide range of physics objectives: Gamma astrophysics Fundamental physics Needs gamma simulation in trackers/calos at different details; hadrons 31

32 The architecture we want Geom FAST Phys Sim Digit Sim data Recon Real data From any point to graphics 32

33 The beginning: GISMO The GLAST simulation has been done, from the beginning, using C++ and with OO technologies in mind GISMO was the choice No other candidate present at that moment (apart from standard Fortran MC) GLAST core software group already experienced with GISMO (SLAC used it for other experiments) 33

34 Characteristics of GISMO Takes care of tracking, Eloss etc. Secondaty processes: EGS4, GHEISHA wrapped in 34

35 From GISMO to G4 Why GISMO is now quite obsolete It is no more officially supported (and developed) Physics needed some manpower GEANT4 has arrived in the meanwhile More flexible, maintainable and so on Well supported and used by several experiments Proved reliable for space applications (XRayTel and GammaRayTel) 35

36 The chain (for now) Geometry input by XML file Incoming fluxes by standard GEANT4 modules Simulation with standard GEANT4 physics modules (for the em processes also the low energy extensions) Persistency of the output ASCII file ROOT file Digitization of the MC hits Analysis and Event Display Validation with real data 36

37 XML for geometry description A specific DTD for the GLAST geometry A C++ hierarchy of classes for the XML interface (detmodel) Many clients Simulation Reconstruction Analysis Event display Interfaces for VRML output for the geometry HTML documentation GEANT4 geometry description ROOT Java (partial) 37

38 XML: VRML output 38

39 XML: GEANT4 interface 39

40 Digitizations For a more precise digitization of the tracker signal Electron motion in Si: simulation using HEED + GARFIELD/MAXWELL => charge sharing Parametrization to be interfaced to the G4 simulation 40

41 Event Display Various possibilities now in evaluation phase WIRED2 ROOT (directly linked to the G4 simulation output) 41

42 Conclusions G4 is suitable as a MC toolkit for HEP and astroparticle applications Strong points are the open structure and the easyness of use (I did not stress many facilities you will find in the web site: definition of materials, compounds, units...) The HEP/AP community is quickly acquiring a good experience G4 validation with real data is progressing fast G4 is easy to integrate with other software G4 is becoming the standard de facto for detector simulations The software is profiting of tests within an extended community 42

Simulation of GLAST. Alessandro de Angelis. SLAC, February 21, University of Udine and INFN Trieste

Simulation of GLAST. Alessandro de Angelis. SLAC, February 21, University of Udine and INFN Trieste Simulation of GLAST Alessandro de Angelis University of Udine and INFN Trieste SLAC, February 21, 2002 Layout of the presentation GLAST Characteristics and requirements and their impact on the simulation

More information

Gamma-ray Large Area Space Telescope. Work Breakdown Structure

Gamma-ray Large Area Space Telescope. Work Breakdown Structure Gamma-ray Large Area Space Telescope Work Breakdown Structure 4.1.D Science Analysis Software The Science Analysis Software comprises several components: (1) Prompt processing of instrument data through

More information

Physics and Detector Simulations. Norman Graf (SLAC) 2nd ECFA/DESY Workshop September 24, 2000

Physics and Detector Simulations. Norman Graf (SLAC) 2nd ECFA/DESY Workshop September 24, 2000 Physics and Detector Simulations Norman Graf (SLAC) 2nd ECFA/DESY Workshop September 24, 2000 Simulation studies for a future Linear Collider We believe that the physics case for the LC has been made.

More information

A GEANT4 Simulation of the Derek Glazier University of Edinburgh

A GEANT4 Simulation of the Derek Glazier University of Edinburgh A GEANT4 Simulation of the CrystalBall@MAMI Derek Glazier University of Edinburgh GEANT4 Overview Geant4 is the successor of GEANT3, the world-standard toolkit for HEP detector simulation Geant4 is an

More information

Introduction to Geant4

Introduction to Geant4 Introduction to Geant4 Release 10.4 Geant4 Collaboration Rev1.0: Dec 8th, 2017 CONTENTS: 1 Geant4 Scope of Application 3 2 History of Geant4 5 3 Overview of Geant4 Functionality 7 4 Geant4 User Support

More information

ATLAS Tracking Detector Upgrade studies using the Fast Simulation Engine

ATLAS Tracking Detector Upgrade studies using the Fast Simulation Engine Journal of Physics: Conference Series PAPER OPEN ACCESS ATLAS Tracking Detector Upgrade studies using the Fast Simulation Engine To cite this article: Noemi Calace et al 2015 J. Phys.: Conf. Ser. 664 072005

More information

Offline Tutorial I. Małgorzata Janik Łukasz Graczykowski. Warsaw University of Technology

Offline Tutorial I. Małgorzata Janik Łukasz Graczykowski. Warsaw University of Technology Offline Tutorial I Małgorzata Janik Łukasz Graczykowski Warsaw University of Technology Offline Tutorial, 5.07.2011 1 Contents ALICE experiment AliROOT ROOT GRID & AliEn Event generators - Monte Carlo

More information

CMS Simulation Software

CMS Simulation Software CMS Simulation Software Dmitry Onoprienko Kansas State University on behalf of the CMS collaboration 10th Topical Seminar on Innovative Particle and Radiation Detectors 1-5 October 2006. Siena, Italy Simulation

More information

Monte Carlo programs

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

More information

Performance of the ATLAS Inner Detector at the LHC

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

More information

GLAST tracking reconstruction Status Report

GLAST tracking reconstruction Status Report GLAST collaboration meeting, UCSC June 22-24 1999 GLAST tracking reconstruction Status Report Bill Atwood, Jose A. Hernando, Robert P. Johnson, Hartmut Sadrozinski Naomi Cotton, Dennis Melton University

More information

Topics for the TKR Software Review Tracy Usher, Leon Rochester

Topics for the TKR Software Review Tracy Usher, Leon Rochester Topics for the TKR Software Review Tracy Usher, Leon Rochester Progress in reconstruction Reconstruction short-term plans Simulation Calibration issues Balloon-specific support Personnel and Schedule TKR

More information

GEANT4 is used for simulating: RICH testbeam data, HCAL testbeam data. GAUSS Project: LHCb Simulation using GEANT4 with GAUDI.

GEANT4 is used for simulating: RICH testbeam data, HCAL testbeam data. GAUSS Project: LHCb Simulation using GEANT4 with GAUDI. Status of GEANT4 in LHCb S. Easo, RAL, 30-9-2002 The LHCbexperiment. GEANT4 is used for simulating: RICH testbeam data, HCAL testbeam data. GAUSS Project: LHCb Simulation using GEANT4 with GAUDI. Summary.

More information

Cut per region. Marc Verderi GEANT4 collaboration meeting 01/10/2002

Cut per region. Marc Verderi GEANT4 collaboration meeting 01/10/2002 Cut per region Marc Verderi GEANT4 collaboration meeting 01/10/2002 Introduction Cut here = «production threshold»; Not tracking cut; GEANT4 originally designed to allow a unique cut in range; Unique cut

More information

Electron and Photon Reconstruction and Identification with the ATLAS Detector

Electron and Photon Reconstruction and Identification with the ATLAS Detector Electron and Photon Reconstruction and Identification with the ATLAS Detector IPRD10 S12 Calorimetry 7th-10th June 2010 Siena, Italy Marine Kuna (CPPM/IN2P3 Univ. de la Méditerranée) on behalf of the ATLAS

More information

CAD interfaces for simulation and analysis tools in the space domain

CAD interfaces for simulation and analysis tools in the space domain Geant4 CAD interface development meeting Orsay, 23 March 2010 CAD interfaces for simulation and analysis tools in the space domain Giovanni Santin* Space Environments and Effects Analysis Section European

More information

A Geometrical Modeller for HEP

A Geometrical Modeller for HEP A Geometrical Modeller for HEP R. Brun, A. Gheata CERN, CH 1211, Geneva 23, Switzerland M. Gheata ISS, RO 76900, Bucharest MG23, Romania For ALICE off-line collaboration Geometrical modelling generally

More information

Measurement of depth-dose of linear accelerator and simulation by use of Geant4 computer code

Measurement of depth-dose of linear accelerator and simulation by use of Geant4 computer code reports of practical oncology and radiotherapy 1 5 (2 0 1 0) 64 68 available at www.sciencedirect.com journal homepage: http://www.rpor.eu/ Original article Measurement of depth-dose of linear accelerator

More information

Direct photon measurements in ALICE. Alexis Mas for the ALICE collaboration

Direct photon measurements in ALICE. Alexis Mas for the ALICE collaboration Direct photon measurements in ALICE Alexis Mas for the ALICE collaboration 1 Outline I - Physics motivations for direct photon measurements II Direct photon measurements in ALICE i - Conversion method

More information

A New Segment Building Algorithm for the Cathode Strip Chambers in the CMS Experiment

A New Segment Building Algorithm for the Cathode Strip Chambers in the CMS Experiment EPJ Web of Conferences 108, 02023 (2016) DOI: 10.1051/ epjconf/ 201610802023 C Owned by the authors, published by EDP Sciences, 2016 A New Segment Building Algorithm for the Cathode Strip Chambers in the

More information

Fast pattern recognition with the ATLAS L1Track trigger for the HL-LHC

Fast pattern recognition with the ATLAS L1Track trigger for the HL-LHC Fast pattern recognition with the ATLAS L1Track trigger for the HL-LHC On behalf of the ATLAS Collaboration Uppsala Universitet E-mail: mikael.martensson@cern.ch ATL-DAQ-PROC-2016-034 09/01/2017 A fast

More information

Precision Timing in High Pile-Up and Time-Based Vertex Reconstruction

Precision Timing in High Pile-Up and Time-Based Vertex Reconstruction Precision Timing in High Pile-Up and Time-Based Vertex Reconstruction Cedric Flamant (CERN Summer Student) - Supervisor: Adi Bornheim Division of High Energy Physics, California Institute of Technology,

More information

Computing in High Energy and Nuclear Physics, March 2003, La Jolla, California

Computing in High Energy and Nuclear Physics, March 2003, La Jolla, California Simulation in ALICE Computing in High Energy and Nuclear Physics, 24-28 March 2003, La Jolla, California F. Carminati, A. Morsch on behalf of the ALICE Offline Project CERN, 1211 Geneva 23, Switzerland

More information

Basics of treatment planning II

Basics of treatment planning II Basics of treatment planning II Sastry Vedam PhD DABR Introduction to Medical Physics III: Therapy Spring 2015 Monte Carlo Methods 1 Monte Carlo! Most accurate at predicting dose distributions! Based on

More information

The use of HepRep in GLAST

The use of HepRep in GLAST for GLAST CHEP 03 March 24-28 2003 The use of in GLAST Gamma-ray Large Area Space Telescope Joseph Perl SLAC Computing Services perl@slac.stanford.edu Riccardo Giannitrapani Dipartimento di Fisica, Udine

More information

Machine Learning for (fast) simulation

Machine Learning for (fast) simulation Machine Learning for (fast) simulation Sofia Vallecorsa for the GeantV team CERN, April 2017 1 Monte Carlo Simulation: Why Detailed simulation of subatomic particles is essential for data analysis, detector

More information

Klaus Dehmelt EIC Detector R&D Weekly Meeting November 28, 2011 GEM SIMULATION FRAMEWORK

Klaus Dehmelt EIC Detector R&D Weekly Meeting November 28, 2011 GEM SIMULATION FRAMEWORK Klaus Dehmelt EIC Detector R&D Weekly Meeting November 28, 2011 GEM SIMULATION FRAMEWORK Overview GEM Simulation Framework in the context of Simulation Studies for a High Resolution Time Projection Chamber

More information

CLAS 12 Reconstruction Software

CLAS 12 Reconstruction Software CLAS 12 Reconstruction Software G.Gavalian (ODU) Outline CLAS-12 computing Requirements CLARA framework (SOA architecture) CLARA based application examples (DataMining) CLAS 12 Reconstruction Where do

More information

Tracking and flavour tagging selection in the ATLAS High Level Trigger

Tracking and flavour tagging selection in the ATLAS High Level Trigger Tracking and flavour tagging selection in the ATLAS High Level Trigger University of Pisa and INFN E-mail: milene.calvetti@cern.ch In high-energy physics experiments, track based selection in the online

More information

Simulation and Physics Studies for SiD. Norman Graf (for the Simulation & Reconstruction Team)

Simulation and Physics Studies for SiD. Norman Graf (for the Simulation & Reconstruction Team) Simulation and Physics Studies for SiD Norman Graf (for the Simulation & Reconstruction Team) SLAC DOE Program Review June 13, 2007 Linear Collider Detector Environment Detectors designed to exploit the

More information

EicRoot software framework

EicRoot software framework EicRoot software framework Alexander Kiselev EIC Software Meeting Jefferson Lab September,24 2015 Contents of the talk FairRoot software project EicRoot framework structure Typical EicRoot applications

More information

Laboratório de Raios Cósmicos Prof. Fernando Barão. Apresentação do: LRCsimulator. Gonçalo Guiomar Miguel Orcinha

Laboratório de Raios Cósmicos Prof. Fernando Barão. Apresentação do: LRCsimulator. Gonçalo Guiomar Miguel Orcinha Laboratório de Raios Cósmicos Prof. Fernando Barão Apresentação do: LRCsimulator Gonçalo Guiomar Miguel Orcinha 0. Plan for the presentation Scintillator Study Trapezoid Study Cosmic-ray Air Shower Study

More information

Detector Response Simulation

Detector Response Simulation Simulating the Silicon Detector Norman Graf SLAC March 17, 2005 Detector Response Simulation Use Geant4 toolkit to describe interaction of particles with matter. Thin layer of LC-specific C++ provides

More information

FAMOS: A Dynamically Configurable System for Fast Simulation and Reconstruction for CMS

FAMOS: A Dynamically Configurable System for Fast Simulation and Reconstruction for CMS FAMOS: A Dynamically Configurable System for Fast Simulation and Reconstruction for CMS St. Wynhoff Princeton University, Princeton, NJ 08544, USA Detailed detector simulation and reconstruction of physics

More information

Code characteristics

Code characteristics The PENELOPE Computer code M.J. Anagnostakis Nuclear Engineering Department National Technical University of Athens The PENELOPE code system PENetration and Energy LOss of Positrons and Electrons in matter

More information

Representing Range Compensators in the TOPAS Monte Carlo System

Representing Range Compensators in the TOPAS Monte Carlo System Representing Range Compensators in the TOPAS Monte Carlo System, Jan Schuemann, Jungwook Shin, Bruce Faddegon, Harald Paganetti, and Joseph Perl SLAC National Accelerator Laboratory University of Illinois

More information

Artifact Mitigation in High Energy CT via Monte Carlo Simulation

Artifact Mitigation in High Energy CT via Monte Carlo Simulation PIERS ONLINE, VOL. 7, NO. 8, 11 791 Artifact Mitigation in High Energy CT via Monte Carlo Simulation Xuemin Jin and Robert Y. Levine Spectral Sciences, Inc., USA Abstract The high energy (< 15 MeV) incident

More information

The full detector simulation for the ATLAS experiment: status and outlook

The full detector simulation for the ATLAS experiment: status and outlook The full detector simulation for the ATLAS experiment: status and outlook A. Rimoldi University of Pavia & INFN, Italy A.Dell Acqua CERN, Geneva, CH The simulation of the ATLAS detector is a major challenge,

More information

ATLAS NOTE. December 4, ATLAS offline reconstruction timing improvements for run-2. The ATLAS Collaboration. Abstract

ATLAS NOTE. December 4, ATLAS offline reconstruction timing improvements for run-2. The ATLAS Collaboration. Abstract ATLAS NOTE December 4, 2014 ATLAS offline reconstruction timing improvements for run-2 The ATLAS Collaboration Abstract ATL-SOFT-PUB-2014-004 04/12/2014 From 2013 to 2014 the LHC underwent an upgrade to

More information

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

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

More information

PoS(High-pT physics09)036

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

More information

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

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

More information

05/09/07 CHEP2007 Stefano Spataro. Simulation and Event Reconstruction inside the PandaRoot Framework. Stefano Spataro. for the collaboration

05/09/07 CHEP2007 Stefano Spataro. Simulation and Event Reconstruction inside the PandaRoot Framework. Stefano Spataro. for the collaboration for the collaboration Overview Introduction on Panda Structure of the framework Event generation Detector implementation Reconstruction The Panda experiment AntiProton Annihilations at Darmstadt Multi

More information

The AMS-02 Anticoincidence Counter. Philip von Doetinchem I. Phys. Inst. B, RWTH Aachen for the AMS-02 Collaboration DPG, Freiburg March 2008

The AMS-02 Anticoincidence Counter. Philip von Doetinchem I. Phys. Inst. B, RWTH Aachen for the AMS-02 Collaboration DPG, Freiburg March 2008 I. Phys. Inst. B, RWTH Aachen for the AMS-02 Collaboration DPG, Freiburg March 2008 Cosmic Rays in the GeV Range world average SUSY DM KK DM good agreement of data and propagation models, but some unexplained

More information

PXD Simulation and Optimisation Studies

PXD Simulation and Optimisation Studies PXD Simulation and Optimisation Studies Z. Drásal, A. Moll, K. Prothmann with special thanks to: C. Kiesling, A. Raspereza, Prague people Charles University Prague MPI Munich ILC Software Framework Summary

More information

ATLAS, CMS and LHCb Trigger systems for flavour physics

ATLAS, CMS and LHCb Trigger systems for flavour physics ATLAS, CMS and LHCb Trigger systems for flavour physics Università degli Studi di Bologna and INFN E-mail: guiducci@bo.infn.it The trigger systems of the LHC detectors play a crucial role in determining

More information

The LHCb upgrade. Outline: Present LHCb detector and trigger LHCb upgrade main drivers Overview of the sub-detector modifications Conclusions

The LHCb upgrade. Outline: Present LHCb detector and trigger LHCb upgrade main drivers Overview of the sub-detector modifications Conclusions The LHCb upgrade Burkhard Schmidt for the LHCb Collaboration Outline: Present LHCb detector and trigger LHCb upgrade main drivers Overview of the sub-detector modifications Conclusions OT IT coverage 1.9

More information

First Calorimeter Simulation with the FLUGG Prototype

First Calorimeter Simulation with the FLUGG Prototype First Calorimeter Simulation with the FLUGG Prototype ATL-SOFT-99-004 15/12/99 M.Campanella a, A.Ferrari b, P.R.Sala b,s.vanini a a INFN sez. di Milano, via Celoria 16, I-20133 Milano, Italy. b SL, CERN,

More information

Geant4 activities at DESY

Geant4 activities at DESY Geant4 activities at DESY 3 rd Ecfa/Desy workshop Prague November 2002 Frank Gaede DESY -IT- Outline Introduction Current work Near term goals Looking ahead Conclusion ECFA/DESY workshop Prague 11/02 Frank

More information

The CMS Computing Model

The CMS Computing Model The CMS Computing Model Dorian Kcira California Institute of Technology SuperComputing 2009 November 14-20 2009, Portland, OR CERN s Large Hadron Collider 5000+ Physicists/Engineers 300+ Institutes 70+

More information

Supercomputing the Cascade Processes of Radiation Transport

Supercomputing the Cascade Processes of Radiation Transport 19 th World Conference on Non-Destructive Testing 2016 Supercomputing the Cascade Processes of Radiation Transport Mikhail ZHUKOVSKIY 1, Mikhail MARKOV 1, Sergey PODOLYAKO 1, Roman USKOV 1, Carsten BELLON

More information

Introduction to Geant4 Visualization Geant4 v10.0.p3

Introduction to Geant4 Visualization Geant4 v10.0.p3 Geant4 v10.0.p3 HepRep/HepRApp Makoto Asai (SLAC) Slides created by Joseph Perl (SLAC) So many options, it needs three title pages DAWN OpenGL 1 RayTracer OpenInventor DAWN HepRep/FRED 2 Qt gmocren DAWN

More information

A fast and accurate GPU-based proton transport Monte Carlo simulation for validating proton therapy treatment plans

A fast and accurate GPU-based proton transport Monte Carlo simulation for validating proton therapy treatment plans A fast and accurate GPU-based proton transport Monte Carlo simulation for validating proton therapy treatment plans H. Wan Chan Tseung 1 J. Ma C. Beltran PTCOG 2014 13 June, Shanghai 1 wanchantseung.hok@mayo.edu

More information

MIP Reconstruction Techniques and Minimum Spanning Tree Clustering

MIP Reconstruction Techniques and Minimum Spanning Tree Clustering SLAC-PUB-11359 July 25 MIP Reconstruction Techniques and Minimum Spanning Tree Clustering Wolfgang F. Mader The University of Iowa, 23 Van Allen Hall, 52242 Iowa City, IA The development of a tracking

More information

The Use of HepRep in GLAST

The Use of HepRep in GLAST SLAC-PUB-9908 The Use of in GLAST J. Perl SLAC, Stanford, CA 94025, USA R. Giannitrapani, M. Frailis Dipartimento di Fisica, Universita degli Studi di Udine - Italy is a generic, hierarchical format for

More information

Reducing CPU Consumption of Geant4 Simulation in ATLAS

Reducing CPU Consumption of Geant4 Simulation in ATLAS Reducing CPU Consumption of Geant4 Simulation in ATLAS John Chapman (University of Cambridge) on behalf of the ATLAS Simulation Group Joint WLCG & HSF Workshop 2018 Napoli, Italy - 28th March 2018 Current

More information

Particle track plotting in Visual MCNP6 Randy Schwarz 1,*

Particle track plotting in Visual MCNP6 Randy Schwarz 1,* Particle track plotting in Visual MCNP6 Randy Schwarz 1,* 1 Visual Editor Consultants, PO Box 1308, Richland, WA 99352, USA Abstract. A visual interface for MCNP6 has been created to allow the plotting

More information

Simulation Techniques Using Geant4

Simulation Techniques Using Geant4 IEEE Nuclear Science Symposium and Medical Imaging Conference Short Course Simulation Techniques Using Geant4 Maria Grazia Pia (INFN Genova, Italy) MariaGrazia.Pia@ge.infn.it Dresden, 18 October 2008 http://www.ge.infn.it/geant4/events/nss2008/geant4course.html

More information

Detector simulations for in-beam PET with FLUKA. Francesco Pennazio Università di Torino and INFN, TORINO

Detector simulations for in-beam PET with FLUKA. Francesco Pennazio Università di Torino and INFN, TORINO Detector simulations for in-beam PET with FLUKA Francesco Pennazio Università di Torino and INFN, TORINO francesco.pennazio@unito.it Outline Why MC simulations in HadronTherapy monitoring? The role of

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 -2009/098 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 15 April 2009 FROG: The Fast And Realistic

More information

Deliverable D10.2. WP10 JRA04 INDESYS Innovative solutions for nuclear physics detectors

Deliverable D10.2. WP10 JRA04 INDESYS Innovative solutions for nuclear physics detectors MS116 Characterization of light production, propagation and collection for both organic and inorganic scintillators D10.2 R&D on new and existing scintillation materials: Report on the light production,

More information

Design of the new ATLAS Inner Tracker (ITk) for the High Luminosity LHC

Design of the new ATLAS Inner Tracker (ITk) for the High Luminosity LHC Design of the new ATLAS Inner Tracker (ITk) for the High Luminosity LHC Jike Wang (DESY) for the ATLAS Collaboration May/2017, TIPP 2017 LHC Machine Schedule In year 2015, ATLAS and CMS went into Run2

More information

Performance of the GlueX Detector Systems

Performance of the GlueX Detector Systems Performance of the GlueX Detector Systems GlueX-doc-2775 Gluex Collaboration August 215 Abstract This document summarizes the status of calibration and performance of the GlueX detector as of summer 215.

More information

Fast simulation in ATLAS

Fast simulation in ATLAS Fast simulation in ATLAS A. Salzburger, CERN for the ATLAS collaboration 1 Simulation load & requirements typical MC campaign in ATLAS 2011 - O( 9) events

More information

The FRED Event Display: an Extensible HepRep Client for GLAST

The FRED Event Display: an Extensible HepRep Client for GLAST The FRED Event Display: an Extensible HepRep Client for GLAST M.Frailis and R.Giannitrapani Dipartimento di Fisica, Università degli Studi di Udine - Italy A new graphics client prototype for the HepRep

More information

The Impact of Incorporating Shell-corrections to Energy Loss in Silicon

The Impact of Incorporating Shell-corrections to Energy Loss in Silicon The Impact of Incorporating Shell-corrections to Energy Loss in Silicon arxiv:1711.5465v3 [physics.ins-det] 3 Apr 218 Fuyue Wang 1,2, Su Dong 3, Benjamin Nachman 2, Maurice Garcia-Sciveres 2, and Qi Zeng

More information

A new method of The Monte Carlo Simulation based on Hit stream for the LHAASO

A new method of The Monte Carlo Simulation based on Hit stream for the LHAASO A of The Monte Carlo Simulation based on Hit stream for the LHAASO Institute of High Energy Physics, CAS, Beijing, China. E-mail: wuhr@ihep.ac.cn Mingjun Chen Institute of High Energy Physics, CAS, Beijing,

More information

Simulation and data reconstruction framework slic & lcsim. Norman Graf, Jeremy McCormick SLAC HPS Collaboration Meeting May 27, 2011

Simulation and data reconstruction framework slic & lcsim. Norman Graf, Jeremy McCormick SLAC HPS Collaboration Meeting May 27, 2011 Simulation and data reconstruction framework slic & lcsim Norman Graf, Jeremy McCormick SLAC HPS Collaboration Meeting May 27, 2011 Simulation Mission Statement Provide full simulation capabilities for

More information

The GLAST Event Reconstruction: What s in it for DC-1?

The GLAST Event Reconstruction: What s in it for DC-1? The GLAST Event Reconstruction: What s in it for DC-1? Digitization Algorithms Calorimeter Reconstruction Tracker Reconstruction ACD Reconstruction Plans GLAST Ground Software Workshop Tuesday, July 15,

More information

TORCH: A large-area detector for precision time-of-flight measurements at LHCb

TORCH: A large-area detector for precision time-of-flight measurements at LHCb TORCH: A large-area detector for precision time-of-flight measurements at LHCb Neville Harnew University of Oxford ON BEHALF OF THE LHCb RICH/TORCH COLLABORATION Outline The LHCb upgrade TORCH concept

More information

INTRODUCTION TO THE ANAPHE/LHC++ SOFTWARE SUITE

INTRODUCTION TO THE ANAPHE/LHC++ SOFTWARE SUITE INTRODUCTION TO THE ANAPHE/LHC++ SOFTWARE SUITE Andreas Pfeiffer CERN, Geneva, Switzerland Abstract The Anaphe/LHC++ project is an ongoing effort to provide an Object-Oriented software environment for

More information

imass: Computational NRF Spectra Signal from Geant4

imass: Computational NRF Spectra Signal from Geant4 imass: Computational NRF Spectra Signal from Geant4 John Perry, Shanjie Xiao, Tatjana Jevremovic School of Nuclear Engineering, Purdue University, West Lafayette, IN 47907 {joperry, xiaosj, tatjanaj} @purdue.edu

More information

The ATLAS Trigger Simulation with Legacy Software

The ATLAS Trigger Simulation with Legacy Software The ATLAS Trigger Simulation with Legacy Software Carin Bernius SLAC National Accelerator Laboratory, Menlo Park, California E-mail: Catrin.Bernius@cern.ch Gorm Galster The Niels Bohr Institute, University

More information

Validation of GEANT4 for Accurate Modeling of 111 In SPECT Acquisition

Validation of GEANT4 for Accurate Modeling of 111 In SPECT Acquisition Validation of GEANT4 for Accurate Modeling of 111 In SPECT Acquisition Bernd Schweizer, Andreas Goedicke Philips Technology Research Laboratories, Aachen, Germany bernd.schweizer@philips.com Abstract.

More information

Automated reconstruction of LAr events at Warwick. J.J. Back, G.J. Barker, S.B. Boyd, A.J. Bennieston, B. Morgan, YR

Automated reconstruction of LAr events at Warwick. J.J. Back, G.J. Barker, S.B. Boyd, A.J. Bennieston, B. Morgan, YR Automated reconstruction of LAr events at Warwick J.J. Back, G.J. Barker, S.B. Boyd, A.J. Bennieston, B. Morgan, YR Challenges Single electron, 2 GeV in LAr: Easy 'by-eye' in isolation Challenging for

More information

Adding timing to the VELO

Adding timing to the VELO Summer student project report: Adding timing to the VELO supervisor: Mark Williams Biljana Mitreska Cern Summer Student Internship from June 12 to August 4, 2017 Acknowledgements I would like to thank

More information

Monte Carlo Production on the Grid by the H1 Collaboration

Monte Carlo Production on the Grid by the H1 Collaboration Journal of Physics: Conference Series Monte Carlo Production on the Grid by the H1 Collaboration To cite this article: E Bystritskaya et al 2012 J. Phys.: Conf. Ser. 396 032067 Recent citations - Monitoring

More information

Geant4 application in a Web browser

Geant4 application in a Web browser Journal of Physics: Conference Series OPEN ACCESS Geant4 application in a Web browser To cite this article: Laurent Garnier and the Geant4 Collaboration 2014 J. Phys.: Conf. Ser. 513 062016 View the article

More information

Investigation of Proton Induced Radiation Effects in 0.15 µm Antifuse FPGA

Investigation of Proton Induced Radiation Effects in 0.15 µm Antifuse FPGA Investigation of Proton Induced Radiation Effects in 0.15 µm Antifuse FPGA Vlad-Mihai PLACINTA 1,2, Lucian Nicolae COJOCARIU 1, Florin MACIUC 1 1. Horia Hulubei National Institute for R&D in Physics and

More information

Limitations in the PHOTON Monte Carlo gamma transport code

Limitations in the PHOTON Monte Carlo gamma transport code Nuclear Instruments and Methods in Physics Research A 480 (2002) 729 733 Limitations in the PHOTON Monte Carlo gamma transport code I. Orion a, L. Wielopolski b, * a St. Luke s/roosevelt Hospital, Columbia

More information

DESY at the LHC. Klaus Mőnig. On behalf of the ATLAS, CMS and the Grid/Tier2 communities

DESY at the LHC. Klaus Mőnig. On behalf of the ATLAS, CMS and the Grid/Tier2 communities DESY at the LHC Klaus Mőnig On behalf of the ATLAS, CMS and the Grid/Tier2 communities A bit of History In Spring 2005 DESY decided to participate in the LHC experimental program During summer 2005 a group

More information

ALICE Simulation Architecture

ALICE Simulation Architecture ALICE Simulation Architecture Linear Collider Workshop November 15 René Brun CERN ALICE Simulation Architecture 1 ALICE Event/100 Front View of a simulated event with only 1/100 of the expected multiplicity

More information

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

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

More information

TORCH. A Cherenkov based Time of Flight detector. Maarten van Dijk On behalf of the TORCH collaboration

TORCH. A Cherenkov based Time of Flight detector. Maarten van Dijk On behalf of the TORCH collaboration TORCH A Cherenkov based Time of Flight detector Maarten van Dijk On behalf of the TORCH collaboration (CERN, University of Oxford, University of Bristol) 1 TORCH - motivation The Timing Of internally Reflected

More information

Part 1 : Starting and familiarizing Where is your installation? Getting the example programs Running novice examples : N01, N03, N02

Part 1 : Starting and familiarizing Where is your installation? Getting the example programs Running novice examples : N01, N03, N02 Hands On 1 Overview Part 1 : Starting and familiarizing Where is your installation? Getting the example programs Running novice examples : N01, N03, N02 Part 2 : Looking into Geant4, trying it out with

More information

Introduction to Geant4 II

Introduction to Geant4 II Introduction to Geant4 II User Interface Examples User Support Geant4 Seminar Koichi Murakami (KEK/CRC) 1 Overall structure UI terminal Batch mode Python interface Momo USER INTERFACE 2 Geant4 (User) Interface

More information

LCDG4 Status. Dhiman Chakraborty, Guilherme Lima, Jeremy McCormick, Vishnu Zutshi. LC Simulations Workshop Argonne, June 02 05, 2004

LCDG4 Status. Dhiman Chakraborty, Guilherme Lima, Jeremy McCormick, Vishnu Zutshi. LC Simulations Workshop Argonne, June 02 05, 2004 LCDG4 Status Dhiman Chakraborty, Guilherme Lima, Jeremy McCormick, Vishnu Zutshi LC Simulations Workshop Argonne, June 02 05, 2004 Outline Overview LCDG4 features XML geometry representation SIO contents

More information

Event Displays and LArg

Event Displays and LArg Event Displays and LArg Columbia U. / Nevis Labs Slide 1 Introduction Displays are needed in various ways at different stages of the experiment: Software development: understanding offline & trigger algorithms

More information

Data Analysis in Experimental Particle Physics

Data Analysis in Experimental Particle Physics Data Analysis in Experimental Particle Physics C. Javier Solano S. Grupo de Física Fundamental Facultad de Ciencias Universidad Nacional de Ingeniería Data Analysis in Particle Physics Outline of Lecture

More information

Hall D and IT. at Internal Review of IT in the 12 GeV Era. Mark M. Ito. May 20, Hall D. Hall D and IT. M. Ito. Introduction.

Hall D and IT. at Internal Review of IT in the 12 GeV Era. Mark M. Ito. May 20, Hall D. Hall D and IT. M. Ito. Introduction. at Internal Review of IT in the 12 GeV Era Mark Hall D May 20, 2011 Hall D in a Nutshell search for exotic mesons in the 1.5 to 2.0 GeV region 12 GeV electron beam coherent bremsstrahlung photon beam coherent

More information

ELECTRON DOSE KERNELS TO ACCOUNT FOR SECONDARY PARTICLE TRANSPORT IN DETERMINISTIC SIMULATIONS

ELECTRON DOSE KERNELS TO ACCOUNT FOR SECONDARY PARTICLE TRANSPORT IN DETERMINISTIC SIMULATIONS Computational Medical Physics Working Group Workshop II, Sep 30 Oct 3, 2007 University of Florida (UF), Gainesville, Florida USA on CD-ROM, American Nuclear Society, LaGrange Park, IL (2007) ELECTRON DOSE

More information

Benchmarking the ATLAS software through the Kit Validation engine

Benchmarking the ATLAS software through the Kit Validation engine Benchmarking the ATLAS software through the Kit Validation engine Alessandro De Salvo (1), Franco Brasolin (2) (1) Istituto Nazionale di Fisica Nucleare, Sezione di Roma, (2) Istituto Nazionale di Fisica

More information

Geant4 v9.5. Kernel III. Makoto Asai (SLAC) Geant4 Tutorial Course

Geant4 v9.5. Kernel III. Makoto Asai (SLAC) Geant4 Tutorial Course Geant4 v9.5 Kernel III Makoto Asai (SLAC) Geant4 Tutorial Course Contents Fast simulation (Shower parameterization) Multi-threading Computing performance Kernel III - M.Asai (SLAC) 2 Fast simulation (shower

More information

π ± Charge Exchange Cross Section on Liquid Argon

π ± Charge Exchange Cross Section on Liquid Argon π ± Charge Exchange Cross Section on Liquid Argon Kevin Nelson REU Program, College of William and Mary Mike Kordosky College of William and Mary, Physics Dept. August 5, 2016 Abstract The observation

More information

(for the CMS Collaboration) CHEP 03, La Jolla, 24th March 2003

(for the CMS Collaboration) CHEP 03, La Jolla, 24th March 2003 Validation of GEANT4 by the CMS Experiment ARCE Pedro 1,2, ARCELLI Silvia 3, BANERJEE Sunanda 4, BANERJEE Sudeshna 4, BOCCALI Tommaso 5, DE LA CRUZ Begoña 1, DE ROECK Albert 2, DUTTA Suchandra 5, ELVIRA

More information

ComPWA: A common amplitude analysis framework for PANDA

ComPWA: A common amplitude analysis framework for PANDA Journal of Physics: Conference Series OPEN ACCESS ComPWA: A common amplitude analysis framework for PANDA To cite this article: M Michel et al 2014 J. Phys.: Conf. Ser. 513 022025 Related content - Partial

More information

Data handling and processing at the LHC experiments

Data handling and processing at the LHC experiments 1 Data handling and processing at the LHC experiments Astronomy and Bio-informatic Farida Fassi CC-IN2P3/CNRS EPAM 2011, Taza, Morocco 2 The presentation will be LHC centric, which is very relevant for

More information

ATLAS PILE-UP AND OVERLAY SIMULATION

ATLAS PILE-UP AND OVERLAY SIMULATION ATLAS PILE-UP AND OVERLAY SIMULATION LPCC Detector Simulation Workshop, June 26-27, 2017 ATL-SOFT-SLIDE-2017-375 22/06/2017 Tadej Novak on behalf of the ATLAS Collaboration INTRODUCTION In addition to

More information

The performance of the ATLAS Inner Detector Trigger Algorithms in pp collisions at the LHC

The performance of the ATLAS Inner Detector Trigger Algorithms in pp collisions at the LHC X11 opical Seminar IPRD, Siena - 7- th June 20 he performance of the ALAS Inner Detector rigger Algorithms in pp collisions at the LHC Mark Sutton University of Sheffield on behalf of the ALAS Collaboration

More information

Tracking and Vertex reconstruction at LHCb for Run II

Tracking and Vertex reconstruction at LHCb for Run II Tracking and Vertex reconstruction at LHCb for Run II Hang Yin Central China Normal University On behalf of LHCb Collaboration The fifth Annual Conference on Large Hadron Collider Physics, Shanghai, China

More information