TRAPS: Topological Reconstruction Algorithm for Parton Scatters Katy Ellis 1. 4th of November 2011

Size: px
Start display at page:

Download "TRAPS: Topological Reconstruction Algorithm for Parton Scatters Katy Ellis 1. 4th of November 2011"

Transcription

1 TRAPS: Topological Reconstruction Algorithm for Parton Scatters Katy Ellis 4th of November 20

2 Overview TRAPS Topological Reconstruction Algorithm for Parton Scatters An original stand alone algorithm written from scratch in C++. Developed using generator level MC output from Rivet. Now working in the ATLAS software 'Athena'. Aim: Reconstruct the final state partons in LO hadron hadron collisions. Usage: Fragmentation and structure funtions. QM seminar 04// 2

3 Jet finder? No!! Parton finder A 'jet' is a precisely defined cluster of final state particles. This definition generally involves pre defined parameters which may dictate the jet size and shape. When the jets are defined, they are labelled 'partons'. TRAPS sets out to measure partons. Parton candidates. QM seminar 04// 3

4 Personnel Entirely within QMUL: Myself, Graham Thompson, John Morris, Dan Traynor, Tom Macey. QM seminar 04// 4

5 TRAPS a brief summary A top down jet finding type algorithm which attempts to reconstruct the final state partons exiting the hard interaction. (Pythia particle numbers) Parton information is required for QCD measurements such as parton fragmentation functions and structure functions. QM seminar 04// 5

6 TRAPS in/out Inputs: Generator level Monte Carlo final state particle 4 vectors (so far Pythia, Herwig) Reconstructed level Monte Carlo. Data...from ATLAS (although theoretically any TeV scale hadron collider). QM seminar 04// 6

7 TRAPS a brief summary Inputs: Generator level Monte Carlo final state particle 4 vectors (so far Pythia, Herwig) Reconstructed level Monte Carlo. Data...from ATLAS (although theoretically any TeV scale hadron collider). Outputs: 2 'TRAPS objects' i.e. 'jets' as defined by the TRAPS algorithm. Their properties, such as 4 vectors, η, φ, pt (with QM seminar 04// and without background subtraction). Other event properties, such as iteration quantities. 7

8 Problems with FFs and LHC Traditionally, fragmentation and structure functions are not studied extensively at hadron hadron colliders and for good reason! High rates of background, compared to e+e, DIS QM seminar 04// 8

9 Problems with FFs and LHC Traditionally, fragmentation and structure functions are not studied extensively at hadron hadron colliders and for good reason! High rates of background, compared to e+e, DIS At the highest energies... Many events are approximately LO assume 2 jets Backgrounds are at their lowest QM seminar 04// 9

10 Problems with FFs and LHC Traditionally, fragmentation and structure functions are not studied extensively at hadron hadron colliders and for good reason! High rates of background, compared to e+e, DIS At the highest momentum transfers... Many events are approximately LO assume 2 jets Backgrounds are at their lowest Lack of information due to the composite nature of both colliding objects QM seminar 04// 0

11 Problems with FFs and LHC Traditionally, fragmentation and structure functions are not studied extensively at hadron hadron colliders and for good reason! High rates of background, compared to e+e, DIS At the highest energies... Many events are approximately LO assume 2 jets Backgrounds are at their lowest Lack of information due to the composite nature of both colliding objects Approximate the momentum transfer by the combined jet pt QM seminar 04//

12 Motivation The LHC is making accessible a new energy region. Study QCD at Q>00 GeV (or as low as we can) 00 GeV No agreement We must study QCD in this new kinematic region to test the standard model and look for new physics does the quark have structure? QM seminar 04// 2

13 TRAPS motivation Existing jet finders pre define jets using parameters. QM seminar 04// 3

14 TRAPS motivation Existing jet finders pre define jets using parameters. No fixed size No predisposition to circular shape Know the area so as to perform bg subtraction QM seminar 04// 4

15 TRAPS motivation Existing jet finders pre define jets using parameters. No fixed size No predisposition to circular shape Know the area so as to perform bg subtraction Many analyses perform sweeping selection cuts, vastly reducing the sample. QM seminar 04// 5

16 TRAPS motivation Existing jet finders pre define jets using parameters. No predisposition to circular shape No fixed size Know the area so as to perform bg subtraction Many analyses perform sweeping selection cuts, vastly reducing the sample. Bias-free analysis Use greatest possible sample of high-energy jets available QM seminar 04// 6

17 TRAPS ethos Be top down in our approach, rather than re combinatorial. Avoid parameters wherever possible and prove insensitive and arbitrary where not. Use geometry of individual events to decide how to treat them and their background subtraction. Be inclusive of as many events as possible, so as to have a large sample at high energy. QM seminar 04// 7

18 TRAPS Step by step QM seminar 04// 8

19 Step I For each event... Calculate the angle of the 'plane' of the event by finding the angle at which the pt out of the plane is y minimised. plane x 'pos' semi-cylinder 'neg' semicylinder Define a 'positive' and 'negative' semi-cylinder. QM seminar 04// 9

20 Step II Calculate a pt-weighted mean in η and φ for each semi-cylinder. Large energy deposits φ 'pos' semicylinder 'neg' semicylinder -ηrange 0.0 QM seminar 04// ηrange 20

21 Step III...floating boundary Cut out parts of the event (grey) away from the mean, so that the mean is in the centre of the available η - φ space for each semicylinder. φ 'pos' semicylinder 'neg' semicylinder -ηrange 0.0 η ηrange Re-calculate the means. Iterate until stable (until new mean old mean < 0.05). QM seminar 04// 2

22 Step IV...standard deviation Calculate the standard deviation within the remaining area and about the mean. φ Larger ση 'pos' semicylinder 'neg' semicylinder Smaller ση -ηrange 0.0 QM seminar 04// η ηrange 22

23 Standard deviation Jets come in all shapes and sizes... QM seminar 04// 23

24 Step V Place 2 ellipses with axes proportional to the standard deviation and centred on the mean. φ n*σφpos n*σηpos -ηrange 0.0 η ηrange n is some constant value (default = 2.0). Agreed, it is a parameter of sorts but we can show that our results are not sensitive to variation of n between e.g..5 and 3.0. QM seminar 04// 24

25 Step VI Sum px, py, pz of final state particles within the nσ ellipse. Re-calculate η and φ from these momentum components this is the new jet centre. New jet centre Old jet centre Iterate until the jet centre position is stable. Use the p enclosed in the ellipse as a starting T value for the parton pt (both scalar and vector pt are summed). Record which particles were summed this will be used for jet quality test in real data. QM seminar 04// 25

26 Step VII Subtract the background. The position of the background sampling area is chosen 2 regions for each jet, +/-π/2 in φ and not near to the jets in η. The p /LISA in each of the 4 regions is summed and T averaged as shown in the example below. This average is multiplied by the jet ellipse area then subtracted from the jet pt. Jet Take mean for Jet Jet 2 Take mean for Jet 2 QM seminar 04// 26

27 Step VIII Take a mean average of the vector and scalar sums this is our virtuality correction. This is a small correction (~2% on the pt) to enforce zero mass on our partons. Tight, narrow jets have a small correction; wide, more spread out jets have a larger correction. Smaller mass QM seminar 04// Greater mass 27

28 TRAPS: Accurate measurement? QM seminar 04// 28

29 'Delta plots' Assess how well TRAPS does, directly comparing to the MC parton information (Pragmatic Paradigm). Compare key quantities η, φ, p, e.g. (η ηtraps). T parton J3: GeV J4: GeV J5: GeV J6: GeV QM seminar 04// 29

30 'Delta plots' Pythia J3 J6 =sign of parton parton TRAPS = parton TRAPS pt / pt = pt pt pt parton Ap = TRAPS T parton QM seminar 04// pt pt parton parton pt pt TRAPS TRAPS 30

31 'Delta plots' Pythia J3 J6 (log scale) QM seminar 04// 3

32 The n-parameter n*σφpos n*σηpos QM seminar 04// 32

33 Alternative MC models Test TRAPS (developed with Pythia) on Herwig. Compare with the parton. J6 QM seminar 04// 33

34 Alternative MC models Test TRAPS (developed with Pythia) on Herwig. Compare with the parton. J3 QM seminar 04// 34

35 xbj Bjorken x is the proportion of momentum of the proton taken by the colliding parton. s = x x 2 s s Y x = e s s Y x2= e s QM seminar 04// 35

36 xbj inclusive differential cross-section QM seminar 04// 36

37 The FAPS method Fragmentation Algorithm for Parton Scatters. Tom Macey's algorithm for calculating fragmentation function using parton information from LHC energy collisions. To measure the correlated hadrons from the associated parton. Histogram the hadron p as a proportion of parton p. T T Use TRAPS as the parton, and also MC for comparison. xbj = 0.05 xbj = 0.5 xbj = 0. xbj = 0.35 xbj = 0.25 xbj = 0. (Naïve example only!) QM seminar 04// ph x p= momentum transfer / 2 9 xp ranges 37

38 Analysis cuts? Events are approximately leading order or at least many of them are. (Actually all events are NNNNN...LO!) Could make some cuts decision of end user. Higher momentum transfer = cleaner events. FAPS cuts: p balance within 0% of the mean T φ balance within 0% of п. QM seminar 04// 38

39 First FF measurement Fragmentation function as measured by past experiments and TRAPS (with Pythia). Plot made by Tom Macey. QM seminar 04// 39

40 Summary The TRAPS algorithm is an original tool written in C++ and available via CERN SVN (Path: Institutes/QMUL). It reconstructs final state partons resulting from high p LO T MC events, with good resolution and very high acceptance. Similar results with both Pythia and Herwig (gen. level). It has been adapted for use within the ATLAS software. Reconstructed MC is in use, but upgrades required. Not running on experimental data yet. QM seminar 04// 40

41 Current plans Objective ) Write an 'introduction to TRAPS' paper to submit to Computer Physics Communications (early Spring). Objective 2) Apply TRAPS to experimental data... Update TRAPS in Athena to latest version (end November). Apply the ATLAS Jet Energy Scale (December). Examine the effect of reconstructed data (December). Run on ATLAS data (January). More papers ATLAS note? fragmentation function measurement? (202). QM seminar 04// 4

42 Back up QM seminar 04// 42

43 Reconstructed data J3 QM seminar 04// 43

44 Reconstructed data J6 QM seminar 04// 44

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

Charged Particle Multiplicity in pp Collisions at s = 13 TeV

Charged Particle Multiplicity in pp Collisions at s = 13 TeV Charged Particle Multiplicity in pp Collisions at s = 13 TeV Khadeejah ALGhadeer PhD in Engineering, Physics The Workshop of the APS Topical Group on Hadronic Physics Charged Particle Multiplicity IN PP

More information

QCD and jets physics at the LHC with CMS during the first year of data taking. Pavel Demin UCL/FYNU Louvain-la-Neuve

QCD and jets physics at the LHC with CMS during the first year of data taking. Pavel Demin UCL/FYNU Louvain-la-Neuve QCD and jets physics at the LHC with CMS during the first year of data taking Pavel Demin UCL/FYNU Louvain-la-Neuve February 8, 2006 Bon appétit! February 8, 2006 Pavel Demin UCL/FYNU 1 Why this seminar?

More information

Jet reconstruction in W + jets events at the LHC

Jet reconstruction in W + jets events at the LHC Jet reconstruction in W + jets events at the LHC Ulrike Schnoor Michigan State University High Energy Physics Institutsseminar IKTP TU Dresden, Nov 4, 010 Jet reconstruction in W + jets events at the LHC

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

Collider overview and kinematics

Collider overview and kinematics 1 Collider overview and kinematics QCD studies at colliders 2 ee - ep - pp QCD collider studies Short Long distance Q: large momentum scale PEP, PETRA, Cornell, LEP, SLD, NLC SLAC, FNAL, CERN, HERA, erhic

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

Tests of Pythia8 Rescattering Model

Tests of Pythia8 Rescattering Model Tests of Pythia8 Rescattering Model arxiv:5.325v [hep-ph] Nov 25 Tasnuva Chowdhury Shahjalal University of Science and Technology Sylhet, Bangladesh. Deepak Kar University of Witwatersrand Johannesburg,

More information

Min-Bias Data: Jet Evolution and Event Shapes

Min-Bias Data: Jet Evolution and Event Shapes Min-Bias Data: Jet Evolution and Event Shapes Rick Field and David Stuart July 1, 1999 Abstract The Min-Bias data are used to study the transition between soft and hard collisions. We study this transition

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

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

Particle spectra in Minimum Bias events at 13TeV

Particle spectra in Minimum Bias events at 13TeV Particle spectra in Minimum Bias events at TeV Juan Manuel Grados Luyando on behalf of the CMS collaboration Deutsches Elektronen-Synchrotron, Hamburg MPI@LHC 05 Trieste, Italy Motivation Probe the different

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

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

Underlying Event Measurements at the LHC

Underlying Event Measurements at the LHC 14th EDS Blois Workshop Underlying Event Measurements at the LHC Michael Heinrich for the ATLAS and CMS collaborations INSTITUTE OF EXPERIMENTAL PARTICLE PHYSICS (EKP) PHYSICS FACULTY KIT University of

More information

Background Subtraction Methods on Recoil Jets from Proton-Proton Collisions

Background Subtraction Methods on Recoil Jets from Proton-Proton Collisions Background Subtraction Methods on Recoil Jets from Proton-Proton Collisions Colby Ostberg San Francisco State University REU student at Texas A&M Cyclotron Institute 1 Motivation At the RHIC, heavy ions

More information

Using Drell-Yan to Probe the

Using Drell-Yan to Probe the Using Drell-Yan to Probe the Underlying Event in Run 2 at CDF Deepak Kar University of Florida (On behalf of the CDF Collaboration) Experimental Particle Physics Seminar 30 th October 2008 Prologue: We

More information

Toward an Understanding of Hadron-Hadron. Collisions From Feynman-Field to the LHC

Toward an Understanding of Hadron-Hadron. Collisions From Feynman-Field to the LHC Toward an Understanding of Hadron-Hadron Collisions From Feynman-Field to the LHC Rick Field University of Florida Outline of Talk The old days of Feynman-Field Phenomenology. XXIèmes Rencontres de Blois

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

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

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

arxiv: v1 [hep-ex] 18 Jul 2016

arxiv: v1 [hep-ex] 18 Jul 2016 Top quark mass measurements with the experiment at the LHC arxiv:67.4972v [hep-ex] 8 Jul 26 Deutsches Elektronen-Synchrotron DESY E-mail: simon.spannagel@desy.de Measurements of the top quark mass are

More information

Reconstruction in Collider Experiments (Part IX)

Reconstruction in Collider Experiments (Part IX) Introduction to Hadronic Final State Reconstruction in Collider Experiments Introduction to Hadronic Final State Reconstruction in Collider Experiments (Part IX) Peter Loch University of Arizona Tucson,

More information

Measurement of Quenched Energy Flow for Dijets in PbPb collisions with CMS

Measurement of Quenched Energy Flow for Dijets in PbPb collisions with CMS Measurement of Quenched Energy Flow for Dijets in PbPb collisions with CMS For the CMS Collaboration NPA Seminar Yale, USA 15 October, 2015 Relativistic Heavy Ion Collisions Trying to answer two important

More information

Mini-Bias and Underlying Event Studies at CMS

Mini-Bias and Underlying Event Studies at CMS Yuan Chao Department of Physics National Taiwan University 1617 Taipei, TAIWAN 1 Introduction The Tevatron experiments provide us very good information for the quantum chromodynamics (QCD) modelings of

More information

Study of Charm Fragmentation at H1

Study of Charm Fragmentation at H1 Study of Charm Fragmentation at H1 Juraj Braciník (in collaboration with Zuzana Rúriková and Günter Grindhammer) University of Birmingham for H1 Collaboration Birmingham particle group seminar 18/2/2009

More information

51 st Cracow School of Theoretical Physics The Soft Side of the LHC Min-Bias and the Underlying Event at the LHC Rick Field University of Florida

51 st Cracow School of Theoretical Physics The Soft Side of the LHC Min-Bias and the Underlying Event at the LHC Rick Field University of Florida 5 st Cracow School of Theoretical Physics The Soft Side of the LHC Min-Bias and the Underlying Event at the LHC Rick Field University of Florida Lecture : Outline Review: The CDF Tevatron underlying event

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

Inclusive spectrum of charged jets in central Au+Au collisions at s NN = 200 GeV by STAR

Inclusive spectrum of charged jets in central Au+Au collisions at s NN = 200 GeV by STAR Inclusive spectrum of charged jets in central Au+Au collisions at s NN = 200 GeV by SAR Nuclear Physics Institute, Academy of Sciencis of Czech Republic, Na ruhlarce 39/64, 180 86 Prague, Czech Republic

More information

Measurement of the associated production of direct photons and jets with the Atlas experiment at LHC. Michele Cascella

Measurement of the associated production of direct photons and jets with the Atlas experiment at LHC. Michele Cascella Measurement of the associated production of direct photons and jets with the Atlas experiment at LHC Michele Cascella Graduate Course in Physics University of Pisa The School of Graduate Studies in Basic

More information

Prospective of gamma hadron correlation. study in CMS experiment

Prospective of gamma hadron correlation. study in CMS experiment Prospective of gamma hadron correlation. study in CMS experiment Yeonju Go (Korea University) for the CMS collaboration 5-6 Dec. 2014 HIM meeting Contents Physics Motivation Direct gamma-hadron correlation

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

CMS Event Simulation

CMS Event Simulation CMS Event Simulation Nicole A. Larsen Department of Physics, Georgia Institute of Technology, Atlanta, GA, 33 (Dated: August 11, 6) The CMS Detector located at the Large Hadron Collider at CERN recently

More information

Some studies for ALICE

Some studies for ALICE Some studies for ALICE Motivations for a p-p programme in ALICE Special features of the ALICE detector Preliminary studies of Physics Performances of ALICE for the measurement of some global properties

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

Dijet Asymmetry in Pb+Pb Collisions at S NN = 2.76 TeV Using the ALICE Experiment

Dijet Asymmetry in Pb+Pb Collisions at S NN = 2.76 TeV Using the ALICE Experiment Dijet Asymmetry in Pb+Pb Collisions at S NN = 2.76 TeV Using the ALICE Experiment { Isaac Mooney Advisors: Joern Putschke, Rosi Reed Wayne State University National Science Foundation Friday, August 8,

More information

PYTHIA 6.2 Tunes for Run II

PYTHIA 6.2 Tunes for Run II PYTHIA 6.2 Tunes for Run II Outline of Talk Min-Bias Collisions! Min-Bias Generators Hadron Hadron! The in Hard Scattering Processes Proton Outgoing Parton PT(hard) Initial-State Radiation AntiProton Outgoing

More information

Measurement of multi-jet cross sections in proton proton collisions at a 7 TeV center-of-mass energy

Measurement of multi-jet cross sections in proton proton collisions at a 7 TeV center-of-mass energy Eur. Phys. J. C (2011) 71:1763 DOI 10.1140/epjc/s10052-011-1763-6 Regular Article - Experimental Physics Measurement of multi-jet cross sections in proton proton collisions at a 7 TeV center-of-mass energy

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

Physics at Hadron Colliders

Physics at Hadron Colliders Physics at Hadron Colliders Part 2 Standard Model Physics Test of Quantum Chromodynamics - Jet production - W/Z production - Production of Top quarks Precision measurements -W mass - Top-quark mass QCD

More information

Jet Energy Calibration. Beate Heinemann University of Liverpool

Jet Energy Calibration. Beate Heinemann University of Liverpool Jet Energy Calibration Beate Heinemann University of Liverpool Fermilab, August 14th 2006 1 Outline Introduction CDF and D0 calorimeters Response corrections Multiple interactions η-dependent corrections

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

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

Highlights of top quark measurements in hadronic final states at ATLAS

Highlights of top quark measurements in hadronic final states at ATLAS Highlights of top quark measurements in hadronic final states at ATLAS Serena Palazzo 1,2,, on behalf of the ATLAS Collaboration 1 Università della Calabria 2 INFN Cosenza Abstract. Measurements of inclusive

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

ATLAS-CONF October 15, 2010

ATLAS-CONF October 15, 2010 ATLAS-CONF-2010-096 October 15, 2010 Data-driven background estimation for the H τ + τ τ h search at 7 TeV with the ATLAS detector Ian Howley 7 December 2010 1 Motivation One of the primary LHC physics

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

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

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

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

Lecture 3 Cross Section Measurements. Ingredients to a Cross Section

Lecture 3 Cross Section Measurements. Ingredients to a Cross Section Lecture 3 Cross Section Measurements Ingredients to a Cross Section Prerequisites and Reminders... Natural Units Four-Vector Kinematics Lorentz Transformation Lorentz Boost Lorentz Invariance Rapidity

More information

The LHC Physics Environment

The LHC Physics Environment The LHC Physics Environment Talk : What We Have Learned at the Tevatron Rick Field University of Florida Outline of Talk The old days of Feynman-Field Phenomenology. Review what we learned about minbias,

More information

CDF top quark " $ )(! # % & '

CDF top quark  $ )(! # % & ' $% CDF quark 7 3 5 ( "#! Tevatron Run II Started Spring 1. proton-antiproton collider with (Run I :. antiproton recycler commissioning electron cooling operational by Summer 5. increase in luminosity.

More information

An Investigation of Gluon Density Parameters in D ± Meson Production

An Investigation of Gluon Density Parameters in D ± Meson Production An Investigation of Gluon Density Parameters in D ± Meson Production by Thomas Chapman Magdalen College, Oxford University, OX1 4AU, England DESY Summer Student Program 007 Supervisor: Hannes Jung Abstract

More information

Testing QCD at the LHC and the Implications of HERA DIS 2004

Testing QCD at the LHC and the Implications of HERA DIS 2004 Testing QCD at the LHC and the Implications of HERA DIS 2004 Jon Butterworth Impact of the LHC on QCD Impact of QCD (and HERA data) at the LHC Impact of the LHC on QCD The LHC will have something to say

More information

Observation of Isolated High-E T Photons in Photoproduction at HERA

Observation of Isolated High-E T Photons in Photoproduction at HERA University of Wisconsin January1999 Observation of Isolated High-E T Photons in Photoproduction at HERA ZEUS Collaboration introduction prompt photons in photoproduction at HERA event selection rejecting

More information

Searching for the Randall-Sundrum Graviton decay to dielectron pairs. Meghan Frate Bucknell University

Searching for the Randall-Sundrum Graviton decay to dielectron pairs. Meghan Frate Bucknell University Searching for the Randall-Sundrum Graviton decay to dielectron pairs Meghan Frate Bucknell University 1 The Project Look for evidence of the Randall- Sundrum Graviton using ee events at the LHC using the

More information

Recent Jet Results from the CMS experiment

Recent Jet Results from the CMS experiment Recent Jet Results from the CMS experiment Raghav Kunnawalkam Elayavalli ( USA) Nuclear Seminar Monday, February 2nd, 2015 1 Overview https://twiki.cern.ch/twiki/bin/view/cmspublic/ PhysicsResultsHIN Motivations

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

Charged jets in p Pb collisions measured with the ALICE detector

Charged jets in p Pb collisions measured with the ALICE detector Charged jets in p Pb collisions measured with the ALICE detector (CERN) for the ALICE collaboration (25.03.2015) Rencontres de Moriond, QCD and High Energy Interactions, La Thuile Motivation for p Pb Study

More information

Tevatron Energy Scan. Energy Dependence of the Underlying Event. Rick Field Craig Group & David Wilson University of Florida

Tevatron Energy Scan. Energy Dependence of the Underlying Event. Rick Field Craig Group & David Wilson University of Florida Rick Field Craig Group & David Wilson University of Florida Tevatron Energy Scan Energy Dependence of the Underlying Event Outline of Talk Wine & Cheese talk, October 4, 2002. Studying the underlying event

More information

High Pt Top Quark Mass Reconstruction in CMS

High Pt Top Quark Mass Reconstruction in CMS High Pt Top Quark Mass Reconstruction in CMS IJAZ AHMED National Centre for Physics (NCP), Islamabad First IPM meeting on LHC Physics, April 20-24 24 2009 Isfahan,, Iran Outlines o o o o o o o o o o Introduction

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

Top Quark Mass Reconstruction from High Pt Jets at LHC

Top Quark Mass Reconstruction from High Pt Jets at LHC Top Quark Mass Reconstruction from High Pt Jets at LHC IJAZ AHMED National Centre for Physics Islamabad, Pakistan Signaling the Arrival of the LHC Era, ICTP, Italy Outlines o o o o o o o o o o Motivations

More information

Atlas results on diffraction

Atlas results on diffraction Atlas results on diffraction Alessia Bruni INFN Bologna, Italy for the ATLAS collaboration Rencontres du Viet Nam 14th Workshop on Elastic and Diffractive Scattering Qui Nhon, 16/12/2011 EDS 2011 Alessia

More information

Jet Results in pp and Pb-Pb Collisions at ALICE

Jet Results in pp and Pb-Pb Collisions at ALICE Jet Results in pp and Pb-Pb Collisions at ALICE Oliver Busch for the ALICE Collaboration Motivation Jet reconstruction in ALICE Jets in pp Jets in Pb-Pb Hadron triggered recoil jets Motivation Jets originate

More information

Hadron Collider Physics, HCP2004, June 14-18

Hadron Collider Physics, HCP2004, June 14-18 ) " % "" ' & % % " ) " % '% &* ' ) * ' + " ' ) ( $#! ' "") ( * " ) +% % )( (. ' + -, '+ % &* ' ) ( 021 % # / ( * *' 5 4* 3 %( '' ' " + +% Hadron Collider Physics, HCP2004, June 14-18 The Run II DØ Detector

More information

What to do with Multijet Events?

What to do with Multijet Events? DØ note 4465 2004-06-03 What to do with Multijet Events? T. Hebbeker RWTH Aachen ABSTRACT Multijet events are frequently produced in p p collisions. Events with several jets might indicate physics beyond

More information

Measurement of inclusive charged jet production in pp and Pb-Pb

Measurement of inclusive charged jet production in pp and Pb-Pb Measurement of inclusive charged jet production in pp and Pb-Pb collisions at S NN 5. 02TeV with ALICE Run2 Data Yan Li for the ALICE collaboration Central China Normal University CLHCP 2016 18/12/2016

More information

PoS(ICHEP2012)300. Electroweak boson production at LHCb

PoS(ICHEP2012)300. Electroweak boson production at LHCb Physik-Institut der Universität Zürich, Switzerland. E-mail: jonathan.anderson@cern.ch The electroweak boson production cross-sections have been measured in the forward region using s = 7 TeV proton-proton

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

Recent results on soft QCD topics from ATLAS

Recent results on soft QCD topics from ATLAS Recent results on soft QCD topics from ATLAS Roman Lysák Institute of Physics, Prague on behalf of the ATLAS collaboration Bormio 2016 Overview Understanding of soft-qcd interactions has direct impact

More information

PoS(IHEP-LHC-2011)008

PoS(IHEP-LHC-2011)008 in pp collisions at the LHC Sergei Lobanov Joint Institute for Nuclear Research, Dubna, Russian Federation E-mail: Sergey.Lobanov@cern.ch Artem Maevskiy M.V. Lomonosov Moscow State University, Russian

More information

Study of dihadron fragmentation function correlations using charged jets in proton-proton collisions at s = 7 TeV

Study of dihadron fragmentation function correlations using charged jets in proton-proton collisions at s = 7 TeV Study of dihadron fragmentation function correlations using charged jets in proton-proton collisions at s = 7 TeV Derek Everett, Claude Pruneau, Sidharth Prasad August, Abstract We present the measurements

More information

arxiv: v1 [hep-ex] 17 Aug 2016

arxiv: v1 [hep-ex] 17 Aug 2016 arxiv:8.95v [hep-ex] 7 Aug Measurement of the underlying-event properties with the detector Yuri Kulchitsky, on behalf of the collaboration Institute of Physics, National Academy of ciences, Minsk, Belarus

More information

V0 cross-section measurement at LHCb. RIVET analysis module for Z boson decay to di-electron

V0 cross-section measurement at LHCb. RIVET analysis module for Z boson decay to di-electron V0 cross-section measurement at LHCb. RIVET analysis module for Z boson decay to di-electron Outline of the presentation: 1. Introduction to LHCb physics and LHCb detector 2. RIVET plug-in for Z e+e- channel

More information

LHC Heavy Ion Physics Lecture 5: Jets, W, Z, photons

LHC Heavy Ion Physics Lecture 5: Jets, W, Z, photons LHC Heavy Ion Physics Lecture 5: Jets, W, Z, photons HUGS 2015 Bolek Wyslouch Techniques to study the plasma Radiation of hadrons Azimuthal asymmetry and radial expansion Energy loss by quarks, gluons

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 at CDF. Régis Lefèvre IFAE Barcelona On behalf of the CDF Collaboration

QCD at CDF. Régis Lefèvre IFAE Barcelona On behalf of the CDF Collaboration QCD at CDF Régis Lefèvre IFAE Barcelona On behalf of the CDF Collaboration Jet Inclusive Cross-Section Underlying event studies Jet Shapes Specific processes _ W+Jets, γ + γ, γ + b/c, b-jet / bb jet Diffraction

More information

Jet tagging with ATLAS for discoveries in Run II

Jet tagging with ATLAS for discoveries in Run II Jet tagging with ATLAS for discoveries in Run II Ayana Arce (Duke University) November 5 th 2014 The Large Hadron Collider 2008-2013: E CM : 7.0 8.0 TeV m H = 125.4 +/- 0.4 (ATLAS) m H = 125.0 +/- 0.3

More information

How to Measure Top Quark Mass with CMS Detector??? Ijaz Ahmed Comsats Institute of Information Technology, Islamabad

How to Measure Top Quark Mass with CMS Detector??? Ijaz Ahmed Comsats Institute of Information Technology, Islamabad How to Measure Top Quark Mass with CMS Detector??? Ijaz Ahmed Comsats Institute of Information Technology, Islamabad Outlines o o o o o o o High Pt top basic idea Methods for jets selection Top quark mass

More information

Collisions Rick s View of Hadron Collisions

Collisions Rick s View of Hadron Collisions st Workshop on Energy Scaling in Hadron-Hadron Collisions Rick s View of Hadron Collisions Rick Field University of Florida Fermilab 2009 Outline of Talk The early days of Feynman-Field Phenomenology.

More information

Recent progress from Les Houches WG. Photon isolation and fragmentation contribution

Recent progress from Les Houches WG. Photon isolation and fragmentation contribution Recent progress from Les Houches WG Photon isolation and fragmentation contribution Workshop PPSHC - 30/03/2012 Nicolas Chanon - ETH Zürich In behalf of the Photon Les Houches WG N. Chanon, S. Gascon-Shotkin,

More information

University of Glasgow Tevatron Energy Scan: Findings & Surprises

University of Glasgow Tevatron Energy Scan: Findings & Surprises Outline of Talk University of Glasgow Tevatron Energy Scan: Findings & Surprises Rick Field University of Florida Simulating hadron-hadron collisions: The early days of Feynman-Field Phenomenology. The

More information

Charmonium production versus multiplicity in PYTHIA8

Charmonium production versus multiplicity in PYTHIA8 Hard-Soft correlations in hadronic collisions Steffen Weber Charmonium production versus multiplicity in PYTHIA8 Hard-Soft correlations in hadronic collisions Clermont-Ferrand July 23, 2018 Steffen Weber

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

Properties of Proton-proton Collision and. Comparing Event Generators by Multi-jet Events

Properties of Proton-proton Collision and. Comparing Event Generators by Multi-jet Events Properties of Proton-proton Collision and Comparing Event Generators by Multi-jet Events Author: W. H. TANG 1 (Department of Physics, The Chinese University of Hong Kong) Supervisors: Z. L. MARSHALL 2,

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

Measurement of Inclusive Charged Jet Production in pp and Pb-Pb collisions at snn = 5.02 TeV with ALICE

Measurement of Inclusive Charged Jet Production in pp and Pb-Pb collisions at snn = 5.02 TeV with ALICE 1 Measurement of Inclusive Charged Jet Production in pp and Pb-Pb collisions at snn = 5.02 TeV with ALICE Hiroki Yokoyama for the ALICE collaboration LPSC, Université Grenoble-Alpes, CNRS/IN2P3 University

More information

HEP Seminar. Studying the Energy Dependence of the Underlying Event at the Tevatron and the LHC Rick Field University of Florida.

HEP Seminar. Studying the Energy Dependence of the Underlying Event at the Tevatron and the LHC Rick Field University of Florida. Studying the Energy Dependence of the Underlying Event at the Tevatron and the LHC Rick Field University of Florida HEP Seminar Outline Early studies the underlying event (UE) at CDF and PYTHIA Tune A.

More information

PoS(DIS2017)208. Nuclear PDF studies with proton-lead measurements with the ALICE detector

PoS(DIS2017)208. Nuclear PDF studies with proton-lead measurements with the ALICE detector Nuclear PDF studies with proton-lead measurements with the ALICE detector a,b for the ALICE Collaboration a Institute for Subatomic Physics, Department for Physics and Astronomy and EMMEφ, Faculty of Science,

More information

Charm photoproduction at HERA

Charm photoproduction at HERA Charm photoproduction at HERA David Meer Doktorandenseminar 2003 Contents 2 Heavy quark production Physical motivation Jets Vertexing Event selection Monte Carlo results A first look at data Next analysis

More information

LHC MPI and underlying event results

LHC MPI and underlying event results LHC MPI and underlying event results Marianna Testa (ATLAS) for the ALICE, ATLAS, CMS & LHCb collaborations SM@LHC 2012, Copenhagen, 10-13 April 2012 The Underlying Event Everything in hadron collisions

More information

Photoproduction of Events with Rapidity Gaps Between Jets with ZEUS at HERA. Michigan State HEP Seminar May 2, 2006

Photoproduction of Events with Rapidity Gaps Between Jets with ZEUS at HERA. Michigan State HEP Seminar May 2, 2006 Photoproduction of Events with Rapidity Gaps Between Jets with ZEUS at HERA Patrick Ryan University of Wisconsin Michigan State HEP Seminar May 2, 2006 Rapidity Gaps Between Jets in PHP MSU HEP Seminar,

More information

Measurements of the Proton F L and F 2 Structure Functions at Low x at HERA

Measurements of the Proton F L and F 2 Structure Functions at Low x at HERA Measurements of the Proton F L and F 2 Structure Functions at Low x at HERA Andrei Nikiforov DESY on behalf of the H1 and ZEUS collaborations Moriond QCD, La Thuile, 13 March 2008 Andrei Nikiforov DESY

More information

PANIC August 28, Katharina Müller on behalf of the LHCb collaboration

PANIC August 28, Katharina Müller on behalf of the LHCb collaboration Measurements with electroweak bosons at LHCb PANIC August 28, 2014 on behalf of the LHCb collaboration Outline LHCb detector Measurements with electroweak bosons Motivation Z production Z plus jets, Z

More information

PDFs for Event Generators: Why? Stephen Mrenna CD/CMS Fermilab

PDFs for Event Generators: Why? Stephen Mrenna CD/CMS Fermilab PDFs for Event Generators: Why? Stephen Mrenna CD/CMS Fermilab 1 Understanding Cross Sections @ LHC: many pieces to the puzzle LO, NLO and NNLO calculations K-factors Benchmark cross sections and pdf correlations

More information

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

Measurements of of BB BB Angular Correlations based on Secondary Vertex Reconstruction at at s s s = 7 TeV in in CMS XIV International Conference on Hadron Spectroscopy Measurements of of BB BB Angular Correlations based on on Secondary Vertex Reconstruction at at s s s = 7 TeV in in CMS Christoph Grab ETH Zurich Representing

More information

Inclusive jet cross section in ATLAS

Inclusive jet cross section in ATLAS Inclusive jet cross section in ALAS (on behalf of the ALAS collaboration) Pavel Starovoitov CERN -04-0 he researcher is supported by Marie Curie Incoming International Fellowship of the European Commission

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