Optimizing Foam, A Monte Carlo Event Generator

Slides:



Advertisements
Similar presentations
Max Cut Problem Daniel Natapov.
Advertisements

From Quark to Jet: A Beautiful Journey Lecture 1 1 iCSC2014, Tyler Dorland, DESY From Quark to Jet: A Beautiful Journey Lecture 1 Beauty Physics, Tracking,
Markov-Chain Monte Carlo
Summary of Results and Projected Sensitivity The Lonesome Top Quark Aran Garcia-Bellido, University of Washington Single Top Quark Production By observing.
Searching for Single Top Using Decision Trees G. Watts (UW) For the DØ Collaboration 5/13/2005 – APSNW Particles I.
Fitting a Model to Data Reading: 15.1,
1 Hadronic In-Situ Calibration of the ATLAS Detector N. Davidson The University of Melbourne.
Cliff Rhyne and Jerry Fu June 5, 2007 Parallel Image Segmenter CSE 262 Spring 2007 Project Final Presentation.
1 Software Testing and Quality Assurance Lecture 5 - Software Testing Techniques.
Michele Faucci Giannelli, Mike Green, Veronique Boisvert, Fabrizio Salvatore, Tao Wu ILD Workshop, Cambridge, 12 September 2008 Sensitivity to the Higgs.
Monté Carlo Simulation MGS 3100 – Chapter 9. Simulation Defined A computer-based model used to run experiments on a real system.  Typically done on a.
LHC’s Second Run Hyunseok Lee 1. 2 ■ Discovery of the Higgs particle.
Introduction to MCMC and BUGS. Computational problems More parameters -> even more parameter combinations Exact computation and grid approximation become.
MINING MULTI-LABEL DATA BY GRIGORIOS TSOUMAKAS, IOANNIS KATAKIS, AND IOANNIS VLAHAVAS Published on July, 7, 2010 Team Members: Kristopher Tadlock, Jimmy.
Quest for omega mesons by their radiative decay mode in √s=200 GeV A+A collisions at RHIC-PHENIX ~Why is it “Quest”?~ Simulation Study Real Data Analysis.
Monte Carlo Process Risk Analysis for Water Resources Planning and Management Institute for Water Resources 2008.
Chapter 5: Hashing Part I - Hash Tables. Hashing  What is Hashing?  Direct Access Tables  Hash Tables 2.
Top mass error predictions with variable JES for projected luminosities Joshua Qualls Centre College Mentor: Michael Wang.
LIGO-G E Network Analysis For Coalescing Binary (or any analysis with Matched Filtering) Benoit MOURS, Caltech & LAPP-Annecy March 2001, LSC Meeting.
Femtoscopy in √s = 200 GeV p+p collisions at RHIC-PHENIX Andrew Glenn for the collaboration Lawrence Livermore National Lab HAW09: Joint APS/DNP JPS Meeting.
State Estimation and Kalman Filtering Zeeshan Ali Sayyed.
Solving Linear Systems by Graphing. Review: Linear Systems Linear systems are sets of linear equations that describe relationships between two or more.
We are :- Soma Datta, Pramit Ghosh and Debotosh Bhattacherjee
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.
Simon Dean UCL Christmas Meeting 15/12/2008 "A bit of fast simulation and ttH"
Study of Diboson Physics with the ATLAS Detector at LHC Hai-Jun Yang University of Michigan (for the ATLAS Collaboration) APS April Meeting St. Louis,
CS498-EA Reasoning in AI Lecture #19 Professor: Eyal Amir Fall Semester 2011.
1. 2 Old Efficiency Curve This is not an Apples to Apples comparison: ● SM PYTHIA includes off-shell Z, also allows inclusive decay of second Z.
A to Zh Tutorial Progress
Michael Carrigan Advisors: Kevin Black & Lidia Dell’Asta
Double and Multiple Sampling Plan
Digital Control CSE 421.
TNSmooth: Root Multi-dimensional PDFs
Determining the CP Properties of a Light Higgs Boson
Adaptive Median Filter
Muons from single top events for DC04
b-ID: p17 certification Version 1.0
Automated Tree-Level Feynman Diagram and Event Generation
W mass reconstruction and jet calibration in ttbar events
C++ coding standard suggestion… Separate reasoning from action, in every block. Hi, this talk is to suggest a rule (or guideline) to simplify C++ code.
Ashley Huff Dr. Ayana Arce Duke UniverSity REU
Methodologies By Akinola Soyinka.
Table 1. Advantages and Disadvantages of Traditional DM/ML Methods
Jean Ballet, CEA Saclay GSFC, 31 May 2006 All-sky source search
ttH (Hγγ) search and CP measurement
Research in Computational Molecular Biology , Vol (2008)
γ γ-> hadron Background Events at CLIC
QCD Radiative Corrections for the LHC
Test of PWA Reliability at BES
ATLAS: Missing Transverse Energy in the Search for Supersymmetry
Multi-dimensional likelihood
Data Analysis in Particle Physics
Computer Science cpsc322, Lecture 13
Analysis Update: Mean Charged Multiplicity in DIS
Enhanced Single-Loop Control Strategies
mEEC: A Novel Error Estimation Code with Multi-Dimensional Feature
by M. Della Negra, P. Jenni, and T. S. Virdee
Project on H →ττ and multivariate methods
Fast Track Fitting in the SiD01 Detector
ttbar Cross-Section Studies leading to ttbar Resonance
Probabilistic Databases
Ensemble learning Reminder - Bagging of Trees Random Forest
The Engineering of Functional Designs in the Game of Life Computer Systems Lab June 10, 2008 Liban Mohamed Abstract First, this project endeavours.
Top mass measurements at the Tevatron and the standard model fits
SUSY SEARCHES WITH ATLAS
Z-path 2014 comparisons to ATLAS
Quarknet Syracuse Summer Institute Strong Forces, finale
Progress for search of neutral Supersymmetric Higgs boson h/A
Outline Physics Motivation Technique Results
Measurement of the Single Top Production Cross Section at CDF
Presentation transcript:

Optimizing Foam, A Monte Carlo Event Generator Thomas Sandell February 1, 2016 University of Michigan

Overreaching Project Goal Find ttH collisions easily from the ATLAS experiment and quickly filter out “noisy” collisions, specifically ttbar collisions

The Higgs Boson

Problems with Finding Higgs Background decays occur much more often than Higgs decays These processes look very similar, and it is difficult to filter out background decays, making finding the Higgs very difficult Need to find an effective way to filter out the noise and find where a Higgs is actually formed

A Solution: The Foam Method Foam is a probability-density estimation method Essentially, split an n-dimensional space into many many hyperrectangles and measure the probability density in each space Treat this as a look-up table to compare events and check if they satisfy the traits of a ttbar event Each “dimension” is actually an input variable

Foam Modeling a 5-D Distribution

Problems with Foam Most physics problems are not 5-D, and require many more bins Especially if there are strongly peaked functions, many bins are required to estimate the functions accurately We can use coordinate transformations to change most strongly peaked functions into more reasonable functions, but running foam on a 16-D function still takes multiple days

Why this isn’t a big deal Luckily, Foam does not have to run each time we compare an event to a sample distribution It is only ran once on sample events or a sample function, and then the output is compared with the distribution output However, for development purposes it would still be great if foam ran much faster than it currently does

A solution: Running Multiple Processes A huge inefficiency with foam is that because it takes advantage of self-adapting binning, you cannot split up multiple cells at the same time However, if we spend a lot of computing power (2-3 minutes of processing time) to find the absolute optimal first few cuts, we can split each “subfoam” into separate processes, making the code run in an eighth of the time

My Initial Project! First, spend a lot of computing time finding the optimal split point(s) of the foam Next, create a subfoam for each of the split hyperrectangles of the foam Finally, combine each of these subfoams into one “master foam” which will be returned by the program

Without Multiple Processes

First Half

Second Half

Combined

My Projects at CERN In the long run, I will be working on optimizing the Foam code in general Once I implement multithreading, I will continue to work on other Foam issues For instance, I will be combining the functionality of a foam that works with inputting sample events and this foam, which works on inputted functions

My Projects in Europe

Citations Foam: A General-Purpose Cellular Monte Carlo Event Generator. S. Jadach, 2002 PDE-Foam – a probability-density estimation method using self-adapting phase-space binning. Dannheim et al., 2008 Search for the Standard Model Higgs boson produced in association with top quarks and decaying into a bb pair in pp collisions at sqrt(s) = 13 TeV with the ATLAS detector. The Atlas Collaboration, 2016