Boosted Top Tagging with Deep Neural Networks

Size: px
Start display at page:

Download "Boosted Top Tagging with Deep Neural Networks"

Transcription

1 Boosted Top Tagging with Deep Neural Networks Jannicke Pearkes University of British Columbia, Engineering Physics Wojtek Fedorko, Alison Lister, Colin Gay Inter-Experimental Machine Learning Workshop March 22 nd, 2017

2 Overview Introduction Method Monte Carlo Samples Network architecture & training Results Preprocessing P T dependence Pileup dependence Learning what is being learnt Next Steps 2

3 Introduction Low top p T High top p T W boost W b Image: Emily Thompson b Train a deep neural network to discriminate between jets originating from top quarks and those originating from QCD background 3

4 Monte Carlo Samples Signal: Z to ttbar Background: Dijet Generated with PYTHIA v8.219 NNPDF23 LO AS 0130 QED PDF DELPHES v3.4.0 using default CMS card Jets clustered using DELPHES energy-flow objects Anti-k T jets selected with R = Trimming performed with k T algorithm and R = 0.2, p T frac = 5% Signal jets are selected where a truth top decays hadronically within ΔR= 0.75 of a large radius jet Jets are required to have η <= 2.0 Jets are subsampled to be flat in p T and signal-matched in eta Looking at jets with p T between GeV ~ 4 million signal jets and ~4 million background jets Sample divided into 80%, 10%, 10% for training, validation and testing 4

5 Examples of Jet Images Signal jet with pt =781GeV 10 0 Signal jet with pt =1480GeV 10 0 Signal jet with pt =2358GeV Translated azimuthal angle Jet pt per pixel [GeV] Translated azimuthal angle Jet pt per pixel [GeV] Translated azimuthal angle Jet pt per pixel [GeV] Translated pseudorapidity Translated pseudorapidity Translated pseudorapidity 10 4 Background jet with pt =702GeV 10 0 Background jet with pt =1370GeV 10 0 Background jet with pt =2376GeV Translated azimuthal angle Jet pt per pixel [GeV] Translated azimuthal angle Jet pt per pixel [GeV] Translated azimuthal angle Jet pt per pixel [GeV] Translated pseudorapidity Translated pseudorapidity Translated pseudorapidity 10 4 Jet images are typically very sparse roughly 5-10% pixel activation on average if using a 0.1x0.1 grid [1] [1] L. de Oliveira, M. Kagan, L. Mackey, B. Nachman, and A. Schwartzman, Jet-images -- deep learning edition, JHEP 07 (2016) 069, arxiv: [hep-ph]. 5

6 Neural Network Inputs Use sequence of jet constituents rather than image Advantages: No loss of information due to pixelization in an image Inputs are more information dense Using 120 constituents average activation is 30%-50% 6

7 Training and Network Architecture Network Type Number of layers Number of free parameters Activation function Optimizer Loss Fully connected 5, [300,150,50,10,5,1] 41,323 Rectified linear units, sigmoid on output Adam Binary Cross-Entropy Early Stopping Patience of 5 Implemented with Keras Initially planned on using an LSTM, but ended up using a fully connected network We found that performance between the LSTM and the fully connected network was very similar, but the deep networks were much faster to train (~10 times) which allowed for faster experimentation with preprocessing techniques and network architectures 7

8 Preprocessing

9 Preprocessing Large radius, R =, jets are trimmed using subjets R = 0.2 found with the k T algorithm with and p T frac = 5% Order subjets by subjet p T and jet constituent p T within each subjet We use only the 120 highest p T jet constituents Perform preprocessing using domain knowledge about the physics at hand 9

10 No Preprocessing 10 3 Jet p T = GeV Trimming only Background Rejection Trimming only AUC = 0.83 R ϵ = 50% = 8.85 R ϵ = 80% = Top Tagging Efficiency 10

11 Scale Scale p T of all jet constituents by a common factor to ensure that the constituent p T is approximately between 0 and 1 11

12 Scale 10 3 Jet p T = GeV Trimming only Scale Background Rejection Scaling AUC = R ϵ = 50% = 21.3 R ϵ = 80% = Top Tagging Efficiency 12

13 Translate Center jet about highest p T subjet in η, φ plane 13

14 Translate 10 3 Jet p T = GeV Trimming only Scale Translation Background Rejection Translation AUC = R ϵ = 50% = 33.2 R ϵ = 80% = Top Tagging Efficiency 14

15 Rotate Designed method of rotations to preserve jet mass Transform p ', η, φ into p ), p *,, p + Rotate so that second highest p T subjet is aligned with negative y-axis: Transform (p ), p *,, p + ) back to p ', η, φ 15

16 Rotate 10 3 Jet p T = GeV Trimming only Scale Translation Rotation Background Rejection Rotation AUC = R ϵ = 50% = 42.3 R ϵ = 80% = Top Tagging Efficiency 16

17 Flip Third subjet is not constrained, but can be moved to right half of plane Flip jet if average p T is in left half of plane 17

18 Flip Background Rejection Flip AUC = R ϵ = 50% = 44.3 R ϵ = 80% = 9.75 Jet p T = GeV Trimming only Scale Translation Rotation Flip Top Tagging Efficiency 18

19 Performance on Truth vs Reconstructed Jets

20 Performance after preprocessing 10 3 Jet p T = GeV DNN, truth 32,truth DNN, reco 32, reco Background Rejection Top Tagging Efficiency 20

21 Performance at 50% overall Signal Efficiency Truth Jets Reconstructed Jets Signal efficiency Signal efficiency Background rejection Jet p T [GeV] Background rejection Signal efficiency Signal efficiency Background rejection Jet p T [GeV] Background rejection AUC = R ϵ = 50% = 66 R ϵ = 80% = 13 AUC = R ϵ = 50% = 44 R ϵ = 80% =

22 Pileup

23 Performance at different levels of pileup 10 3 Jet p T = GeV No pile up Pile up = 23 Pile up = 50 Background Rejection Top Tagging Efficiency Extremely stable performance with respect to pileup 23

24 Performance at different levels of pileup Signal efficiency Background rejection Signal efficiency: No pile up Signal efficiency: Pile up = 23 Signal efficiency: Pile up = Jet p T [GeV] 24 Background rejection: No pile up Background rejection: Pile up = 23 Background rejection: Pile up = 50 p T dependence also stable with respect to pileup 10 0

25 Learning what is being learnt

26 Jet Mass Background Jets Flat p T distribution 600 < jet p T < 2500 GeV DNN output P(Jet mass [GeV] DNN output) Signal Background Jet mass [GeV] Jet mass [GeV] 26

27 Jet Mass Background Jets Flat p T distribution 600 < jet p T < 2500 GeV DNN output P(Jet mass [GeV] DNN output) Signal Background Jet mass [GeV] Jet mass [GeV] 27

28 Next Steps Short term: We plan to revisit LSTMs Thorough Bayesian hyper-parameter optimization Longer term: Both top and W tagging with deep neural networks now reasonably well-established on Monte Carlo But does it work on data? Start working towards evaluating the performance of these techniques on data Investigate effects of systematics and strategies for mitigating the impact of systematics 28

29 Thank you! 29

30 W-tagging performance on truth QCD-Aware Recursive Neural Networks for Jet Physics. Louppe, Cho, Becot, Cranmer 30

31 Zooming Parton Shower Uncertainties in Jet Substructure Analyses with Deep Neural Networks Barnard, Dawe, Dolan, Rajcic 31

32 Performance when trained and tested on different levels of pileup Signal efficiency Signal efficiency: NN trained on µ = 0 tested on µ =0 Signal efficiency: NN trained on µ = 0 tested on µ =23 Signal efficiency: NN trained on µ = 0 tested on µ =50 Background rejection: NN trained on µ = 0 tested on µ =0 Background rejection: NN trained on µ = 0 tested on µ =23 Background rejection: NN trained on µ = 0 tested on µ = Jet p T [GeV] - Examined how a neural network trained at one pileup level performs on another level of pileup - NN seems relatively robust to changes in pileup expected at the LHC in the next few years Background rejection Signal efficiency Signal efficiency Signal efficiency: NN trained on µ = 23 tested on µ =0 Signal efficiency: NN trained on µ = 23 tested on µ =23 Signal efficiency: NN trained on µ = 23 tested on µ =50 Background rejection: NN trained on µ = 23 tested on µ =0 Background rejection: NN trained on µ = 23 tested on µ =23 Background rejection: NN trained on µ = 23 tested on µ = Jet p T [GeV] Signal efficiency: NN trained on µ = 50 tested on µ =0 Signal efficiency: NN trained on µ = 50 tested on µ =23 Signal efficiency: NN trained on µ = 50 tested on µ =50 Background rejection: NN trained on µ = 50 tested on µ =0 Background rejection: NN trained on µ = 50 tested on µ =23 Background rejection: NN trained on µ = 50 tested on µ = Jet p T [GeV] Background rejection Background rejection 32

33 Jet Mass Background Jets Flat p T distribution 600 < jet p T < 2500 GeV DNN output P(Jet mass [GeV] DNN output) Signal Background Jet mass [GeV] Jet mass [GeV] 33

34 32 Background Jets Flat p T distribution 600 < jet p T < 2500 GeV Signal Background DNN output DNN output) P( 32 wta wta

Quark/Gluon Discrimination with Jet-Images and Deep Learning

Quark/Gluon Discrimination with Jet-Images and Deep Learning Quark/Gluon Discrimination with Jet-Images and Deep Learning BOOST 2017 Patrick T. Komiske Center for Theoretical Physics, Massachusetts Institute of Technology Based on arxiv:1612.01551 PTK, Eric M. Metodiev,

More information

Pre-Processing and Re-Weighting Jet Images with Different Substructure Variables

Pre-Processing and Re-Weighting Jet Images with Different Substructure Variables Pre-Processing and Re-Weighting Jet Images with Different Substructure Variables Lynn Huynh University of California, Davis Department of Mechanical Engineering CERN Work Project Report CERN, ATLAS, Jet

More information

GAN Applications in High Energy Particle Physics

GAN Applications in High Energy Particle Physics 75.2355 7.5927 GAN Applications in High Energy Particle Physics Benjamin Nachman Lawrence Berkeley National Laboratory with collaborators Michela Paganini and Luke de Oliveira Outline: DNN with HEP images

More information

Boosted Top Tagging with Neural Networks

Boosted Top Tagging with Neural Networks Boosted Top Tagging with Neural Networks Maxim Perelstein Cornell CMS Group Physics Retreat, March 5 2015 Based on work with Leo Almeida, Mihailo Backovic, Mathieu Cliche, Seung Lee [arxiv:1501.05968 +

More information

Image Processing, Computer Vision, and Deep Learning: new approaches to the analysis and physics interpretation of LHC events

Image Processing, Computer Vision, and Deep Learning: new approaches to the analysis and physics interpretation of LHC events Journal of Physics: Conference Series PAPER OPEN ACCESS Image Processing, Computer Vision, and Deep Learning: new approaches to the analysis and physics interpretation of LHC events o cite this article:

More information

Boosted hadronic object identification using jet substructure in ATLAS Run-2

Boosted hadronic object identification using jet substructure in ATLAS Run-2 Boosted hadronic object identification using jet substructure in ATLAS Run-2 Emma Winkels on behalf of the ATLAS collaboration HEPMAD18 Outline Jets and jet substructure Top and W tagging H bb tagging

More information

Effects of Jet Substructure Selection in

Effects of Jet Substructure Selection in Effects of Jet Substructure Selection in tt WbWb µνbqqb Ziggy Zacks Wesleyan University July 31, 2012 1 / 29 Optimization Optimize data selection from the semi-leptonic boosted tops analysis. Specifically

More information

Classifaction of gg gh against qg qh

Classifaction of gg gh against qg qh Jet Variables, Machine Learning, Box vs Triangle Diagrams Joshua Lin + Ben Nachman joshua.z.lin@gmail.com LBNL, Berkeley 2018 January 8-12 Conference, LBNL Introduction 2 These days, we understand very

More information

bb and TopTagging in ATLAS

bb and TopTagging in ATLAS X bb and TopTagging in ATLAS Mike Nelson, University of Oxford michael.nelson@physics.ox.ac.uk Focus of the discussion I want to try and achieve two things: Introduce the basic tools employed in ATLAS

More information

Large R jets and boosted. object tagging in ATLAS. Freiburg, 15/06/2016. #BoostAndNeverLookBack. Physikalisches Institut Universität Heidelberg

Large R jets and boosted. object tagging in ATLAS. Freiburg, 15/06/2016. #BoostAndNeverLookBack. Physikalisches Institut Universität Heidelberg Large R jets and boosted object tagging in ATLAS Christoph Anders Physikalisches Institut Universität Heidelberg #BoostAndNeverLookBack Freiburg, 15/06/2016 ??? Cambridge-Aachen 2 arxiv:1506.00962 Higgs

More information

THE MULTIPLICIY JUMP! FINDING B S IN MULTI-TEV JETS W/O TRACKS

THE MULTIPLICIY JUMP! FINDING B S IN MULTI-TEV JETS W/O TRACKS 1 THE MULTIPLICIY JUMP! FINDING B S IN MULTI-TEV JETS W/O TRACKS TODD HUFFMAN, OXFORD UNIVERSITY THOMAS RUSSELL, CURRENTLY @ BLOOMBERG L.P. JEFF TSENG, OXFORD UNIVERSITY ARXIV:1701.06832 ALSO: 2016 J.PHYS.

More information

Distinguishing quark and gluon jets at the LHC

Distinguishing quark and gluon jets at the LHC Distinguishing quark and jets at the LHC Giorgia Rauco (on behalf of the ALAS and CMS Collaborations) Universität Zürich, Zürich, Switzerland Abstract: Studies focused on discriminating between jets originating

More information

Jets in the 21st Century

Jets in the 21st Century LoLa Jets in the 2st Century Universität Heidelberg Mainz /28 LoLa Rise of the Machines Brief history of jets 994 jet-algo W -tagger for heavy Higgs [Seymour] 994 jet-algo top tagger for fun [Seymour]

More information

Jet physics in ATLAS. Paolo Francavilla. IFAE-Barcelona. Summer Institute LNF , QCD, Heavy Flavours and Higgs physics

Jet physics in ATLAS. Paolo Francavilla. IFAE-Barcelona. Summer Institute LNF , QCD, Heavy Flavours and Higgs physics Jet physics in ATLAS IFAE-Barcelona Summer Institute LNF-2012-2, QCD, Heavy Flavours and Higgs physics Frascati National Laboratories 27 June 2012 Jets in the LHC era At the Large Hadron Collider (LHC),

More information

QCD Jets: Rise of the Machines

QCD Jets: Rise of the Machines QCD Jets: Rise of the Machines Universität Heidelberg Budapest 7/217 Fat jets Boosted particles at the LHC 1994 boosted W 2 jets from heavy Higgs [Seymour] 1994 boosted t 3 jets [Seymour] 26 boosted t

More information

QCD Jets at the LHC. Leonard Apanasevich University of Illinois at Chicago. on behalf of the ATLAS and CMS collaborations

QCD Jets at the LHC. Leonard Apanasevich University of Illinois at Chicago. on behalf of the ATLAS and CMS collaborations QCD Jets at the LHC Leonard Apanasevich University of Illinois at Chicago on behalf of the ATLAS and CMS collaborations Outline Physics at the LHC Jet Reconstruction and Performance Clustering Algorithms

More information

Substructure at CMS:

Substructure at CMS: Substructure at CMS: Experimental Perspective (SUNY Buffalo) Terajets 2013: Using Jet Substructure 1 Introduction Use one example analysis (Z tt all hadronic) to bring up some experimental discussion topics

More information

Jet substructure, top tagging & b-tagging at high pt Pierre-Antoine Delsart and Jeremy Andrea

Jet substructure, top tagging & b-tagging at high pt Pierre-Antoine Delsart and Jeremy Andrea Jet substructure, top tagging & b-tagging at high pt Pierre-Antoine Delsart and Jeremy Andrea Laboratoire de Physique Subatomique et Corpusculaire CNRS/IN2P3 1 Motivations Now exploring very high pt regions

More information

Studies on hadronic top decays

Studies on hadronic top decays Studies on hadronic top decays José M. Clavijo, Havana University, Cuba September 6, 208 Supervisors: Daniela Dominguez Damiani and Hannes Jung Abstract Top events in the boosted regime are studied using

More information

Machine Learning just because it is Great Fun

Machine Learning just because it is Great Fun Machine Learning just because it is Great Fun Universität Heidelberg Hamburg 2/209 Change of title Why LHC, why jets Big jet data by ATLAS & CMS colliding protons on protons at E 3000 m p most interactions

More information

Measurement of t-channel single top quark production in pp collisions

Measurement of t-channel single top quark production in pp collisions Measurement of t-channel single top quark production in pp collisions (on behalf of the CMS collaboration) INFN-Napoli & Università della Basilicata E-mail: Francesco.Fabozzi@cern.ch Measurements of t-channel

More information

Azimuthal Correlations for Inclusive 2-jet, 3-jet and 4-jet events in pp collisions at s = 13 TeV with CMS

Azimuthal Correlations for Inclusive 2-jet, 3-jet and 4-jet events in pp collisions at s = 13 TeV with CMS Azimuthal Correlations for Inclusive 2-jet, 3-jet and 4-jet events in pp collisions at s = 13 TeV with CMS Paris Gianneios University of Ioannina 29 th March 2018, HEP Athens Outline 1 2 3 4 5 CMS Detector

More information

End-to-End Event Classification of High-Energy Physics Data

End-to-End Event Classification of High-Energy Physics Data End-to-End Event Classification of High-Energy Physics Data M Andrews 1, M Paulini 1, S Gleyzer 2, B Poczos 3 1 Department of Physics, Carnegie Mellon University, Pittsburgh, USA 2 Department of Physics,

More information

Hard And Soft QCD Physics In ATLAS

Hard And Soft QCD Physics In ATLAS Hard And Soft QCD Physics In ALAS Stefanie Adomeit on behalf of the ALAS collaboration International Conference on New Frontiers in Physics - Crete, June -6, QCD Measurements in ALAS at LHC every kind

More information

George Bakas For the NTUA CMS Group

George Bakas For the NTUA CMS Group George Bakas For the NTUA CMS Group Top quark CMS Experiment Boosted Jets Analysis Overview 2 Mass : 172.44 ± 0.13 GeV c 2 Top Quark decay W + + b ( ҧ t W - + തb) Top pair production q + തq t + tҧ g +

More information

ATLAS Measurements of Boosted Objects

ATLAS Measurements of Boosted Objects BOOS24 University College London, 8-22 August 24 ALAS Measurements of Boosted Objects Christoph Anders on behalf of the ALAS collaboration Physikalisches Institut Universita t Heidelberg August 9th 24

More information

Results on QCD jet production at the LHC (incl. Heavy flavours)

Results on QCD jet production at the LHC (incl. Heavy flavours) Results on QCD jet production at the LHC (incl. Heavy flavours) R. Seuster (TRIUMF) On behalf of the ATLAS and CMS collaborations Recontres du Vietnam August 11th 17th, 2013 Windows on the Universe Outline

More information

Jet Reconstruction and Energy Scale Determination in ATLAS

Jet Reconstruction and Energy Scale Determination in ATLAS Jet Reconstruction and Energy Scale Determination in ATLAS Ariel Schwartzman 3 rd Top Workshop: from the Tevatron to ATLAS Grenoble, 23-Oct-2008 1 Outline ATLAS Calorimeters Calorimeter signal reconstruction:

More information

Top-tagging at high jet multiplicity

Top-tagging at high jet multiplicity Top-tagging at high jet multiplicity Sebastian Schätzel Universität Heidelberg, Germany Using Jet Substructure Workshop University of Oregon, Eugene, USA 23-26 April 2013 HEPTopTagger fat jet quantities

More information

Boosted Top Resonance Searches at CMS

Boosted Top Resonance Searches at CMS Boosted Top Resonance Searches at CMS Justin Pilot, UC Davis on behalf of the CMS Collaboration Northwest Terascale Workshop, Using Jet Substructure University of Oregon 5 April 013 Introduction Many new

More information

New particle Searches in the dijet final state at 13TeV with the ATLAS detector

New particle Searches in the dijet final state at 13TeV with the ATLAS detector New particle Searches in the dijet final state at 13TeV with the ATLAS detector Mohammad Atif August 21, 2015 1 INTRODUCTION Summer Project at CERN Supervised by Dr. Caterina Doglioni. In Standard Model

More information

Two Early Exotic searches with dijet events at ATLAS

Two Early Exotic searches with dijet events at ATLAS ATL-PHYS-PROC-2011-022 01/06/2011 Two Early Exotic searches with dijet events at ATLAS University of Toronto, Department of Physics E-mail: rrezvani@physics.utoronto.ca This document summarises two exotic

More information

Top tagging at CMS. Torben Dreyer on behalf of the CMS Collaboration. BOOST 2017, Buffalo

Top tagging at CMS. Torben Dreyer on behalf of the CMS Collaboration. BOOST 2017, Buffalo Torben Dreyer on behalf of the CMS Collaboration BOOST 2017, Buffalo Motivation LHC at s = 13 TeV More top quarks with high momentum (Standard Model and new physics) Top tagging more important than ever

More information

Inclusive BB cross section at 8 TeV

Inclusive BB cross section at 8 TeV 1 Inclusive BB cross section at 8 TeV https://atlas.web.cern.ch/atlas/groups/physics/papers/bphy 2015 04/ arxiv:1705.03374 Submitted to JHEP Gavin Hesketh University College London HF@LHC@IPPP 7th September

More information

Tuning the simulated response of the CMS detector to b-jets using Machine learning algorithms

Tuning the simulated response of the CMS detector to b-jets using Machine learning algorithms Tuning the simulated response of the CMS detector to b-jets using Machine learning algorithms ETH Zürich On behalf of the CMS Collaboration SPS Annual Meeting 2018 31st August 2018 EPFL, Lausanne 1 Motivation

More information

Physics with Tau Lepton Final States in ATLAS. Felix Friedrich on behalf of the ATLAS Collaboration

Physics with Tau Lepton Final States in ATLAS. Felix Friedrich on behalf of the ATLAS Collaboration Physics with Tau Lepton Final States in ATLAS on behalf of the ATLAS Collaboration HEP 2012, Valparaiso (Chile), 06.01.2012 The Tau Lepton m τ = 1.8 GeV, heaviest lepton cτ = 87 μm, short lifetime hadronic

More information

Measurement of jet production in association with a Z boson at the LHC & Jet energy correction & calibration at HLT in CMS

Measurement of jet production in association with a Z boson at the LHC & Jet energy correction & calibration at HLT in CMS Measurement of jet production in association with a Z boson at the LHC & Jet energy correction & calibration at HLT in CMS Fengwangdong Zhang Peking University (PKU) & Université Libre de Bruxelles (ULB)

More information

Double parton scattering studies in CMS

Double parton scattering studies in CMS CBPF-Centro Brasileiro de Pesquisas Fisicas, Rio de Janeiro, Brazil E-mail: gilvan@cern.ch he double parton scattering (DPS) process in proton-proton collisions at a center-of-mass energy of 7 and 3 ev

More information

QCD Studies at LHC with the Atlas detector

QCD Studies at LHC with the Atlas detector QCD Studies at LHC with the Atlas detector Introduction Sebastian Eckweiler - University of Mainz (on behalf of the ATLAS Collaboration) Examples of QCD studies Minimum bias & underlying event Jet-physics

More information

PoS(DIS2014)064. Forward-Central Jet Correlations. Pedro Miguel RIBEIRO CIPRIANO, on behalf of CMS. DESY - CMS

PoS(DIS2014)064. Forward-Central Jet Correlations. Pedro Miguel RIBEIRO CIPRIANO, on behalf of CMS. DESY - CMS DESY - CMS E-mail: pedro.cipriano@desy.de The azimuthal correlation between forward and central jets has been measured in proton proton collisions at the LHC, at the centre-of-mass energy of 7 TeV. The

More information

Jet reconstruction with first data in ATLAS

Jet reconstruction with first data in ATLAS University of Victoria, Victoria, BC, Canada E-mail: damir.lelas@cern.ch The algorithms used for jet reconstruction in ATLAS are presented. General performance aspects like jet signal linearity and the

More information

Results from D0: dijet angular distributions, dijet mass cross section and dijet azimuthal decorrelations

Results from D0: dijet angular distributions, dijet mass cross section and dijet azimuthal decorrelations Results from D: dijet angular distributions, dijet mass cross section and dijet azimuthal decorrelations Zdenek Hubacek Czech Technical University in Prague E-mail: zdenek.hubacek@cern.ch on behalf of

More information

Hadronic Exotica Searches at CMS

Hadronic Exotica Searches at CMS Hadronic Exotica Searches at CMS Dinko Ferenček Rutgers, The State University of New Jersey On behalf of the CMS Collaboration SEARCH2012 Workshop March 19, 2012 College Park, Maryland Introduction and

More information

Colin Jessop. University of Notre Dame

Colin Jessop. University of Notre Dame Colin Jessop University of Notre Dame Test the evolution of QCD to higher energies ( and lower x) Search for new particles with Quarks, gluons and photons in Final state Jet production is dominant process

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 -2013/016 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 18 January 2013 (v2, 21 January 2013)

More information

ATLAS jet and missing energy reconstruction, calibration and performance in LHC Run-2

ATLAS jet and missing energy reconstruction, calibration and performance in LHC Run-2 Prepared for submission to JINS International Conference on Instrumentation for Colliding Beam Physics 7 February - March, 7 Budker Institute of Nuclear Physics, Novosibirsk, Russia ALAS jet and missing

More information

JET FRAGMENTATION DENNIS WEISER

JET FRAGMENTATION DENNIS WEISER JET FRAGMENTATION DENNIS WEISER OUTLINE Physics introduction Introduction to jet physics Jets in heavy-ion-collisions Jet reconstruction Paper discussion The CMS experiment Data selection and track/jet

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 -2017/094 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH211 GENEVA 23, Switzerland 18 March 2017 (v3, 20 March 2017) Recent

More information

Measurement of the jet production properties at the LHC with the ATLAS Detector

Measurement of the jet production properties at the LHC with the ATLAS Detector Measurement of the jet production properties at the LHC with the ALAS Detector Stanislav okar Comenius University, Bratislava On behalf of the ALAS collaboration Different features of the jet production

More information

Measurement of multijets and the internal structure of jets at ATLAS

Measurement of multijets and the internal structure of jets at ATLAS Measurement of multijets and the internal structure of jets at ALAS Bilge M. Demirköz, on behalf of the ALAS Collaboration Institut de Fisica d Altes Energies, Barcelona, SPAIN also at Middle East echnical

More information

PoS(EPS-HEP2015)309. Electroweak Physics at LHCb

PoS(EPS-HEP2015)309. Electroweak Physics at LHCb European Organisation for Nuclear Research (CERN), Switzerland E-mail: william.barter@cern.ch LHCb s unique forward acceptance allows for complementary measurements of electroweak boson production to those

More information

Tagging Boosted Top Quarks and Higgs Bosons in ATLAS

Tagging Boosted Top Quarks and Higgs Bosons in ATLAS agging Boosted op Quarks and Higgs Bosons in ALAS BOOS 05, University of Chicago Matt LeBlanc, on behalf of the ALAS Collaboration 0 th -4 th August 05 Overview Run-I op agging: ALAS-CONF-05-36 agging

More information

The Heavy Quark Search at the LHC

The Heavy Quark Search at the LHC The Heavy Quark Search at the LHC The Heavy Quark Search at the LHC Backgrounds: estimating and suppressing tt, multijets,... jet mass technique NLO effects matrix elements for extra jets initial state

More information

Search for a SM-like Higgs boson. Zijun Xu Peking University ISHP, Beijing Aug 15, 2013

Search for a SM-like Higgs boson. Zijun Xu Peking University ISHP, Beijing Aug 15, 2013 l n W H W Search for a SM-like Higgs boson decaying into WW lνq q in CMS Zijun Xu Peking University ISHP, Beijing Aug 15, 2013 Outline Introduction H WW Lep + MET + 2 jets [1] : 160-600 GeV H WW Lep +

More information

arxiv: v1 [hep-ex] 15 Jan 2019

arxiv: v1 [hep-ex] 15 Jan 2019 CMS-CR-8/37 January 7, 9 Top Quark Modelling and Tuning at CMS arxiv:9.559v [hep-ex] 5 Jan 9 Emyr Clement on behalf of the CMS Collaboration University of Bristol Recent measurements dedicated to improving

More information

Recent QCD results from ATLAS

Recent QCD results from ATLAS Recent QCD results from ATLAS PASCOS 2013 Vojtech Pleskot Charles University in Prague 21.11.2013 Introduction / Outline Soft QCD: Underlying event in jet events @7TeV (2010 data) Hard double parton interactions

More information

et Experiments at LHC

et Experiments at LHC et Experiments at LHC (as opposed to Jet Physics at RHIC ) JET Collaboration Symposium Montreal June 2015 Heavy-ion jet results at LHC Dijet asymmetries Observation of a Centrality-Dependent Dijet Asymmetry

More information

Evidence for tth production at ATLAS

Evidence for tth production at ATLAS Evidence for tth production at ATLAS Rohin T Narayan on behalf of the ATLAS collaboration Nov-6-2017, Higgs couplings Heidelberg Motivation Fermion masses are generated through Yukawa interaction Heaviest

More information

Timing for pileup mitigation in forward jets (& more) F. Rubbo, A. Schwartzman, 9/4/2015

Timing for pileup mitigation in forward jets (& more) F. Rubbo, A. Schwartzman, 9/4/2015 Timing for pileup mitigation in forward jets (& more) F. Rubbo, A. Schwartzman, 9/4/2015 1 Status Recap: Developed and characterized timing algorithms for pileup mitigation exploiting features of LHC pileup-leveling

More information

W vs. QCD Jet Tagging at the Large Hadron Collider

W vs. QCD Jet Tagging at the Large Hadron Collider W vs. QCD Jet Tagging at the Large Hadron Collider Bryan Anenberg: anenberg@stanford.edu; CS229 December 13, 2013 Problem Statement High energy collisions of protons at the Large Hadron Collider (LHC)

More information

ATLAS Jet Physics Results and Jet Substructure in 2010 Data from the LHC

ATLAS Jet Physics Results and Jet Substructure in 2010 Data from the LHC ATLAS Jet Physics Results and Jet Substructure in 20 Data from the LHC With a particular focus on experimental issues and effects David W. Miller On behalf of The ATLAS Experiment SLAC National Accelerator

More information

Dark matter searches and prospects at the ATLAS experiment

Dark matter searches and prospects at the ATLAS experiment Dark matter searches and prospects at the ATLAS experiment Wendy Taylor (York University) for the ATLAS Collaboration TeVPA 2017 Columbus, Ohio, USA August 7-11, 2017 Dark Matter at ATLAS Use 13 TeV proton-proton

More information

How Much Information is in a Jet?

How Much Information is in a Jet? How Much Information is in a Jet? Andrew Larkoski Reed College with Kaustuv Datta, JHEP 1706, 073 (2017) [arxiv:1704.08249] CMS SMP-J, January 23, 2018 2 3 Complexity and Information This image: 500 x

More information

Measurement of muon tagged open heavy flavor production in Pb+Pb collisions at 2.76 TeV with ATLAS

Measurement of muon tagged open heavy flavor production in Pb+Pb collisions at 2.76 TeV with ATLAS Measurement of muon tagged open heavy flavor production in Pb+Pb collisions at 2.76 TeV with Dennis V. Perepelitsa Columbia University for the Collaboration Quark Matter 2012 Parallel 7A Washington, D.C.,

More information

Maria Fiascaris (University of Oxford) ATLAS UK Meeting, Durham 10/01/08

Maria Fiascaris (University of Oxford) ATLAS UK Meeting, Durham 10/01/08 Summary W/Z + Jets Analyses Maria Fiascaris (University of Oxford) Aim and Motivations Work of the W/Z + jets Csc Note Group Goal: Measure W/Z+jets cross section in function of Jet Multiplicity and Leading

More information

arxiv:hep-ex/ v1 8 Jun 2001

arxiv:hep-ex/ v1 8 Jun 2001 Subjet Multiplicity in Quark and Gluon Jets at DØ The DØ Collaboration Fermi National Accelerator Laboratory, Batavia, Illinois 651 (February 7, 28) Abstract arxiv:hep-ex/164v1 8 Jun 21 We measure the

More information

Measurement of photon production cross sections also in association with jets with the ATLAS detector

Measurement of photon production cross sections also in association with jets with the ATLAS detector Nuclear and Particle Physics Proceedings 00 (07) 6 Nuclear and Particle Physics Proceedings Measurement of photon production cross sections also in association with jets with the detector Sebastien Prince

More information

Reconstructing low mass boosted A bb at LHCb

Reconstructing low mass boosted A bb at LHCb Summer student report - CERN 2014 Summer student: Petar Bokan Supervisor: Victor Coco Reconstructing low mass boosted A bb at LHCb ABSTRACT: LHCb has the ability to trigger low mass objects with high efficiency.

More information

Top Tagging with Lorentz Boost Networks and Simulation of Electromagnetic Showers with a Wasserstein GAN

Top Tagging with Lorentz Boost Networks and Simulation of Electromagnetic Showers with a Wasserstein GAN Top Tagging with Lorentz Boost Networks and Simulation of Electromagnetic Showers with a Wasserstein GAN Y. Rath, M. Erdmann, B. Fischer, L. Geiger, E. Geiser, J.Glombitza, D. Noll, T. Quast, M. Rieger,

More information

Christian Wiel. Reconstruction and Identification of Semi-Leptonic Di-Tau Decays in Boosted Topologies at ATLAS

Christian Wiel. Reconstruction and Identification of Semi-Leptonic Di-Tau Decays in Boosted Topologies at ATLAS 22.3.8 / 6 Reconstruction and Identification of Semi-Leptonic Di-Tau Decays in Boosted Topologies at ATLAS 22.3.8 2 / 6 Tau Lepton Properties 8% 7% other 6% 4% 35% leptonic % 9% 65% hadronic 9% 25% 22.3.8

More information

Search for W' tb in the hadronic final state at ATLAS

Search for W' tb in the hadronic final state at ATLAS Search for W' tb in the hadronic final state at ATLAS Ho Ling Li The University of Chicago January 5, 2015 1 Introduction What is W'? A charged, heavy, Standard-Model-like W gauge boson Analysis channels

More information

Measurements of the production of a vector boson in association with jets in the ATLAS and CMS detectors

Measurements of the production of a vector boson in association with jets in the ATLAS and CMS detectors Measurements of the production of a vector boson in association with s in the ALAS and CMS detectors Vieri Candelise University of rieste and INFN rieste, Via Valerio 2, 3428, rieste, Italy Abstract. he

More information

THE ATLAS TRIGGER SYSTEM UPGRADE AND PERFORMANCE IN RUN 2

THE ATLAS TRIGGER SYSTEM UPGRADE AND PERFORMANCE IN RUN 2 THE ATLAS TRIGGER SYSTEM UPGRADE AND PERFORMANCE IN RUN 2 S. Shaw a on behalf of the ATLAS Collaboration University of Manchester E-mail: a savanna.marie.shaw@cern.ch The ATLAS trigger has been used very

More information

Olivier Mattelaer University of Illinois at Urbana Champaign

Olivier Mattelaer University of Illinois at Urbana Champaign MadWeight 5 MEM with ISR correction Olivier Mattelaer University of Illinois at Urbana Champaign P. Artoisenet, V. Lemaitre, F. Maltoni, OM: JHEP1012:068 P.Artoisent, OM: In preparation J.Alwall, A. Freytas,

More information

Probing electroweak symmetry breaking! with Higgs pair production at the LHC

Probing electroweak symmetry breaking! with Higgs pair production at the LHC Probing electroweak symmetry breaking! with Higgs pair production at the LHC Behr, Bortoletto, Frost, Issever, Hartland, JR, arxiv:1512.08928 Juan Rojo! STFC Rutherford Fellow! Rudolf Peierls Center for

More information

ATLAS Jet Reconstruction, Calibration, and Tagging of Lorentzboosted

ATLAS Jet Reconstruction, Calibration, and Tagging of Lorentzboosted ALAS Jet Reconstruction, Calibration, and agging of Lorentzboosted Objects Steven Schramm, on behalf of the ALAS Collaboration Université de Genève (CH) Abstract. Jet reconstruction in the ALAS detector

More information

Physics at Hadron Colliders Part II

Physics at Hadron Colliders Part II Physics at Hadron Colliders Part II Marina Cobal Università di Udine 1 The structure of an event One incoming parton from each of the protons enters the hard process, where then a number of outgoing particles

More information

Studies of the diffractive photoproduction of isolated photons at HERA

Studies of the diffractive photoproduction of isolated photons at HERA Studies of the diffractive photoproduction of isolated photons at HERA P. J. Bussey School of Physics and Astronomy University of Glasgow Glasgow, United Kingdom, G12 8QQ E-mail: peter.bussey@glasgow.ac.uk

More information

from Klaus Rabbertz, KIT Proton Structure (PDF) Proton Structure (PDF) Klaus Rabbertz Status of αs Determinations Mainz, Germany,

from Klaus Rabbertz, KIT Proton Structure (PDF) Proton Structure (PDF) Klaus Rabbertz Status of αs Determinations Mainz, Germany, High precision fundamental constants at the TeV scale from Proton Structure (PDF) Proton Structure (PDF), KIT 1 Outline 2012: No LHC results yet Motivation PDG2012 Jet energy scale αs from jet cross sections

More information

Study of observables for measurement of MPI using Z+jets process

Study of observables for measurement of MPI using Z+jets process Study of observables for measurement of MPI using Z+jets process PANJAB University, IN Email: ramandeep.kumar@cern.ch AKAL University, IN 7th International Workshop on Multiple Parton Interactions at the

More information

Pileup, substructure and other thoughts from CMS

Pileup, substructure and other thoughts from CMS Pileup, substructure and other thoughts from CMS Nhan Tran Fermi National Accelerator Laboratory April 25th, 2013 Terascale Workshop on Substructure outline Initially, discuss open question about the topic

More information

ATLAS Jet Reconstruction, Calibration, and Tagging

ATLAS Jet Reconstruction, Calibration, and Tagging ALAS Jet Reconstruction, Calibration, and agging Steven Schramm On behalf of the ALAS Collaboration ICNFP 7 Crete, Greece August, 7 Steven Schramm (Université de Genève) Jet reconstruction, calibration,

More information

QCD dijet analyses at DØ

QCD dijet analyses at DØ QCD dijet analyses at DØ Pavel Demine for the DØ collaboration DAPNIA-SPP, CEA Saclay, France Contents: DØ detector Jet reconstruction at DØ Dijet mass spectrum Dijet azimuthal angle decorrelation XII

More information

PoS(ICHEP2012)311. Identification of b-quark jets in the CMS experiment. Sudhir Malik 1

PoS(ICHEP2012)311. Identification of b-quark jets in the CMS experiment. Sudhir Malik 1 Identification of b-quark jets in the CMS experiment 1 University of Nebraska-Lincoln Lincoln, NE 68588 E-mail: malik@fnal.gov The identification of jets arising from the production of b-quarks is an essential

More information

arxiv: v1 [hep-ex] 21 Aug 2011

arxiv: v1 [hep-ex] 21 Aug 2011 arxiv:18.155v1 [hep-ex] 1 Aug 011 Early Searches with Jets with the ATLAS Detector at the LHC University of Chicago, Enrico Fermi Institute E-mail: georgios.choudalakis@cern.ch We summarize the analysis

More information

PoS(CKM2016)117. Recent inclusive tt cross section measurements. Aruna Kumar Nayak

PoS(CKM2016)117. Recent inclusive tt cross section measurements. Aruna Kumar Nayak Recent inclusive tt cross section measurements Institute of Physics, Bhubaneswar, India E-mail: Aruna.Nayak@cern.ch Results of the recent measurements for the inclusive tt production cross section in the

More information

Qi Li On behalf of the analysis team IHEP, Beijing Sunday, December 11, 2016 HGam micro-workshop

Qi Li On behalf of the analysis team IHEP, Beijing Sunday, December 11, 2016 HGam micro-workshop hh γγww Qi Li On behalf of the analysis team IHEP, Beijing Sunday, December 11, 2016 HGam micro-workshop Introduction Higgs pair production has a small XS in SM (~33 fb @ 13 TeV) BSM can effectively enhance

More information

Feasibility of a cross-section measurement for J/ψ->ee with the ATLAS detector

Feasibility of a cross-section measurement for J/ψ->ee with the ATLAS detector Feasibility of a cross-section measurement for J/ψ->ee with the ATLAS detector ATLAS Geneva physics meeting Andrée Robichaud-Véronneau Outline Motivation Theoretical background for J/ψ hadroproduction

More information

The Top Quark Mass in the Muon+Jets Final State at s = 13 TeV in 2015 Data

The Top Quark Mass in the Muon+Jets Final State at s = 13 TeV in 2015 Data The Top Quark Mass in the Muon+Jets Final State at s = 13 TeV in 2015 Data CMS PAS TOP6-022 55th Course of the ISSP, Erice Christoph Garbers, Nataliia Kovalchuk,Johannes Lange, Peter Schleper, Markus Seidel,

More information

Top production measurements using the ATLAS detector at the LHC

Top production measurements using the ATLAS detector at the LHC Top production measurements using the ATLAS detector at the LHC INFN, Sezione di Bologna and University of Bologna E-mail: romano@bo.infn.it This paper is an overview of recent results on top-quark production

More information

Jet energy measurement in the ATLAS detector

Jet energy measurement in the ATLAS detector Jet energy measurement in the ATLAS detector Jet energy scale uncertainties are usually among largest experimental uncertainties Need precise jet energy measurements and provide uncertainties and theit

More information

Measurement of Z+ Jets Cross-Section at ATLAS

Measurement of Z+ Jets Cross-Section at ATLAS Measurement of Z+ Jets Cross-Section at The collaboration Abstract The production of a W or Z boson in conjunction with jets is an interesting process in its own right as well as a signal channel (and

More information

Event shapes in hadronic collisions

Event shapes in hadronic collisions Event shapes in hadronic collisions Andrea Banfi ETH Zürich SM@LHC - Durham - April Event shapes at hadron colliders Event shapes are combinations of hadron momenta in a number related to the geometry

More information

Nikos Varelas. University of Illinois at Chicago. CTEQ Collaboration Meeting Northwestern November 20, Nikos Varelas. CTEQ Meeting Nov 20, 2009

Nikos Varelas. University of Illinois at Chicago. CTEQ Collaboration Meeting Northwestern November 20, Nikos Varelas. CTEQ Meeting Nov 20, 2009 QCD Physics at CMS University of Illinois at Chicago CTEQ Collaboration Meeting Northwestern November 0, 009 1 QCD Physics at CMS University of Illinois at Chicago CTEQ Collaboration Meeting Northwestern

More information

Measurement of Jet Energy Scale and Resolution at ATLAS and CMS at s = 8 TeV

Measurement of Jet Energy Scale and Resolution at ATLAS and CMS at s = 8 TeV Measurement of Jet Energy Scale and Resolution at ATLAS and CMS at s = 8 TeV EDSBlois 2015 02.07.2015 Dominik Haitz on behalf of the ATLAS and CMS Collaborations INSTITUT FÜR EXPERIMENTELLE KERNPHYSIK

More information

Jet quenching in PbPb collisions in CMS

Jet quenching in PbPb collisions in CMS Jet quenching in PbPb collisions in CMS Bolek Wyslouch École Polytechnique Massachusetts Institute of Technology arxiv:1102.1957 Orsay, February 18, 2011 1 Heavy Ions at the LHC Huge energy jump from RHIC:

More information

Determination of the strong coupling constant from multi-jet production with the ATLAS detector

Determination of the strong coupling constant from multi-jet production with the ATLAS detector Determination of the strong coupling constant from multi-jet production with the ATLAS detector WNPPC 22 Marc-André Dufour McGill University February 22 Marc-André Dufour February 22 Determination of strong

More information

Early physics with Atlas at LHC

Early physics with Atlas at LHC Early physics with Atlas at LHC Bellisario Esposito (INFN-Frascati) On behalf of the Atlas Collaboration Outline Atlas Experiment Physics goals Next LHC run conditions Physics processes observable with

More information

Recent LHCb measurements of Electroweak Boson Production in Run-1

Recent LHCb measurements of Electroweak Boson Production in Run-1 Recent LHCb measurements of Electroweak Boson Production in Run-1 William Barter European Organisation for Nuclear Research (CERN) UCL Seminar 5 th February 2016 W. Barter (CERN) Electroweak Production

More information

Measurements of BB Angular Correlations based on Secondary Vertex Reconstruction at sqrt(s) = 7 TeV in CMS

Measurements of BB Angular Correlations based on Secondary Vertex Reconstruction at sqrt(s) = 7 TeV in CMS Measurements of BB Angular Correlations based on Secondary Vertex Reconstruction at sqrt(s) = 7 TeV in CMS Published: JHEP03(2011)136 (arxiv:1102.3194) L. Sala (ETH Zurich) on behalf of the CMS Collaboration

More information