Examples of a gamma ray detector

Slides:



Advertisements
Similar presentations
Exercise 0: installation
Advertisements

CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
1 task for training on (1/3) 1. Copy the root file containing tree (run root) and script./create_maps/MapEfficiency.C into your local.
14 User Documents and Examples I SLAC Geant4 Tutorial 3 November 2009 Dennis Wright Geant4 V9.2.p02.
etc… Analysing samples with complex geometries Particles Inclusions
Workshop on Physics on Nuclei at Extremes, Tokyo Institute of Technology, Institute for Nuclear Research and Nuclear Energy Bulgarian Academy.
Gamma calorimeter for R3B: first simulation results INDEX ● The calGamma Geant4 simulation ( a short introduction ) ● Crystal and geometry selection: –
R 3 B Gamma Calorimeter Agenda. ● Introduction ● Short presentation on the first ● Task definition for R&D period ( )
St. Petersburg State University. Department of Physics. Division of Computational Physics. COMPUTER SIMULATION OF CURRENT PRODUCED BY PULSE OF HARD RADIATION.
MLC CAD Systems Introducing… Presented by: John McCord How to customize.
Pedro Arce Introducción a GEANT4 1 GAMOS tutorial Plug-in’s Exercises Pedro Arce Dubois CIEMAT
Proton emission from deformed rare earth nuclei: A possible AIDA physics campaign Paul Sapple PRESPEC Decay Physics Workshop Brighton 12 January 2011.
H.G.Essel: Go4 - J. Adamczewski, M. Al-Turany, D. Bertini, H.G.Essel, S.Linev CHEP 2003 GSI Online Offline Object Oriented Go4.
Running Genesis Free-Electron Laser Code on iDataPlex Dave Dunning 15 th January 2013.
Pedro Arce GAMOS primer 1 Exercise 0: installation Open a web browser in Go to GAMOS web page : search for Geant4  Applications.
Experience with CalcHEP H. S. Goh Univ. of Arizona very little West Coast LHC Theory Network -- UC Irvine May
Workshop On Nuclear Data for Advanced Reactor Technologies, ICTP , A. Borella1 Monte Carlo methods.
Modification of Geant4 simulation Detailed crystal structures included reference materials real geometry.
Electron Spectrometer: Status July 14 Simon Jolly, Lawrence Deacon 1 st July 2014.
TP…..lab work 1)Vigru 2)Standard analysis / conversion 3)User analysis 4)Usage of cuts 5)In Ganil Acquisition ( nota : available files in /home/legeard/TP/
1 Exercises 0 Go inside the “hadrontherapy” directory: cd hadrontherapy Copy the Hadrontherapy example to your home folder: cp –r $G4INSTALL/examples/advanced/hadrontherapy.
Peter Križan, Ljubljana Dec 7, 2007 Mini WS, SLAC Peter Križan University of Ljubljana and J. Stefan Institute Simulations for SuperBelle SuperB computing.
Status of PSD simulation in Shine Oleg Petukhov Institute for Nuclear Research, Moscow NA61 Analysis/Software/Calibration meeting , Warsaw.
Dark Current in ILC Main Linac N.Solyak, A.Sukhanov, I.Tropin ALCW2015, Apr.23, 2015, KEK LCWS'15, Tsukuba, 04/2015Nikolay Solyak1.
HYDRA Framework. Setup of software environment Setup of software environment Using the documentation Using the documentation How to compile a program.
1 Project 12: Cars from File. This is an extension of Project 11, Car Class You may use the posted solution for Project 11 as a starting point for this.
Workshop Geant4 Presentation September 14 th, 2007 FASTRAD V3.
Go4 v2.2 Status & Overview CHEP 2003
How to Disable Cinavia on PS3
A to Zh Tutorial Progress
Appendix A Barb Ericson Georgia Institute of Technology May 2006
Off-line Event Building
Exercise 0: installation
Simulation Tools for Test Beam
Release Numbers MATLAB is updated regularly
L. Pandola INFN, Gran Sasso National Laboratories
WORKSHOP 19 HATCHBACK III
WORKSHOP 2 VALVETRAIN MECHANISM
WORKSHOP 2 VALVETRAIN MECHANISM
Proton emission from deformed rare earth nuclei: A possible AIDA physics campaign Paul Sapple PRESPEC Decay Physics Workshop Brighton 12 January 2011.
Appendix A Barb Ericson Georgia Institute of Technology May 2006
Practical Oriented Theory
working group activities overview
Muon stopping target optimization
Fast Radiation Simulation and Visualized Data Processing Method
Population Projections Workshop
User Documents and Examples I
WORKSHOP 1 INTRODUCTION.
Pure  exposure for e/ separation
Tutorial for PopModel Sep.
AGATA Simulation Code (ASC)
Setting of various sources A
Multi-Purpose Particle and Heavy Ion Transport code System
CMS-Bijing weekly meeting
MINOS: a new vertex tracker for in-flight γ-ray spectroscopy
Jaewon Park University of Rochester
GRAPHICAL USER INTERFACE
Neutron Detector Simulations for Fast Neutrons with GEANT4
The Hadrontherapy Geant4 advanced example
G4GeneralParticleSource Class:
Geant4 Workshop 02 October 2002, CERN Hajime Yoshida
The n-3He Simulation Using Geant4
Search for coincidences and study of cosmic rays spectrum
Simulations of the AGATA Response to Relativistic Heavy Ions Beams
GAMOS tutorial Plug-in’s Exercises
Geant4 course - exercices
Neutron Detector Simulations for Fast Neutrons with GEANT4
Physics event timing Use Pythia to generate hadronic decays at 125 GeV
Radiopharmaceutical Production
Workshop for Programming And Systems Management Teachers
Presentation transcript:

Examples of a gamma ray detector The Fast Timing Array (FaTimA) ICC Simulation Workshop on NPTOOL (28th Nov - 1st Dec 2016 – GANIL ) marc.labiche@stfc.ac.uk

-1- Basic examples (1/3) Mono-energetic and Isotropic source Compile NPTool for Fatima detector npl cmake ./ -DETLIST=“Fatima” make nps Run npsimulation with the detector file Fatima.detector and the event file gamma.source Npsimulation –D Fatima.detector –E gamma.source ICC Simulation Workshop on NPTOOL (28th Nov - 1st Dec 2016 – GANIL ) marc.labiche@stfc.ac.uk

-1- Basic examples (2/3) Run a simulation with 100000 events and exit: /run/beamOn 100000 exit Inspect the output tree Root –l Root> New TBrowser() Select file “myResult.root” in folder Outputs/Simulation/ Click on SimulatedTree and Fatima Click on fFATIMA_labr3_E_Energy Determine Photopeak efficiency & P/T ICC Simulation Workshop on NPTOOL (28th Nov - 1st Dec 2016 – GANIL ) marc.labiche@stfc.ac.uk

Geometry from K. Hauschild (CSNSM) -1- Basic examples (3/3) With additional passive material Adding the GREAT chamber: Edit the detector file Fatima.detector Uncomment the following lines: Run again from 1-b and determine Photopeak efficiency & P/T with chamber Note: Karl’s definition of the GREAT can be found in NPSimulation/Core/Chamber.cc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% GeneralChamber GREAT-Karl Heightmin= 178. Heightmax= 181. Widthmin= 228. Widthmax= 231. Depthmin= 200. Depthmax= 205. MATERIAL= Alu Geometry from K. Hauschild (CSNSM) ICC Simulation Workshop on NPTOOL (28th Nov - 1st Dec 2016 – GANIL ) marc.labiche@stfc.ac.uk

-2- Extended examples (1/5) Gamma emission from a stopped reaction product Simulating a gamma decay cascade: Copy the event file 24Na.reaction into gdecay.beam Edit gdecay.beam and modify the Beam section as Remove the TwoBodyReaction section and keep the gammadecay section Beam Particle= 25Na ExcitationEnergy= 2.2 Energy= 0 SigmaEnergy= 0 SigmaThetaX= 0.0 SigmaPhiY= 0.0 SigmaX= 0.5 SigmaY= 0.5 MeanThetaX= 0 MeanPhiY= 0 MeanX= 0 MeanY= 0  Stopped Beam ICC Simulation Workshop on NPTOOL (28th Nov - 1st Dec 2016 – GANIL ) marc.labiche@stfc.ac.uk

-2- Extended examples (2/5) So gdecay.beam should look like that: Beam Particle= 25Na ExcitationEnergy= 2.2 Energy= 0 SigmaEnergy= 0 SigmaThetaX= 0.0 SigmaPhiY= 0.0 SigmaX= 0.5 SigmaY= 0.5 MeanThetaX= 0 MeanPhiY= 0 MeanX= 0 MeanY= 0 %%%%%%%%%%%%%%%%%% GammaDecay 25Na Cascade BranchingRatio= 70 Energies= 2.2 DifferentialCrossSection= 11Li(d,3He)10He.txt Gamma25Na BranchingRatio= 30 Energies= 1.0 1.2 ICC Simulation Workshop on NPTOOL (28th Nov - 1st Dec 2016 – GANIL ) marc.labiche@stfc.ac.uk

-2- Extended examples (3/5) Run npsimulation with Fatima detector and the gdecay.beam event generator Set the tracking verbose to 1 with the command: /tracking/verbose 1 (This will display tracking information of primary and secondary particles for each event) Do “/run/beamOn 1” several times. You should see some events with 1 emitted gamma ray (at 2.2 MeV) and others with 2 emitted gamma rays ( at 1 and 1.2 MeV) Run for 100000 events and check energy spectrum as in 1-d. Note: This could take few minutes in interactive mode so best is to run in batch mode: Create a file run.mac conatining the command “/run/beamOn 100000” Run: npsimluation –D Fatima.detector –E gdecay.beam -B run.mac ICC Simulation Workshop on NPTOOL (28th Nov - 1st Dec 2016 – GANIL ) marc.labiche@stfc.ac.uk

-2- Extended examples (4/5) Gamma emission from a moving reaction product Changing the beam energy Edit gdecay.beam and set the beam energy to 10MeV/u Repeat 2-e instructions Feel free to change the beam energy, the energy spread, and the emittance ICC Simulation Workshop on NPTOOL (28th Nov - 1st Dec 2016 – GANIL ) marc.labiche@stfc.ac.uk

-2- Extended examples (5/5) Starting the simulated data analysis Perform Doppler correction Go to nptool/Projects/Fatima/ directory (to be distributed) Or nptool/Examples/Example3 and run: cmake ./ make Run the analysis: npanalysis This create root files in the directory nptool/Output/Analysis. The full Doppler corrected spectrum is save in the histolist.root file. ICC Simulation Workshop on NPTOOL (28th Nov - 1st Dec 2016 – GANIL ) marc.labiche@stfc.ac.uk

Simulating a multi-detector system ICC Simulation Workshop on NPTOOL (28th Nov - 1st Dec 2016 – GANIL ) marc.labiche@stfc.ac.uk

(Note: this may take some time) Detector Input file Add token associated to the different detectors in the same Input file Check overlaps with G4 command: /geometry/test/run (Note: this may take some time) … Have a try with the detector of your choices … ICC Simulation Workshop on NPTOOL (28th Nov - 1st Dec 2016 – GANIL ) marc.labiche@stfc.ac.uk