A to Zh Tutorial Progress

Slides:



Advertisements
Similar presentations
Grid in action: from EasyGrid to LCG testbed and gridification techniques. James Cunha Werner University of Manchester Christmas Meeting
Advertisements

Scoping study -detectors Alain Blondel A simulation of the basic detector component is now available and ready for event production. Before to go into.
To run the program: To run the program: You need the OS: You need the OS:
Kalman Tracking for Image Processing Applications Student : Julius Oyeleke Supervisor : Dr Martin Glavin Co-Supervisor : Dr Fearghal Morgan.
17-19 Oct, 2007Geant4 Japan Oct, 2007Geant4 Japan Oct, 2007Geant4 Japan 2007 Geant4 Japan.
Cluster currently consists of: 1 Dell PowerEdge Ghz Dual, quad core Xeons (8 cores) and 16G of RAM Original GRIDVM - SL4 VM-Ware host 1 Dell PowerEdge.
System Development Life Cycle. The Cycle When creating software, hardware, or any kind of product you will go through several stages, we define these.
Compiled Matlab on Condor: a recipe 30 th October 2007 Clare Giacomantonio.
Developing C/C++ applications with the Eclipse CDT David Gallardo.
Introduction to Systems Programming (CS 0449) PalmOS Tools: Developer Studio & Cygwin.
Replay Compilation: Improving Debuggability of a Just-in Time Complier Presenter: Jun Tao.
Programming with Visual C++: Concepts and Projects Chapter 2B: Reading, Processing and Displaying Data (Tutorial)
Andreas Morsch, CERN EP/AIP CHEP 2003 Simulation in ALICE Andreas Morsch For the ALICE Offline Project 2003 Conference for Computing in High Energy and.
Geant4 in production: status and developments John Apostolakis (CERN) Makoto Asai (SLAC) for the Geant4 collaboration.
The CMS Simulation Software Julia Yarba, Fermilab on behalf of CMS Collaboration 22 m long, 15 m in diameter Over a million geometrical volumes Many complex.
Online Reconstruction 1M.Ellis - CM th October 2008.
HIGUCHI Takeo Department of Physics, Faulty of Science, University of Tokyo Representing dBASF Development Team BELLE/CHEP20001 Distributed BELLE Analysis.
Top Physics Analysis for Future Circular Colliders Herbie Smith Advisor: Clement Helsens.
20 October 2005 LCG Generator Services monthly meeting, CERN Validation of GENSER & News on GENSER Alexander Toropin LCG Generator Services monthly meeting.
OCR A Level F453: The function and purpose of translators Translators a. describe the need for, and use of, translators to convert source code.
Why do F77 always spoil the landscape ?. Several ideas … slide 2.
PHENIX Simulation System 1 September 8, 1999 Simulation Work-in-Progress: ROOT-in-PISA Indrani Ojha Banaras Hindu University and Vanderbilt.
P.Miné Visu CMS1 Philippe Miné LLR, Ecole Polytechnique, IN2P3/CNRS, France Introduction Views and options Tutorial Demonstration Practice Visualization.
MANAGEMENT INFORMATION SYSTEM
Status of Sirene Maarten de Jong. What?  Sirene is a program that simulates the detector response to muons and showers  It is based on the formalism.
Status of the Higgs to tau tau analysis Carlos Solans Cristobal Cuenca.
Makefiles CSSE 332 Operating Systems
Android Mobile Application Development
ICS143a 2017 Programming Assignment
Installing Java on a Home machine
Discussion on best practice in labelling MC predictions in EXP plots
RADIATIVE CORRECTIONS TO IN PANDAROOT
GEANT4 for Future Linear Colliders
Processes and threads.
Software Tango Meeting - May 2011 N. Leclercq on behalf of the SOLEIL Computing Team.
Progress on NA61/NA49 software virtualisation Dag Toppe Larsen Wrocław
Automated Tree-Level Feynman Diagram and Event Generation
Simulating New Physics at the LHC
Complex Geometry Visualization TOol
Visualization of embedding
FCC Software Status Readiness for FCC-ee Physics
EvtGen Miniworkshop, Patrick Robbe LAL Orsay, 21 Jan 2005
Patrick Robbe, LAL Orsay, 13 May 2004
Studies of prompt photon identification and 0 isolation in first p-p collisions at √s=10 TeV May 20, 2009 Meeting Frascati Raphaëlle Ichou.
Aobo Li University of Washington
Objectives Identify the built-in data types in C++
Status of MC activities
Event driven architectures
FCC HtCondor Submission:
User Documents and Examples I
Implementation of Simulation
Yi Bao Supervisor: Rolf Oldeman July 19th,
Optimizing Foam, A Monte Carlo Event Generator
Bomgar Remote support software
Microsoft Office Error Code Call
Grid Canada Testbed using HEP applications
DHCP, DNS, Client Connection, Assignment 1 1.3
Installing Java on a Home machine
Cmake Primer.
Silicon Tracking with GENFIT
Linear Collider Simulation Tools
What’s new in version 5 of GAUDI
Simulation in a Distributed Computing Environment
Use of Geant4 in experiment interactive frameworks AliRoot
Geant4 Workshop 02 October 2002, CERN Hajime Yoshida
2 Getting Started.
2 Getting Started.
Linear Collider Simulation Tools
Rare and Forbidden Decays in the Standard Model
CMPE 135: Object-Oriented Analysis and Design March 14 Class Meeting
Presentation transcript:

A to Zh Tutorial Progress John W. Spencer

Objective Simulate A to Zh process Filter out background process

Preliminaries / Motivation To simulate pp > A > Zh process requires a proper framework of software in place C++ / Linux / ROOT Obtained through tutorials and practice Underlying Collider Physics arxiv.org/pdf/1002.0274v2.pdf cds.cern.ch/record/1637776/files/HIG-13-025-pas.pdf

Linux, C++, ROOT Crash incapacitates Windows 2003 computer Running Linux via Cygwin terminal on Windows 7 laptop Installed / Using Windows version of ROOT6 while setting up Linux

MadGraph Responsible for Monte Carlo simulations Generates events from input models and definitions MadGraph simulates on parton level Individual quarks/gluons show up, violating colour Events output to LHE File

Pythia Continues the simulation from MadGraph Color/charge of partons causes radiation of gluons/leptons, further decays cascade Output saved to LHE and HEP files Requires code modification before compiling Note: This code may not be needed in the future $ awk '{gsub("LINKS = mass_width_2004.mc pgs clean_output PDFsets pydata.f", "LINKS = mass_width_2004.mc PDFsets pydata.f")}1' Makefile > Makefile_tmp && mv Makefile_tmp Makefile

Delphes Takes HEP file as input and outputs ROOT file Simulates the detector response to the particle shower from earlier stages of simulation Real detectors have difficulty measuring low pT and high η so Delphes simulates this with variable detection efficiency Also implements smearing to simulate uncertainty in measured energies/momenta

Issues and Difficulties ROOT cannot compile “recipe for target 'core/utils/src/rlibmap.o' failed” Currently looking into solutions Apparent ROOT/Cygwin compatibility problem Macros don’t run in ROOT for Windows Local glitch, works on other windows machines

Current Status / Future Goals Currently finishing Level 1 Resolve technological obstacles and OS problems Move on to actual simulation within next few days Work on truth particle study by next week