A GEANT4 Simulation of the Derek Glazier University of Edinburgh

Size: px
Start display at page:

Download "A GEANT4 Simulation of the Derek Glazier University of Edinburgh"

Transcription

1 A GEANT4 Simulation of the Derek Glazier University of Edinburgh

2 GEANT4 Overview Geant4 is the successor of GEANT3, the world-standard toolkit for HEP detector simulation Geant4 is an object-oriented C++ toolkit the goal is to provide all that is needed to build a wide variety of physics simulation applications code is open, modular available for all to download In particular a variety of geometries and physics models can be plugged in Additionally a number of independent visualisation tools can be used Extensive documentation and tutorials provided Principal references: NIM A506, 250 (2003) and IEEE Trans. Nucl. Sci. 53, 270 (2006)

3 User Packages Define material and geometry G4VUserDetectorConstruction Controls detector and target geometries Select appropriate particles and processes and define production threshold(s) G4VUserPhysicsList Define the way of primary particle generation G4VUserPrimaryGeneratorAction Import mkin, AcquMC files Define the way to extract useful information from Geant4 G4UserSteppingAction, G4UserTrackingAction, etc. G4VUserDetectorConstruction,G4UserEventAction G4SensitiveDetector, G4VHit, G4VHitsCollection Defines information passed to AcquRoot via A2CBOutput

4 Electromagnetic Physics standard package (1 kev and up) We use multiple scattering, ionization, bremsstrahlung Compton, pair production, photo-electric, annihilation synchrotron, Cerenkov, transition radiation, high energy muon Also _EMV version =G4.7.1 EM physics ~20% faster low energy package uses database information to extend interactions below 1 kev many of the same processes as offered in standard Possible to track optical photons (from Cerenkov, Scintillation) reflection/refraction, absorption, Rayleigh, wavelength shifting Requires production cuts (minimum distance a particle can travel to be tracked) Default 1mm

5 Hadronic Physics Low Energy and High Energy Parametrized (LEP, HEP) models for all hadrons LEP and HEP models are the re-engineered versions of the GHEISHA models (parametrized from data) fast ~Standard G3 energy is conserved on average, not event-by-event Bertini-style cascade for low energies (< 10 GeV) classical cascade model, uses free-space cross sections Pros and cons: designed for use in HEP trackers, collider detectors good for neutrino beams, kaon interactions Gamma-nuclear model added for E < 3.5 GeV Binary cascade for low energies (< 3 GeV) detailed theory-driven model upper limit due to dependence on resonances Recomended G4 LEP, HEP for hyperons, anti-baryons, LE kaons Gamma-nuclear model added for E < 3.5 GeV: l

6 CrystalBall Geometry Import from GEANT3 complicated by GEANT4 handling of overlapping volumes Could not use major/minor triangle construction Each crystal placed individually Additional materials (skirting, equator) taken from cbsim with someupdates from UCLA Cut crystals in tunnel region realised through Boolean solids i.e CCUT cylinder from G3 is rotated and subtracted from each cut crystal Geometry with RayTracer

7 TAPS Geometry Originally Implemented as in cbsim Additional interactivity added to go between MAMI-B and MAMI-C Boxes, vetos copied from cbsim Dummy crystals only for MAMI-B Vetos read out independent of BaF2 PbWO4 crystals have been Introduced Can be read out into combined BaF2-PbWO4 AcquRoot class BaF2_PWO_09.dat

8 MWPC Geometry MAMI-B MWPC implemented as for cbsim (Jamie Robinson) Just materials no individual strips Can use Sven's ReadDecoded (smears initial 4 vectors for tracks) Updated for MAMI-C (David Howdle) Supports etc from Paulo Individual wires included (not effect CPU much) Position readout for each strip cylinder New AcquRoot ReadDecoded (A2/acquroot/TA2CylMWPC.*) Smears strip position : Phi by wire spacing, Z by Then calculates position in each chamber and track as for real data Should be included in new MWPC classes

9 PID and Targets PID1 and PID2 implemeted Different mountings required for each Accurate lightguide geometrys Right angular wedge shaped scintillators (cbsim uses trapezoid) Standard solid and cryo targets are as for cbsim New solid target for 2008 C beamtimes (J. Robinson) Variable cell size allowed for cryo target(m. Firminger) Users should check their own solid target geometry Do not trust standard implementation!!! Sim. will check to be sure given vertex is inside cell and choose a new one if not!

10 Polarised Target Longitudinal target created by Monica Firminger, Sackville Full geometry including coils and butanol cell Approximate magnetic field consisting 1Tesla in target volume, zero out Requires field map Gives noticable deflection of 100 MeV pions coils cell

11 Primary Generator Action Number of different options for input events AcquMC, (PLUTO?) and mkin ntuple.root files as for cbsim Particle phasespace and overlap new for A2PrimaryGeneratorAction Interactive G4 particle gun useful for testing AcquMC mkin h2root particle phasespace Particle overlapping G4 Interactive ParticleGun Ntuple or TMCPartice /gun/particle pi+ /gun/energy 1 MeV /gun/direction... Run macro A2PrimaryGeneratorAction Original 4 vectors A2CBOutput (Use MCNtuple.h for G3 to PDG particle ID Includes nuclei) G4 Tracking

12 Running A2 Simulation : DetectorSetup.mac ####Use the crystal ball? /A2/det/useCB 1 #####Use TAPS? /A2/det/useTAPS 0 ####Configure TAPS /A2/det/setTAPSFile taps07.dat /A2/det/setTAPSZ 145 cm /A2/det/setTAPSN 384 /A2/det/setTAPSPbWO4Rings 2 ####Use the PID /A2/det/usePID 2 /A2/det/setPIDZ 0. cm /A2/det/useMWPC 2 /A2/det/useTOF 0 /A2/det/setTOFFile TOF.par ##Set the target #/A2/det/useTarget Cryo ###Cryo targets : G4_lH2, A2_lD2### #/A2/det/targetMaterial G4_lH2 /A2/det/setTargetLength 4.8 cm #/A2/det/useTarget Solid /A2/det/useTarget Polarized /A2/det/targetMaterial A2_HeButanol W A R N I N G Please check default DetectorSetup.mac before running. Make sure it is the configuration you want

13 Running A2 Simulation : Run Configuration Macro File doppi0.mac #####Pre-Initialisation #Choose a physics list, for a full listing type #/A2/physics/ListPhysics /A2/physics/Physics QGSP_BIC ####Initialise /run/initialize ##the initial random number seed /A2/generator/Seed #Set the number of particles to be tracked from the input ntuple /A2/generator/NToBeTracked 3 #give the indexes of the particles to be tracked #(have a look at the branch names in the input file) /A2/generator/Track 2 /A2/generator/Track 3 /A2/generator/Track 4 #Open the file and set up the ntuple for reading /A2/generator/InputFile /scratch/dglazier/kin_pi0p_ root #####Output #Open the output file for writing /A2/event/setOutputFile /scratch/dglazier/testqgsp_bic.root Also possible to give input filename as command line Argument, output is then the same appended with tr_

14 Equator material Coherent pi0 analysis, noticed detection efficiency Differed by ~5% between G3/G4 G4 G3 Large deviation in ϕ~0 region Realised G3 had much larger Fe thickness at equator Note, G3 version used Marc/Sven's mod. With same thickness G3/G4 agree to about 1% UCLA prefer thin version Suggestion, make cross sections with 10o gap in ϕ acceptance at equator If the right thickness is used the cross sections should not change

15 Recoil polarimetry (Sikora) Scattered proton angular distribution G4 Binary Cascade model does excellent job of reproducing proton nucleus interactions, Cross sections and angular distributions Φ (π-proton) versus Φπ -structure consistent with Top hemisphere offset ~3mm Is it possible to use the wirechambers to measure the CB positions?

16 Hadronic interactions K+ cross sections Nice agreement with previous measurements of K+Σ cross section Sensitive to K+ nucleus interaction, as cannot tag K+ if inelastic interaction July 07 April 08 JLAB

17 Bug fixes/updates For next release.. Inner can material set to iron (M. Sikora) (sent round already) Vertex position restriction (makes sure event comes from target material) only worked first event! (D. Werthmueller) Allow adjustment of hemisphere seperation S. Prakhov's updated geometry Some significant changes to iron geometries and cut crystals Other suggestions...

18 Open Issues Contributions welcome/needed Detectors : Targets : Cerenkov (Class exists, requires details/volunteer) Polarised Needs transverse geometry (E.Downie) Field map (A.Mushkarenkov) 3He cryo and polarised?? AcquRoot.Offline,.dat, ReadDecoded normalised with standard user classes (see A2/acquroot directory) What additions do experiments need???

19 The Past See presentation R. Brune confid= The first version of GEANT appeared in It was a very simple framework for simulation between NA3, NA4 and Omega experiments. (about 5000 LOC) GEANT2 came in 1977 with more functions to control the initialisation, stepping phases (10000 LOC). GEANT3 came in 1981 in OPAL, then many experiments. It was a huge step. A powerful geometry system, electromagnetic physics based on EGS3/4 and interfaces with hadronic shower packages like Tatina, Gheisha and Fluka. ( LOC)

20 The Present GEANT4 came in 1995 following the directions taken by GEANT3 but written in C++. The geometry system was along the same lines as in GEANT3 and the electromagnetic physics was a continuation (with the same authors) of what was in GEANT3. GEANT4 had a long list of developments and improvements in the physics sector, in particular hadronic physics and this work is going on. Recent reports from LHC have demonstrated the high quality of the simulations with GEANT4 physics.

21 The Future GEANT5 = GEANT4 + ROOT +... = Next year Motivation Primarily from LHC These tools should evolve in a more compatible framework Should incorporate FastMCs (G4 too slow for many analysis) From ROOT want to use I/O, Interpreters, Graphics (event display), Math, Infrastructure, parallelisation, Geometry TGeo i.e. Will look like ROOT will transport like GEANT4 (by default, but other transporters (fast/statistical) will possible)

22 Benefits The Future for the CB? Highly flexible tool (lots of configuration options) Easier to install Parallel processing (including multicore or GPU) Will be further physics developments Predictive modelling Interface to HEP event generators... Keep pace with computational developments Realistic GEANT4 already quite flexible, probably not used (in this collaboration) Flexibility ~ more complicated to run, users just want a start button! Physics developments may have limited impact at MAMI energies GEANT4 physics will continue to be developed seperately Migration would be ~ 2 years away

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

The GEANT4 toolkit. Alessandro De Angelis. L Aquila, September University of Udine and INFN Trieste The GEANT4 toolkit Alessandro De Angelis University of Udine and INFN Trieste L Aquila, September 2001 Layout Monte Carlo simulation of experiments and detectors GEANT4: philosophy, history, future The

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

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

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

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

Simulation study for the EUDET pixel beam telescope

Simulation study for the EUDET pixel beam telescope EUDET Simulation study for the EUDET pixel beam telescope using ILC software T. Klimkovich January, 7 Abstract A pixel beam telescope which is currently under development within the EUDET collaboration

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

π ± 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

PrimEx Trigger Simultation Study D. Lawrence Mar. 2002

PrimEx Trigger Simultation Study D. Lawrence Mar. 2002 PRIMEX NOTE 6 PrimEx Trigger Simultation Study D. Lawrence Mar. 2002 Introduction This documents describes a Monte Carlo simulation study for the PrimEx o experiment. The study focused on determining trigger

More information

FastSim tutorial for beginners

FastSim tutorial for beginners FastSim tutorial for beginners Matteo Rama Laboratori Nazionali di Frascati 1st SuperB Collaboration meeting London, September 2011 Part I FastSim overview M. Rama - 1st SuperB Collaboration Meeting QMUL

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

Muon Reconstruction and Identification in CMS

Muon Reconstruction and Identification in CMS Muon Reconstruction and Identification in CMS Marcin Konecki Institute of Experimental Physics, University of Warsaw, Poland E-mail: marcin.konecki@gmail.com An event reconstruction at LHC is a challenging

More information

Deeply Virtual Compton Scattering at Jefferson Lab

Deeply Virtual Compton Scattering at Jefferson Lab Deeply Virtual Compton Scattering at Jefferson Lab June 16-17, 2016 Frederic Georges (PhD student) PhD Supervisor: Carlos Muñoz Camacho Institut de Physique Nucléaire d Orsay CNRS-IN2P3 Université Paris-Sud,

More information

Compilation and run of a Geant4 Advanced example

Compilation and run of a Geant4 Advanced example Compilation and run of a Geant4 Advanced example Corso Nazionale sull utilizzo del toolkit di simulazione Geant4 Laboratori Nazionali del Gran Sasso, November 8-12, 2010 Date The Geant4 example categories

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

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

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

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

ATLAS Dr. C. Lacasta, Dr. C. Marinas

ATLAS Dr. C. Lacasta, Dr. C. Marinas ATLAS Dr. C. Lacasta, Dr. C. Marinas cmarinas@uni-bonn.de 1 http://www.atlas.ch/multimedia/# Why? In particle physics, the processes occur on a scale that is either too brief or too small to be observed

More information

SoLID GEM Detectors in US

SoLID GEM Detectors in US SoLID GEM Detectors in US Kondo Gnanvo University of Virginia SoLID Collaboration Meeting @ JLab, 08/26/2016 Outline Design Optimization U-V strips readout design Large GEMs for PRad in Hall B Requirements

More information

Large Installation Experiment Geant4 Simulations: SBS, SoLID, Moller

Large Installation Experiment Geant4 Simulations: SBS, SoLID, Moller Large Installation Experiment Geant4 Simulations: SBS, SoLID, Moller Seamus Riordan University of Massachusetts, Amherst sriordan@physics.umass.edu December 18, 2013 Seamus Riordan Analysis 2013 Big Simulations

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

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

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

Overview of the American Detector Models

Overview of the American Detector Models Overview of the American Detector Models Univ. of Oregon The American study groups have investigated two specific models Choosing any particular detector design is a compromise between competing constraints

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

Update of the BESIII Event Display System

Update of the BESIII Event Display System Update of the BESIII Event Display System Shuhui Huang, Zhengyun You Sun Yat-sen University, Guangzhou, 510275, China E-mail: huangshh28@mail2.sysu.edu.cn, youzhy5@mail.sysu.edu.cn Abstract. The BESIII

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

Deep Learning Photon Identification in a SuperGranular Calorimeter

Deep Learning Photon Identification in a SuperGranular Calorimeter Deep Learning Photon Identification in a SuperGranular Calorimeter Nikolaus Howe Maurizio Pierini Jean-Roch Vlimant @ Williams College @ CERN @ Caltech 1 Outline Introduction to the problem What is Machine

More information

Status of the TORCH time-of-flight detector

Status of the TORCH time-of-flight detector Status of the TORCH time-of-flight detector Neville Harnew University of Oxford (On behalf of the TORCH collaboration : the Universities of Bath, Bristol and Oxford, CERN, and Photek) August 7-9, 2017

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 -2008/100 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 02 December 2008 (v2, 03 December 2008)

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

PoS(Baldin ISHEPP XXII)134

PoS(Baldin ISHEPP XXII)134 Implementation of the cellular automaton method for track reconstruction in the inner tracking system of MPD at NICA, G.A. Ososkov and A.I. Zinchenko Joint Institute of Nuclear Research, 141980 Dubna,

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

LCDG4 at NIU Status and Plans

LCDG4 at NIU Status and Plans LCDG4 at NIU Status and Plans Dhiman Chakraborty, Guilherme Lima, Manuel Martin, Jeremy McCormick, Vishnu Zutshi NICADD / Northern Illinois University American Linear Collider Workshop Cornell University,

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

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

Simulation Study for EUDET Pixel Beam Telescope using ILC Software

Simulation Study for EUDET Pixel Beam Telescope using ILC Software Simulation Study for EUDET Pixel Beam Telescope using ILC Software Linear Collider Workshop, Hamburg, May/June 2007 Tatsiana Klimkovich DESY Tatsiana Klimkovich, Linear Collider Workshop, May/June 2007

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

Optical Modeling of Scintillation Detectors Using GATE

Optical Modeling of Scintillation Detectors Using GATE GATE Simulations of Preclinical and Clinical Scans in Emission Tomography, Transmission Tomography and Radiation Therapy Optical Modeling of Scintillation Detectors Using GATE Emilie Roncali Department

More information

Update of the BESIII Event Display System

Update of the BESIII Event Display System Journal of Physics: Conference Series PAPER OPEN ACCESS Update of the BESIII Event Display System To cite this article: Shuhui Huang and Zhengyun You 2018 J. Phys.: Conf. Ser. 1085 042027 View the article

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

LArTPC Reconstruction Challenges

LArTPC Reconstruction Challenges LArTPC Reconstruction Challenges LArTPC = Liquid Argon Time Projection Chamber Sowjanya Gollapinni (UTK) NuEclipse Workshop August 20 22, 2017 University of Tennessee, Knoxville LArTPC program the big

More information

µ( ) Analysis Collaboration Meeting July 2007 Dr Evie Downie Ph.D. M.Sci. Am.InstP.

µ( ) Analysis Collaboration Meeting July 2007 Dr Evie Downie Ph.D. M.Sci. Am.InstP. µ( ) Analysis + Dr Evie Downie Ph.D. M.Sci. Am.InstP. INTRODUCTION Brief outline of how & why we choose to measure µ( +) by p(, ' 0p) Brief summary of experimental conditions Notes on conventions Description

More information

for the DESY/ ECFA study detector

for the DESY/ ECFA study detector The TPC Tracker for the DESY/ ECFA study detector Ties Behnke DESY 1-May-1999 the TPC tracker requirements from physics a TPC at TESLA: can this work? results from simulation technical issues conclusion

More information

Introduction. Bill Cooper LDC Meeting May 25,

Introduction. Bill Cooper LDC Meeting May 25, The Vertex Detector in the SiD Concept Bill Cooper Fermilab (Layer 1) (Layer 5) VXD Introduction SiD is a closely integrated detector. Designs of the outer tracker and the vertex detector have been developed

More information

EUDET Telescope Geometry and Resolution Studies

EUDET Telescope Geometry and Resolution Studies EUDET EUDET Telescope Geometry and Resolution Studies A.F.Żarnecki, P.Nieżurawski February 2, 2007 Abstract Construction of EUDET pixel telescope will significantly improve the test beam infrastructure

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

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

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

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

G4beamline Simulations for H8

G4beamline Simulations for H8 G4beamline Simulations for H8 Author: Freja Thoresen EN-MEF-LE, Univ. of Copenhagen & CERN Supervisor: Nikolaos Charitonidis CERN (Dated: December 15, 2015) Electronic address: frejathoresen@gmail.com

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

arxiv:physics/ v1 [physics.ins-det] 18 Dec 1998

arxiv:physics/ v1 [physics.ins-det] 18 Dec 1998 Studies of 1 µm-thick silicon strip detector with analog VLSI readout arxiv:physics/981234v1 [physics.ins-det] 18 Dec 1998 T. Hotta a,1, M. Fujiwara a, T. Kinashi b, Y. Kuno c, M. Kuss a,2, T. Matsumura

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

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

Machine Learning approach to neutrino experiment track reconstruction. Robert Sulej Connecting The Dots / Intelligent Trackers March 2017

Machine Learning approach to neutrino experiment track reconstruction. Robert Sulej Connecting The Dots / Intelligent Trackers March 2017 Machine Learning approach to neutrino experiment track reconstruction Robert Sulej Connecting The Dots / Intelligent Trackers 2017 9 March 2017 Aim of the talk Very briefly about physics itself A bit more

More information

Applying Machine Learning for bb-decay Identification

Applying Machine Learning for bb-decay Identification Applying Machine Learning for bb-decay Identification Andrey Elagin University of Chicago Work in progress In collaboration with E.Toropov (Carnegie Mellon), I.Vukotic (Chicago), S.Fraker (MIT), L.Winslow

More information

SoLID GEM Detectors in US

SoLID GEM Detectors in US SoLID GEM Detectors in US Kondo Gnanvo University of Virginia SoLID Collaboration Meeting @ Jlab, 01/13/2016 Outline Overview of SoLID GEM Trackers Large area GEM R&D @ UVa Update on APV25 Electronics

More information

Geant4 Package in SPENVIS

Geant4 Package in SPENVIS N. Messios Belgian Institute for Space Aeronomy (BIRA-IASB) Outline Introduction Overview of the Geant4 models in SPENVIS Material definition GDML geometry definition Particle source GDML source geometry

More information

Monte Carlo simulation of photon and electron transport

Monte Carlo simulation of photon and electron transport First Barcelona Techno Week Course on semiconductor detectors ICCUB, 11-15th July 2016 Monte Carlo simulation of photon and electron transport Francesc Salvat Monte Carlo 1 Simulations performed with the

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

MesonEx Chain. From Detector to Publication... Perspective of one CLAS12 experiment. Derek Glazier, University of Glasgow

MesonEx Chain. From Detector to Publication... Perspective of one CLAS12 experiment. Derek Glazier, University of Glasgow MesonEx Chain From Detector to Publication... Perspective of one CLAS12 experiment Derek Glazier, University of Glasgow With HASPECT collaboration : Edinburgh, JPAC, Giessen, Glasgow, Genova, Mainz, Ohio,

More information

Determination of the aperture of the LHCb VELO RF foil

Determination of the aperture of the LHCb VELO RF foil LHCb-PUB-214-12 April 1, 214 Determination of the aperture of the LHCb VELO RF foil M. Ferro-Luzzi 1, T. Latham 2, C. Wallace 2. 1 CERN, Geneva, Switzerland 2 University of Warwick, United Kingdom LHCb-PUB-214-12

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

Modules and Front-End Electronics Developments for the ATLAS ITk Strips Upgrade

Modules and Front-End Electronics Developments for the ATLAS ITk Strips Upgrade Modules and Front-End Electronics Developments for the ATLAS ITk Strips Upgrade Carlos García Argos, on behalf of the ATLAS ITk Collaboration University of Freiburg International Conference on Technology

More information

Tracking and Vertexing performance in CMS

Tracking and Vertexing performance in CMS Vertex 2012, 16-21 September, Jeju, Korea Tracking and Vertexing performance in CMS Antonio Tropiano (Università and INFN, Firenze) on behalf of the CMS collaboration Outline Tracker description Track

More information

Enhancing the Detector for Advanced Neutron Capture Experiments

Enhancing the Detector for Advanced Neutron Capture Experiments Enhancing the Detector for Advanced Neutron Capture Experiments A. Couture Los Alamos National Laboratory CGS15 25-30 August 2014 Dresden, Germany Slide 1 Time of Flight with Spallation Neutrons Proton

More information

PROSPECTS FOR COLLIDER VERTEX DETECTORS*

PROSPECTS FOR COLLIDER VERTEX DETECTORS* SLAC-PUB-4317 April 1987 (El PROSPECTS FOR COLLIDER VERTEX DETECTORS* David M. Ritson Department of Physics and Stanford Linear Accelerator Center Stanford University, Stanford, California 94305 1. Introduction

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

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

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

CMS Alignement and Calibration workflows: lesson learned and future plans

CMS Alignement and Calibration workflows: lesson learned and future plans Available online at www.sciencedirect.com Nuclear and Particle Physics Proceedings 273 275 (2016) 923 928 www.elsevier.com/locate/nppp CMS Alignement and Calibration workflows: lesson learned and future

More information

Updated impact parameter resolutions of the ATLAS Inner Detector

Updated impact parameter resolutions of the ATLAS Inner Detector Updated impact parameter resolutions of the ATLAS Inner Detector ATLAS Internal Note Inner Detector 27.09.2000 ATL-INDET-2000-020 06/10/2000 Szymon Gadomski, CERN 1 Abstract The layout of the ATLAS pixel

More information

MPEXS benchmark results

MPEXS benchmark results MPEXS benchmark results - phase space data - Akinori Kimura 14 February 2017 Aim To validate results of MPEXS with phase space data by comparing with Geant4 results Depth dose and lateral dose distributions

More information

SiPMs for Čerenkov imaging

SiPMs for Čerenkov imaging SiPMs for Čerenkov imaging Peter Križan University of Ljubljana and J. Stefan Institute Trends in Photon Detectors in Particle Physics and Calorimetry, Trieste, June 2-4, 2008 Contents Photon detectors

More information

Physics Analysis Software Framework for Belle II

Physics Analysis Software Framework for Belle II Physics Analysis Software Framework for Belle II Marko Starič Belle Belle II collaboration Jožef Stefan Institute, Ljubljana CHEP 2015 M. Starič (IJS) Physics Analysis Software Okinawa, 13-17 April 2015

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

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

Beam Loss Patterns at the SPS during the LHC collimator test

Beam Loss Patterns at the SPS during the LHC collimator test Accelerator Performance Committee meeting Geneva, 16 February 26 Beam Loss Patterns at the SPS during the LHC collimator test Stefano Redaelli, AB - OP in collaboration with G. Arduini, R. Assmann and

More information

GEANT4 Simulation of MOLLER Experiment

GEANT4 Simulation of MOLLER Experiment GEANT4 Simulation of MOLLER Experiment Mark Dalton UVa (for Dustin McNulty, Luis Mercado and the MOLLER Collaboration) Outline Introduction to the MOLLER experiment Simulation Overview Spectrometer Design

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

Starting with an example.

Starting with an example. Starting with an example http://geant4.cern.ch PART I Set your environment up and get a Geant4 example Getting started First, you have to access the common PC where Geant4 is installed, and set the environment

More information

CMS Conference Report

CMS Conference Report Available on CMS information server CMS CR 2005/021 CMS Conference Report 29 Septemebr 2005 Track and Vertex Reconstruction with the CMS Detector at LHC S. Cucciarelli CERN, Geneva, Switzerland Abstract

More information

CMS FPGA Based Tracklet Approach for L1 Track Finding

CMS FPGA Based Tracklet Approach for L1 Track Finding CMS FPGA Based Tracklet Approach for L1 Track Finding Anders Ryd (Cornell University) On behalf of the CMS Tracklet Group Presented at AWLC June 29, 2017 Anders Ryd Cornell University FPGA Based L1 Tracking

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

General introduction of version 10.4 and prospects

General introduction of version 10.4 and prospects General introduction of version 10.4 and prospects Makoto Asai SLAC National Accelerator Laboratory May 17th, 2018 @ EIC Software Consortium Meeting Version 10.4 Released on December 8 th, 2017 Mar 6 th,

More information

Update of the SoLID Cerenkov detector for PVDIS: CSI coated GEM option August, 03, Eric Fuchey Temple University

Update of the SoLID Cerenkov detector for PVDIS: CSI coated GEM option August, 03, Eric Fuchey Temple University Update of the SoLID Cerenkov detector for PVDIS: CSI coated GEM option August, 03, 2011 Eric Fuchey Temple University 1 Outline Update of the detector layout Update of the simulation details Results Summary,

More information

The Progress of TOF on BESIII

The Progress of TOF on BESIII The Progress of TOF on BESIII Yuekun Heng 1, Chong Wu 1, Zhijia Sun 1, Li Zhao 1,2, Cheng Li 2, Qi An 2, Shubin Liu 2, Jinjie Wu 2, Yuda Zhao 1,3, Fengmei Wang 1,4, Xiaojian Zhao 1, Feng Shi 1, Zhenghua

More information

Real-time Analysis with the ALICE High Level Trigger.

Real-time Analysis with the ALICE High Level Trigger. Real-time Analysis with the ALICE High Level Trigger C. Loizides 1,3, V.Lindenstruth 2, D.Röhrich 3, B.Skaali 4, T.Steinbeck 2, R. Stock 1, H. TilsnerK.Ullaland 3, A.Vestbø 3 and T.Vik 4 for the ALICE

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

Using Fluxes and Geometries

Using Fluxes and Geometries Using Fluxes and Geometries Gabriel N. Perdue Fermilab Special thanks to Robert Hatcher for much of the material in this presentation. Why does GENIE need Geometry? Real fluxes and geometries are never

More information

Design of Electromagnetic Test Sites

Design of Electromagnetic Test Sites Sensor and Simulation Notes Note 533 3 August 2008 Design of Electromagnetic Test Sites Carl E. Baum University of New Mexico Department of Electrical and Computer Engineering Albuquerque New Mexico 87131

More information

Cosima A Cosmic Simulator for MEGAlib based on Geant4

Cosima A Cosmic Simulator for MEGAlib based on Geant4 Cosima A Cosmic Simulator for MEGAlib based on Geant4 Designed and implemented by Andreas Zoglauer (zog@ssl.berkeley.edu) Copyright Andreas Zoglauer 2001-2010 Version of 2011-05-03 1 1. Content 1. Content...

More information

Integrated CMOS sensor technologies for the CLIC tracker

Integrated CMOS sensor technologies for the CLIC tracker Integrated CMOS sensor technologies for the CLIC tracker Magdalena Munker (CERN, University of Bonn) On behalf of the collaboration International Conference on Technology and Instrumentation in Particle

More information

Standard output and plotting. FLUKA Beginner s Course

Standard output and plotting. FLUKA Beginner s Course Standard output and plotting FLUKA Beginner s Course The FLUKA Standard Output FLUKA provides a standard output file that contains plenty of useful information: (fortran unit 11, inp###.out from rfluka)

More information

Geant4 v9.3p01. Primary Particle. Makoto Asai (SLAC) Geant4 Tutorial Course

Geant4 v9.3p01. Primary Particle. Makoto Asai (SLAC) Geant4 Tutorial Course Geant4 v9.3p01 Primary Particle Makoto Asai (SLAC) Geant4 Tutorial Course Contents G4VUserPrimaryGeneratorAction Primary vertex and primary particle Built-in primary particle generators Particle gun Interfaces

More information

ISOCS Characterization of Sodium Iodide Detectors for Gamma-Ray Spectrometry

ISOCS Characterization of Sodium Iodide Detectors for Gamma-Ray Spectrometry ISOCS Characterization of Sodium Iodide Detectors for Gamma-Ray Spectrometry Sasha A. Philips, Frazier Bronson, Ram Venkataraman, Brian M. Young Abstract--Activity measurements require knowledge of the

More information

Using Photons Drift Time to Reconstruct Nuclear Processes and PET Event Topologies. Andrey Elagin University of Chicago

Using Photons Drift Time to Reconstruct Nuclear Processes and PET Event Topologies. Andrey Elagin University of Chicago Using Photons Drift Time to Reconstruct Nuclear Processes and PET Event Topologies Andrey Elagin University of Chicago IRRMA-X, Chicago, July 11, 2017 Outline Ultra-fast timing frontier Optical tracking

More information

The CLICdp Optimization Process

The CLICdp Optimization Process ILDOptWS, Feb, 2016 A. Sailer: The CLICdp Optimization Process 1/17 The CLICdp Optimization Process André Sailer (CERN-EP-LCD) On Behalf of the CLICdp Collaboration ILD Software and Optimisation Workshop

More information