NuGen III. Friday, May 10, 13

Size: px
Start display at page:

Download "NuGen III. Friday, May 10, 13"

Transcription

1 NuGen III 1

2 NuGen III 1

3 History of neutrino simulation NUSIM (Gary) ANIS (Marek) Gary s fast neutrino simulation for AMANDA Next generation of AMANDA neutrino simulation Cross section tables, final interaction tables are provided (used in NuGen too) NeutrinoGenerator (Aya) originally it was I3 version of ANIS, but renamed when Aya implemented neutrino re-generation in NuTau CC channel 2

4 Now NuGen is the third generation! Before release V ( NuGen 1) From V to now ( NuGen II) Used up to IC40 standard production Contains bugs in weight calculation Weight bug fixed, added weighted calculation for propagation inside the Earth Code maintainer is changed from Aya to Kotoyo Will be included in the first release of IceSim V4 Coming soon! (NuGen III) Older versions are still available with new IceSim, and will be maintained as long as I m the maintainer... 3

5 Why NuGen III? 4

6 Why NuGen III? I want to use Genie at detector! 4

7 Why NuGen III? I want to use Genie at detector! I want to use CORSIKA as neutrino source and want to simulate muon - neutrino coincidence events! 4

8 Why NuGen III? I want to use Genie at detector! I want to use CORSIKA as neutrino source and want to simulate muon - neutrino coincidence events! I need only neardetector simulation because I use my own (oscillation) calculation for in Earth propagation! 4

9 Why NuGen III? I want to use Genie at detector! I want to compare effect of In-Earth propagation with various EarthModel or neutrino cross section, while keeping neardetector simulation unchanged! I want to use CORSIKA as neutrino source and want to simulate muon - neutrino coincidence events! I need only neardetector simulation because I use my own (oscillation) calculation for in Earth propagation! 4

10 Why NuGen III? I want to use Genie at detector! I want to compare effect of In-Earth propagation with various EarthModel or neutrino cross section, while keeping neardetector simulation unchanged! Well... yes, I can implement them, but future NuGen maintainers will cry... :( (NuGen is complicated enough already!) I want to use CORSIKA as neutrino source and want to simulate muon - neutrino coincidence events! I need only neardetector simulation because I use my own (oscillation) calculation for in Earth propagation! 4

11 How structures of code is changed? v3 internal classes are in namespace nugen (some of them are renamed from v2) v1, v2 classes are in legacy directory Source modules put one primary neutrino into frame with the name of NuGPrimary 5

12 NuGen III consist of three modules 6

13 NuGen III consist of three modules Source module put a primary neutrino 6

14 NuGen III consist of three modules Source module put a primary neutrino Propagator module propagates the neutrino up to detection volume 6

15 NuGen III consist of three modules Source module put a primary neutrino Propagator module propagates the neutrino up to detection volume VTXGenerator module makes secondaries within detection volume 6

16 NuGen III consist of three modules Source module put a primary neutrino Propagator module propagates the neutrino up to detection volume VTXGenerator module makes secondaries within detection volume You may skip Propagator if you want 6

17 NuGen Sources Three modules exist now and easy to add more I3NuGDiffuseSource I3NuGPointSource I3NuGSourceSelector selects a neutrino from I3MCTree (use Nathan s Corsika-reader) Currently select a neutrino randomly from all candidate Stores NuGPrimary and generation weight as I3MCWeightDict in frame μ ν 7

18 Added new option for Injection area Current setting of Injection Radius : 1200m or tau extention for mu for straight downgoing (upgoing) tracks, more than 80% of injection area is outside of the detector Some tracks are even out of range of photonics table (radius 680m) 8

19 NUSIM style injection area Define cylindrical detector area outside of IceCube Inject neutrinos which pass through the detector area the injection area varies with injection zenith angle Injection area (r14 in Nusim) is recorded in MCWeightDict OneWeight will compensate the effect extention for mu or tau Square injection area θ 2Z sin(θ) 2Z sin(θ) + 2R cos(θ) 2R cos(θ) 9

20 Propagation inside the Earth I3NuGPropagator Take a primary neutrino NuGPrimary from frame Propagate it up to near by the detector Store one final-candidate neutrino in frame as NuGInIceNeutrino and add propagation weight to I3MCWeightDict Will support table output in near future (Similar as JULIeT table but contains only neutrinos) 10

21 Vertex Generator Module Take a particle NuGInIceNeutrino (if the neutrino does not exist take NuGPrimary instead) and calculate detection volume Then make interaction vertex inside the detection volume Three interaction modes will be available using NuGen s final interaction tables using Genie s cross sections and vertex generator Hybrid (use Genie for low energy, NuGen for high energy) Coding is not finished yet, but first integration of Genie to NuGen is done! 11

22 Genie Integration to NuGen GMCJDriver is a large program Not easy to understand, IceCube-type experiment is not supposed by developers, thus may contain problematic change in any update All we need is Good bye genie::gmcjdriver! 1. Cross Section and 2. Functions to make Final State Particles Such core codes will be relatively stable, then we don t have to worry about version dependence of Genie too much (hopefully). 12

23 NuGen rock(sio2) ice(h2o) Psurv = exp(- X * N * σ) L g/cm^2 1/L Simulation Wpos Pint = 1-Psurv(L) X (VertexPosition, g/cm^2) Genie Si O H Ptot = Pint_Si+ Pint_Si = L_Si * N_Si * σ_si Pint_O = L_O * N_O * σ_o Pint_H = L_H * N_H * σ_h Pint_O + Pint_H Pint = Ptot / GlobScale GlobScale Ptot 1/L VertexPosition(g/cm^2) 13

24 Step 1 : Genie Stand-alone test 14

25 Step 1 : Genie Stand-alone test Make an stand-alone genie program that follows exactly same procedure as NuGen 14

26 Step 1 : Genie Stand-alone test Make an stand-alone genie program that follows exactly same procedure as NuGen 1. Define detection cylinder volume, and inject a neutrino from the forward cap of the cylinder 14

27 Step 1 : Genie Stand-alone test Make an stand-alone genie program that follows exactly same procedure as NuGen 1. Define detection cylinder volume, and inject a neutrino from the forward cap of the cylinder 2. Calculate total cross section for the injected neutrino and volume material 14

28 Step 1 : Genie Stand-alone test Make an stand-alone genie program that follows exactly same procedure as NuGen 1. Define detection cylinder volume, and inject a neutrino from the forward cap of the cylinder 2. Calculate total cross section for the injected neutrino and volume material 3. Calculate survival probability Psurv then get interaction probability Pint = Psurv 14

29 Step 1 : Genie Stand-alone test Make an stand-alone genie program that follows exactly same procedure as NuGen 1. Define detection cylinder volume, and inject a neutrino from the forward cap of the cylinder 2. Calculate total cross section for the injected neutrino and volume material 3. Calculate survival probability Psurv then get interaction probability Pint = Psurv 4. Select a vertex randomly, and calculate position weight 14

30 Step 1 : Genie Stand-alone test Make an stand-alone genie program that follows exactly same procedure as NuGen 1. Define detection cylinder volume, and inject a neutrino from the forward cap of the cylinder 2. Calculate total cross section for the injected neutrino and volume material 3. Calculate survival probability Psurv then get interaction probability Pint = Psurv 4. Select a vertex randomly, and calculate position weight 5. Make a vertex and generate secondaries 14

31 Step 1 : Genie Stand-alone test Make an stand-alone genie program that follows exactly same procedure as NuGen 1. Define detection cylinder volume, and inject a neutrino from the forward cap of the cylinder 2. Calculate total cross section for the injected neutrino and volume material 3. Calculate survival probability Psurv then get interaction probability Pint = Psurv 4. Select a vertex randomly, and calculate position weight 5. Make a vertex and generate secondaries Then compare it to standard Genie! 14

32 events simulation results (no weight applied) Blue : GMCJDriver with weight opt (ice) Green : GMCJDriver default (ice) Red : Genie-NuG driver (ice) Violet : Genie-NuG driver (ice + rock) Low statistics at Low E 15

33 events simulation results (no weight applied) Secondary = secondary lepton (Muon for CC, Neutrino for NC) 16

34 events simulation results (weighted) 17

35 events simulation results 18

36 Step 2 : I3NuGGenie (interaction module) 1. Port stand-alone Genie-NuG program to nugen as an interaction module (I3NuGGenie) with correct geometry (Ice + Rock) Energy range : 1GeV ~ 200GeV Zenith range : 0deg ~ 180deg PrimarySource : I3NuGDiffuseSource 2. Compare the result with current NuGen II simulation (with InjectOnCylinder option) 19

37 Comparison : NuGen and NuGGenie 20

38 Step 3 : Make a unified module Thinking about Hybrid option, a unified VertexGenerator will be easier to manage Core functions like genie::getxsec (get cross section) and genie::generateevent (making secondary particles) could be implemented as a service in genie-icetray project But for now, we may use I3NuGGenie (with Ice + Bedrock) as a substitute of genie-icetray, especially for HE muon background study 21

39 Plan towards next release Send request to genie-icetray maintainer (Ken? Claudio?) to move following headers to public directory ConvertToGST.h ConvertPDGEncodingToI3ParticleType.h If LowEnergy group want to use or check I3NuGGenie very soon, make new release as NuGen 2.5 after cleaning source codes Add table writer for propagator Add unified vertex generator Then release NuGen 3! 22

40 Backup 23

41 Benchmark mode New event class dedicated for generating benchmark dataset may be useful to get muon / cascade effective area skips InEarth propagation, interaction weight is always 1.0 currently three options are supported 1. generate charged lepton at front edge of the detector area, with primary s energy and direction 2. generate charged lepton inside the detector area, with primary s energy and direction 3. generate charged leptons (and hadron cascades) inside the detector area with standard process (energy of secondary particles are smaller than primary) 24

42 Benchmark Mode 25

43 gevgen_simpledriver 26

44 gevgen_i3 Basically same as gevgen (with GMCJDriver) : Primary flux is always E-1 Interaction vertex is uniformly distributed in detection volume (no position weight) Should perform exactly same as genie-icetray Weighted option is available (Word Weight used in Genie is a little different from what we usually use : it s the interaction weight but doesn t mean 1 - Psurv.) 27

45 Weight difference IntWeight : 1 - exp (- n*x*sigma) IntWeight_lowE : n*x*sigma IceOnly IceRock 28

46 Vertex positions (weighted) 29

dcorsika update Dmitry Chirkin University of California at Berkeley, USA

dcorsika update Dmitry Chirkin University of California at Berkeley, USA dcorsika update Dmitry Chirkin chirkin@physics.berkeley.edu University of California at Berkeley, USA Abstract Release 6.6 of CORSIKA contains an important update that has improved the curved atmosphere

More information

Cascade Reconstruction in AMANDA

Cascade Reconstruction in AMANDA Cascade Reconstruction in AMANDA M. Kowalski 1 and I. Taboada 1 DESY-Zeuthen, Platanenalle 6, D-15735 Zeuthen, Germany Physics and Astronomy Dept., University of Pennsylvania, Philadelphia PA 191-6396,

More information

L2-Hitcleaning and other L2 tests. Matthias Danninger. - ed - RT -

L2-Hitcleaning and other L2 tests. Matthias Danninger. - ed - RT - Old FE NFE L2-Hitcleaning and other L2 tests - ed - RT - Overview NFE vs oldfe http://icecube.wisc.edu/~mda65/ic79/studies/nfe_fe_new.htm details about study different parameters (position & time & reconstruction)

More information

DeepCore Veto Methods

DeepCore Veto Methods DeepCore Veto Methods Sebastian Euler RWTH Aachen University Novel Searches for Dark Matter 2010 Workshop July 5 2010, Ohio State University 1 Outline IceCube + DeepCore Veto: First Ideas Stage 1: Velocity

More information

OPERA: A First ντ Appearance Candidate

OPERA: A First ντ Appearance Candidate OPERA: A First ντ Appearance Candidate Björn Wonsak On behalf of the OPERA collaboration. 1 Overview The OPERA Experiment. ντ Candidate Background & Sensitivity Outlook & Conclusions 2/42 Overview The

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

Performance of FPCCD vertex detector. T. Nagamine Tohoku University Feb 6, 2007 ACFA 9, IHEP,Beijin

Performance of FPCCD vertex detector. T. Nagamine Tohoku University Feb 6, 2007 ACFA 9, IHEP,Beijin Performance of FPCCD vertex detector T. Nagamine Tohoku University Feb 6, 27 ACFA 9, IHEP,Beijin Outline FPCCD and Vertex Detector Structure Impact Parameter Resolution Pair Background in Vertex Detector

More information

Locating the neutrino interaction vertex with the help of electronic detectors in the OPERA experiment

Locating the neutrino interaction vertex with the help of electronic detectors in the OPERA experiment Locating the neutrino interaction vertex with the help of electronic detectors in the OPERA experiment S.Dmitrievsky Joint Institute for Nuclear Research, Dubna, Russia LNGS seminar, 2015/04/08 Outline

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

Starting a Data Analysis

Starting a Data Analysis 03/20/07 PHY310: Statistical Data Analysis 1 PHY310: Lecture 17 Starting a Data Analysis Road Map Your Analysis Log Exploring the Data Reading the input file (and making sure it's right) Taking a first

More information

ULTRA-HIGH ENERGY NEUTRINO SEARCH WITH THE ASKARYAN RADIO ARRAY

ULTRA-HIGH ENERGY NEUTRINO SEARCH WITH THE ASKARYAN RADIO ARRAY ULTRA-HIGH ENERGY NEUTRINO SEARCH WITH THE ASKARYAN RADIO ARRAY PoS(ICRC2017)966 Ming-Yuan Lu for the ARA collaboration Wisconsin IceCube Particle Astrophysics Center, Madison, WI, USA 35th International

More information

Charged Particle Reconstruction in HIC Detectors

Charged Particle Reconstruction in HIC Detectors Charged Particle Reconstruction in HIC Detectors Ralf-Arno Tripolt, Qiyan Li [http://de.wikipedia.org/wiki/marienburg_(mosel)] H-QM Lecture Week on Introduction to Heavy Ion Physics Kloster Marienburg/Mosel,

More information

Update on Energy Resolution of

Update on Energy Resolution of Update on Energy Resolution of the EMC Using µµγ Sample David Hopkins Royal Holloway, University of London EMC Reconstruction Workshop, December 5 th, 2004 Outline Study of photon energy resolution Compare

More information

v GMS 10.0 Tutorial UTEXAS Dam with Seepage Use SEEP2D and UTEXAS to model seepage and slope stability of an earth dam

v GMS 10.0 Tutorial UTEXAS Dam with Seepage Use SEEP2D and UTEXAS to model seepage and slope stability of an earth dam v. 10.0 GMS 10.0 Tutorial Use SEEP2D and UTEXAS to model seepage and slope stability of an earth dam Objectives Learn how to build an integrated SEEP2D/UTEXAS model in GMS. Prerequisite Tutorials SEEP2D

More information

DD2429 Computational Photography :00-19:00

DD2429 Computational Photography :00-19:00 . Examination: DD2429 Computational Photography 202-0-8 4:00-9:00 Each problem gives max 5 points. In order to pass you need about 0-5 points. You are allowed to use the lecture notes and standard list

More information

Spring 2010 Research Report Judson Benton Locke. High-Statistics Geant4 Simulations

Spring 2010 Research Report Judson Benton Locke. High-Statistics Geant4 Simulations Florida Institute of Technology High Energy Physics Research Group Advisors: Marcus Hohlmann, Ph.D. Kondo Gnanvo, Ph.D. Note: During September 2010, it was found that the simulation data presented here

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

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

Track reconstruction for the Mu3e experiment based on a novel Multiple Scattering fit Alexandr Kozlinskiy (Mainz, KPH) for the Mu3e collaboration

Track reconstruction for the Mu3e experiment based on a novel Multiple Scattering fit Alexandr Kozlinskiy (Mainz, KPH) for the Mu3e collaboration Track reconstruction for the Mu3e experiment based on a novel Multiple Scattering fit Alexandr Kozlinskiy (Mainz, KPH) for the Mu3e collaboration CTD/WIT 2017 @ LAL-Orsay Mu3e Experiment Mu3e Experiment:

More information

Reflections and Refractions in Ray Tracing

Reflections and Refractions in Ray Tracing Reflections and Refractions in Ray Tracing Bram de Greve (bram.degreve@gmail.com) 10th October 2004 When you re writing a ray tracer, soon or late you ll stumble on the problem of reflection and refraction.

More information

A Topologic Approach to Particle Flow PandoraPFA

A Topologic Approach to Particle Flow PandoraPFA A Topologic Approach to Particle Flow PandoraPFA Mark Thomson University of Cambridge This Talk: Philosophy The Algorithm Some New Results Confusion Conclusions Outlook Cambridge 5/4/06 Mark Thomson 1

More information

A Topologic Approach to Particle Flow PandoraPFA

A Topologic Approach to Particle Flow PandoraPFA A Topologic Approach to Particle Flow PandoraPFA Mark Thomson University of Cambridge This Talk: Philosophy The Algorithm Some First Results Conclusions/Outlook LCWS06 Bangalore 13/3/06 Mark Thomson 1

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

Muon Collider Input ideas and proposals for the European Strategy Update

Muon Collider Input ideas and proposals for the European Strategy Update Padova July 3, 2018 Muon Collider Input ideas and proposals for the European Strategy Update Nadia Pastrone Enrico Fermi - American Physical Society, NY, Jan. 29th 1954 What can we learn with High Energy

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

Interferometric Neutrino Event Reconstruction in Inhomogeneous Media with the Askaryan Radio Array

Interferometric Neutrino Event Reconstruction in Inhomogeneous Media with the Askaryan Radio Array Interferometric Neutrino Event Reconstruction in Inhomogeneous Media with the Askaryan Radio Array M. Beheler-Amass, M. Beydler, A. Karle,, and M-Y. Lu Wisconsin IceCube Particle Astrophysics Center (WIPAC)

More information

Curves: We always parameterize a curve with a single variable, for example r(t) =

Curves: We always parameterize a curve with a single variable, for example r(t) = Final Exam Topics hapters 16 and 17 In a very broad sense, the two major topics of this exam will be line and surface integrals. Both of these have versions for scalar functions and vector fields, and

More information

arxiv:hep-ph/ v1 11 Mar 2002

arxiv:hep-ph/ v1 11 Mar 2002 High Level Tracker Triggers for CMS Danek Kotliński a Andrey Starodumov b,1 a Paul Scherrer Institut, CH-5232 Villigen, Switzerland arxiv:hep-ph/0203101v1 11 Mar 2002 b INFN Sezione di Pisa, Via Livornese

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

Lecture 4.5: Interpolation and Splines

Lecture 4.5: Interpolation and Splines Lecture 4.5: Interpolation and Splines D. Jason Koskinen koskinen@nbi.ku.dk Photo by Howard Jackman University of Copenhagen Advanced Methods in Applied Statistics Feb - Apr 2018 Niels Bohr Institute 2

More information

First results from the LHCb Vertex Locator

First results from the LHCb Vertex Locator First results from the LHCb Vertex Locator Act 1: LHCb Intro. Act 2: Velo Design Dec. 2009 Act 3: Initial Performance Chris Parkes for LHCb VELO group Vienna Conference 2010 2 Introducing LHCb LHCb is

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

Notes: The first step of the funnel was for Derek to send traffic to the Zippy Course landing page.

Notes: The first step of the funnel was for Derek to send traffic to the Zippy Course landing page. Notes: The first step of the funnel was for Derek to send traffic to the Zippy Course landing page. With the size of his social media following (Facebook: 55,188 Twitter: 49,700 ) this was as easy as making

More information

Game Engineering: 2D

Game Engineering: 2D Game Engineering: 2D CS420-2010F-07 Objects in 2D David Galles Department of Computer Science University of San Francisco 07-0: Representing Polygons We want to represent a simple polygon Triangle, rectangle,

More information

SENIOR HIGH MATH LEAGUE April 24, 2001 SECTION I: ONE POINT EACH

SENIOR HIGH MATH LEAGUE April 24, 2001 SECTION I: ONE POINT EACH GROUP V OPEN DIVISION TEST A Unless otherwise stated give exact answers. 1. Find the quotient when 8x 3 +1 is divided by 2 x + 1. 2. Given f ( x) = 5x 2b while g (x) = 4bx. If f (g(1)) = 36, what is g

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

Math 26: Fall (part 1) The Unit Circle: Cosine and Sine (Evaluating Cosine and Sine, and The Pythagorean Identity)

Math 26: Fall (part 1) The Unit Circle: Cosine and Sine (Evaluating Cosine and Sine, and The Pythagorean Identity) Math : Fall 0 0. (part ) The Unit Circle: Cosine and Sine (Evaluating Cosine and Sine, and The Pthagorean Identit) Cosine and Sine Angle θ standard position, P denotes point where the terminal side of

More information

LAr Event Reconstruction with the PANDORA Software Development Kit

LAr Event Reconstruction with the PANDORA Software Development Kit LAr Event Reconstruction with the PANDORA Software Development Kit Andy Blake, John Marshall, Mark Thomson (Cambridge University) UK Liquid Argon Meeting, Manchester, November 28 th 2012. From ILC/CLIC

More information

arxiv:astro-ph/ v2 29 Aug 2007

arxiv:astro-ph/ v2 29 Aug 2007 Light tracking through ice and water Scattering and absorption in heterogeneous media with PHOTONICS arxiv:astro-ph/0702108v2 29 Aug 2007 J. Lundberg a,, P. Miočinović b, K. Woschnagg c, T. Burgess d,

More information

MATHEMATICS FOR ENGINEERING TUTORIAL 5 COORDINATE SYSTEMS

MATHEMATICS FOR ENGINEERING TUTORIAL 5 COORDINATE SYSTEMS MATHEMATICS FOR ENGINEERING TUTORIAL 5 COORDINATE SYSTEMS This tutorial is essential pre-requisite material for anyone studying mechanical engineering. This tutorial uses the principle of learning by example.

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

HPS Data Analysis Group Summary. Matt Graham HPS Collaboration Meeting June 6, 2013

HPS Data Analysis Group Summary. Matt Graham HPS Collaboration Meeting June 6, 2013 HPS Data Analysis Group Summary Matt Graham HPS Collaboration Meeting June 6, 2013 Data Analysis 101 define what you want to measure get data to disk (by magic or whatever) select subset of data to optimize

More information

PoS(EPS-HEP2017)492. Performance and recent developments of the real-time track reconstruction and alignment of the LHCb detector.

PoS(EPS-HEP2017)492. Performance and recent developments of the real-time track reconstruction and alignment of the LHCb detector. Performance and recent developments of the real-time track reconstruction and alignment of the LHCb detector. CERN E-mail: agnieszka.dziurda@cern.ch he LHCb detector is a single-arm forward spectrometer

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

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

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

Math 11 Fall 2016 Section 1 Monday, October 17, 2016

Math 11 Fall 2016 Section 1 Monday, October 17, 2016 Math 11 Fall 16 Section 1 Monday, October 17, 16 First, some important points from the last class: f(x, y, z) dv, the integral (with respect to volume) of f over the three-dimensional region, is a triple

More information

Cherenkov detectors are used for charged

Cherenkov detectors are used for charged Particle Identification in Cherenkov Detectors using Convolutional Neural Networks Theodore Tomalty theo@tomalty.com University of Toronto Institute for Particle Physics October 13, 2016 Abstract Cherenkov

More information

Muon imaging for innovative tomography of large volume and heterogeneous cemented waste packages

Muon imaging for innovative tomography of large volume and heterogeneous cemented waste packages Muon imaging for innovative tomography of large volume and heterogeneous cemented waste packages This project has received funding from the Euratom research and training programme 2014-2018 under grant

More information

1. INTRODUCTION 2. MUON RECONSTRUCTION IN ATLAS. A. Formica DAPNIA/SEDI, CEA/Saclay, Gif-sur-Yvette CEDEX, France

1. INTRODUCTION 2. MUON RECONSTRUCTION IN ATLAS. A. Formica DAPNIA/SEDI, CEA/Saclay, Gif-sur-Yvette CEDEX, France &+(3/D-ROOD&DOLIRUQLD0DUFK 1 Design, implementation and deployment of the Saclay muon reconstruction algorithms (Muonbox/y) in the Athena software framework of the ATLAS experiment A. Formica DAPNIA/SEDI,

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

Data processing and storage in the Daya Bay Reactor Antineutrino Experiment

Data processing and storage in the Daya Bay Reactor Antineutrino Experiment Available online at www.sciencedirect.com Nuclear and Particle Physics Proceedings 273 275 (2016) 945 949 www.elsevier.com/locate/nppp Data processing and storage in the Daya Bay Reactor Antineutrino Experiment

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

Double Integrals in Polar Coordinates

Double Integrals in Polar Coordinates Double Integrals in Polar Coordinates. A flat plate is in the shape of the region in the first quadrant ling between the circles + and +. The densit of the plate at point, is + kilograms per square meter

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

Primary Vertex Reconstruction at LHCb

Primary Vertex Reconstruction at LHCb LHCb-PUB-214-44 October 21, 214 Primary Vertex Reconstruction at LHCb M. Kucharczyk 1,2, P. Morawski 3, M. Witek 1. 1 Henryk Niewodniczanski Institute of Nuclear Physics PAN, Krakow, Poland 2 Sezione INFN

More information

Tau ID systematics in the Z lh cross section measurement

Tau ID systematics in the Z lh cross section measurement Tau ID systematics in the Z lh cross section measurement Frank Seifert1 supervised by Arno Straessner1, Wolfgang Mader1 In collaboration with Michel Trottier McDonald2 Technische Universität Dresden 1

More information

Track reconstruction with the CMS tracking detector

Track reconstruction with the CMS tracking detector Track reconstruction with the CMS tracking detector B. Mangano (University of California, San Diego) & O.Gutsche (Fermi National Accelerator Laboratory) Overview The challenges The detector Track reconstruction

More information

HLT Hadronic L0 Confirmation Matching VeLo tracks to L0 HCAL objects

HLT Hadronic L0 Confirmation Matching VeLo tracks to L0 HCAL objects LHCb Note 26-4, TRIG LPHE Note 26-14 July 5, 26 HLT Hadronic L Confirmation Matching VeLo tracks to L HCAL objects N. Zwahlen 1 LPHE, EPFL Abstract This note describes the HltHadAlleyMatchCalo tool that

More information

Lecture 17 (Polarization and Scattering) Physics Spring 2018 Douglas Fields

Lecture 17 (Polarization and Scattering) Physics Spring 2018 Douglas Fields Lecture 17 (Polarization and Scattering) Physics 262-01 Spring 2018 Douglas Fields Reading Quiz When unpolarized light passes through an ideal polarizer, the intensity of the transmitted light is: A) Unchanged

More information

Parametric Curves, Polar Plots and 2D Graphics

Parametric Curves, Polar Plots and 2D Graphics Parametric Curves, Polar Plots and 2D Graphics Fall 2016 In[213]:= Clear "Global`*" 2 2450notes2_fall2016.nb Parametric Equations In chapter 9, we introduced parametric equations so that we could easily

More information

CS770/870 Spring 2017 Color and Shading

CS770/870 Spring 2017 Color and Shading Preview CS770/870 Spring 2017 Color and Shading Related material Cunningham: Ch 5 Hill and Kelley: Ch. 8 Angel 5e: 6.1-6.8 Angel 6e: 5.1-5.5 Making the scene more realistic Color models representing the

More information

3. Draw the orthographic projection (front, right, and top) for the following solid. Also, state how many cubic units the volume is.

3. Draw the orthographic projection (front, right, and top) for the following solid. Also, state how many cubic units the volume is. PAP Geometry Unit 7 Review Name: Leave your answers as exact answers unless otherwise specified. 1. Describe the cross sections made by the intersection of the plane and the solids. Determine if the shape

More information

Monte Carlo simulations

Monte Carlo simulations MC simulations Monte Carlo simulations Eirik Malinen Simulations of stochastic processes Interactions are stochastic: the path of a single ioniing particle may not be predicted Interactions are quantified

More information

Integral Geometry and the Polynomial Hirsch Conjecture

Integral Geometry and the Polynomial Hirsch Conjecture Integral Geometry and the Polynomial Hirsch Conjecture Jonathan Kelner, MIT Partially based on joint work with Daniel Spielman Introduction n A lot of recent work on Polynomial Hirsch Conjecture has focused

More information

Chapter 24. Wave Optics

Chapter 24. Wave Optics Chapter 24 Wave Optics Diffraction Huygen s principle requires that the waves spread out after they pass through slits This spreading out of light from its initial line of travel is called diffraction

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

Let s review the four equations we now call Maxwell s equations. (Gauss s law for magnetism) (Faraday s law)

Let s review the four equations we now call Maxwell s equations. (Gauss s law for magnetism) (Faraday s law) Electromagnetic Waves Let s review the four equations we now call Maxwell s equations. E da= B d A= Q encl ε E B d l = ( ic + ε ) encl (Gauss s law) (Gauss s law for magnetism) dφ µ (Ampere s law) dt dφ

More information

Scalable Concurrent Hash Tables via Relativistic Programming

Scalable Concurrent Hash Tables via Relativistic Programming Scalable Concurrent Hash Tables via Relativistic Programming Josh Triplett September 24, 2009 Speed of data < Speed of light Speed of light: 3e8 meters/second Processor speed: 3 GHz, 3e9 cycles/second

More information

CMS Muon Meeting. HLT DT Calibration. (on Data Challenge Dedicated Stream) G. Cerminara N. Amapane M. Giunta

CMS Muon Meeting. HLT DT Calibration. (on Data Challenge Dedicated Stream) G. Cerminara N. Amapane M. Giunta CMS Muon Meeting HLT DT Calibration (on Data Challenge Dedicated Stream) G. Cerminara N. Amapane M. Giunta Overview Goal: develop the tools for HLT calibration for DTs in ORCA Calibration algorithms +

More information

5/27/12. Objectives. Plane Curves and Parametric Equations. Sketch the graph of a curve given by a set of parametric equations.

5/27/12. Objectives. Plane Curves and Parametric Equations. Sketch the graph of a curve given by a set of parametric equations. Objectives Sketch the graph of a curve given by a set of parametric equations. Eliminate the parameter in a set of parametric equations. Find a set of parametric equations to represent a curve. Understand

More information

Progress on G4 FDIRC Simulation. Doug Roberts University of Maryland

Progress on G4 FDIRC Simulation. Doug Roberts University of Maryland Progress on G4 FDIRC Simulation Doug Roberts University of Maryland Since SLAC Workshop Spent some time trying to streamline and speed-up the reconstruction technique Needed quicker turnaround on resolution

More information

Exercise 1. Exercise 2. MAT 012 SS218 Worksheet 9 Sections Name: Consider the triangle drawn below. C. c a. A b

Exercise 1. Exercise 2. MAT 012 SS218 Worksheet 9 Sections Name: Consider the triangle drawn below. C. c a. A b Consider the triangle drawn below. C Exercise 1 c a A b B 1. Suppose a = 5 and b = 12. Find c, and then find sin( A), cos( A), tan( A), sec( A), csc( A), and cot( A). 2. Now suppose a = 10 and b = 24.

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

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

PROPERTIES AND CONSTRUCTION OF ICOSAHEDRA

PROPERTIES AND CONSTRUCTION OF ICOSAHEDRA PROPERTIES AND CONSTRUCTION OF ICOSAHEDRA The icosahedron is the most complicated of the five regular platonic solids. It consists of twenty equilateral triangle faces (F=0), a total of twelve vertices

More information

Intersection of an Oriented Box and a Cone

Intersection of an Oriented Box and a Cone Intersection of an Oriented Box and a Cone David Eberly, Geometric Tools, Redmond WA 98052 https://www.geometrictools.com/ This work is licensed under the Creative Commons Attribution 4.0 International

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

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

2009 Cascade Filter Proposal

2009 Cascade Filter Proposal 2009 Cascade Filter Proposal Eike Middell and Sebastian Panknin DESY Zeuthen and Humboldt University of Berlin 2008-12-05 / Group Meeting ike Middell and Sebastian Panknin (DESY and HU) 2009 Cascade Filter

More information

Solved with COMSOL Multiphysics 4.3a

Solved with COMSOL Multiphysics 4.3a Magnetic Lens Introduction Scanning electron microscopes image samples by scanning with a high-energy beam of electrons. The subsequent electron interactions produce signals such as secondary and back-scattered

More information

A 10-minute introduction to. SynRad+ A test-particle Monte Carlo simulator for synchrotron radiation

A 10-minute introduction to. SynRad+ A test-particle Monte Carlo simulator for synchrotron radiation A 10-minute introduction to SynRad+ A test-particle Monte Carlo simulator for synchrotron radiation 1 The basics First, let s learn the SynRad+ terminology and the interface in a few slides. Or, if you

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

CS F-07 Objects in 2D 1

CS F-07 Objects in 2D 1 CS420-2010F-07 Objects in 2D 1 07-0: Representing Polgons We want to represent a simple polgon Triangle, rectangle, square, etc Assume for the moment our game onl uses these simple shapes No curves for

More information

E0005E - Industrial Image Analysis

E0005E - Industrial Image Analysis E0005E - Industrial Image Analysis The Hough Transform Matthew Thurley slides by Johan Carlson 1 This Lecture The Hough transform Detection of lines Detection of other shapes (the generalized Hough transform)

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

Course Updates. Reminders: 1) Assignment #12 due today. 2) Polarization, dispersion. 3) Last HW (#13 posted) due Monday, May 3rd

Course Updates. Reminders: 1) Assignment #12 due today. 2) Polarization, dispersion. 3) Last HW (#13 posted) due Monday, May 3rd Course Updates http://www.phys.hawaii.edu/~varner/phys272-spr10/physics272.html Reminders: 1) Assignment #12 due today 2) Polarization, dispersion 3) Last HW (#13 posted) due Monday, May 3rd n 1 n 2 Total

More information

6.3 Creating and Comparing Quadratics

6.3 Creating and Comparing Quadratics 6.3 Creating and Comparing Quadratics Just like with exponentials and linear functions, to be able to compare quadratics, we ll need to be able to create equation forms of the quadratic functions. Let

More information

Run Or Walk In The Rain? (Orthogonal Projected Area of Ellipsoid)

Run Or Walk In The Rain? (Orthogonal Projected Area of Ellipsoid) ISR Journal of Applied Physics (ISR-JAP) e-issn: 2278-4861.Volume 7, Issue 2 Ver. I (Mar. - Apr. 2015), PP 139-150 www.iosrjournals.org Run r Walk In The Rain? (rthogonal Projected Area of Ellipsoid) Seongtaek

More information

ACT Math test Plane Geometry Review

ACT Math test Plane Geometry Review Plane geometry problems account for 14 questions on the ACT Math Test that s almost a quarter of the questions on the Subject Test. If you ve taken high school geometry, you ve probably covered all of

More information

Monte Carlo simulations. Lesson FYSKJM4710 Eirik Malinen

Monte Carlo simulations. Lesson FYSKJM4710 Eirik Malinen Monte Carlo simulations Lesson FYSKJM4710 Eirik Malinen MC simulations 1 Simulations of stochastic processes Interactions are stochastic: the path of a single ionizing particle may not be predicted Interactions

More information

v GMS 10.1 Tutorial UTEXAS Embankment on Soft Clay Introduction to the UTEXAS interface in GMS for a simple embankment analysis

v GMS 10.1 Tutorial UTEXAS Embankment on Soft Clay Introduction to the UTEXAS interface in GMS for a simple embankment analysis v. 10.1 GMS 10.1 Tutorial Introduction to the UTEXAS interface in GMS for a simple embankment analysis Objectives Learn how to build a simple UTEXAS model in GMS. Prerequisite Tutorials Feature Objects

More information

Meeting. Wataru OKAMURA 26/12/2011 Osaka ATLAS meeting

Meeting. Wataru OKAMURA 26/12/2011 Osaka ATLAS meeting Meeting Wataru OKAMURA 6// Osaka ATLAS meeting NTUP_HSG5ZHLL ZHllbb_boostedFilter.py (NTUP_HSG5ZHLL) Used dataset at least jet from CamKtLCTopoJets collection with pt>5 GeV either > electrons from the

More information

TPC Detector Response Simulation and Track Reconstruction

TPC Detector Response Simulation and Track Reconstruction TPC Detector Response Simulation and Track Reconstruction Physics goals at the Linear Collider drive the detector performance goals: charged particle track reconstruction resolution: δ(1/p)= ~ 4 x 10-5

More information

ACT SparkNotes Test Prep: Plane Geometry

ACT SparkNotes Test Prep: Plane Geometry ACT SparkNotes Test Prep: Plane Geometry Plane Geometry Plane geometry problems account for 14 questions on the ACT Math Test that s almost a quarter of the questions on the Subject Test If you ve taken

More information

ATLAS ITk Layout Design and Optimisation

ATLAS ITk Layout Design and Optimisation ATLAS ITk Layout Design and Optimisation Noemi Calace noemi.calace@cern.ch On behalf of the ATLAS Collaboration 3rd ECFA High Luminosity LHC Experiments Workshop 3-6 October 2016 Aix-Les-Bains Overview

More information

Someone else might choose to describe the closet by determining how many square tiles it would take to cover the floor. 6 ft.

Someone else might choose to describe the closet by determining how many square tiles it would take to cover the floor. 6 ft. Areas Rectangles One way to describe the size of a room is by naming its dimensions. So a room that measures 12 ft. by 10 ft. could be described by saying its a 12 by 10 foot room. In fact, that is how

More information

CALCULUS II. Parametric Equations and Polar Coordinates. Paul Dawkins

CALCULUS II. Parametric Equations and Polar Coordinates. Paul Dawkins CALCULUS II Parametric Equations and Polar Coordinates Paul Dawkins Table of Contents Preface... ii Parametric Equations and Polar Coordinates... 3 Introduction... 3 Parametric Equations and Curves...

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

Physics 1C. Lecture 22A. "There are two ways of spreading light: to be the candle or the mirror that reflects it." --Edith Wharton

Physics 1C. Lecture 22A. There are two ways of spreading light: to be the candle or the mirror that reflects it. --Edith Wharton Physics 1C Lecture 22A "There are two ways of spreading light: to be the candle or the mirror that reflects it." --Edith Wharton The Nature of Light An interesting question developed as to the nature of

More information