Boosted W Jets in Electroweak W+W- Decays. Joseph Flanigan. Department of Physics at University of Wisconsin- Milwaukee; REU at

Size: px
Start display at page:

Download "Boosted W Jets in Electroweak W+W- Decays. Joseph Flanigan. Department of Physics at University of Wisconsin- Milwaukee; REU at"

Transcription

1 Boosted W Jets in Electroweak W+W- Decays Joseph Flanigan Department of Physics at University of Wisconsin- Milwaukee; REU at Wayne State University (Dated: August 15, 2012) Abstract Particle accelerators such as the late Tevatron in Batavia, IL. or the LHC in Geneva, Switzerland have been making major contributions to the standard model of particle physics and beyond for decades. With the recent discovery of the Higgs Boson the standard model of particle physics is nearly complete. Scientists everywhere may find themselves wondering what is next for research centers in which many countries are so heavily invested. The answer: intensive research in physics beyond the standard model. Part of this topic includes electroweak decays in which hadronic jets from W-boson decays are merged as a resulted of the boson being boosted.

2 Introduction: With the standard model of particle physics essentially complete, physics beyond the standard model will become an increasingly popular topic in the near future. Merged jets as a result of boosted boson decays can play a vital role in many topics of particle physics beyond the standard model. Before any intensive research on the subject begins, it is important for researchers to know whether or not boosted jets can be identified and selected in data collected in the Compact Muon Solenoid detector at the Large Hadron Collider. The following experiment analyzed data generated by Monte-Carlo methods as a feasibility study on the matter, then used identical techniques on data from CERN. Merged jets occur in a number of channels and although a fairly good sample can be seen in pure tt-bar samples it is best to analyze whole sets of data from CERN to pick out a greater number of events, and study boosted W-boson decay in more than one channel. The typical case for a boosted Wboson outside of tt-bar events involves an intermediate boson, usually a γ or a Z-boson (see Feynmann diagrams below). Figure 1: In the Feynman diagram to the left, a qq-bar pair eliminate producing a W boson which decays into a lepton and a neutrino, this decay is not boosted and will not produce any jets. In the image to the right, a qq-bar pair eliminate producing an intermediate photon or Z-boson before decaying into a W+/W- pair which produces a lepton, neutrino and qqbar pair. The qq-bar pair hadronizes to produce jets which are merged. Given that merged jets have unique properties, it can be proposed that if cuts are made based on those properties, and a mass distribution is plotted for events in the detector before and after cuts, a peak should be visible at the mass of the W-boson (80 GeV) in the post-cut plot. The trouble is developing a set of cuts that will eliminate backgrounds, but not the signal events. This is why beginning with data generated via Monte-Carlo methods is so important. Signal and background data can be separated, and

3 distributions of numerous variables that cuts can be made on can be plotted to help determine the properties of merged jets. Process of Analysis: The analysis started with Monte-Carlo data, in the form of several ROOT trees, using only background and signal events, ignoring tt-bar events completely for now. CERN's ROOT program was used with basic C++ programming techniques to sort through the data and plot several variables. For this analysis, only Cambridge-Achen 8 pruned jets were studied (ca8pr), and we selected only class 2 events, or lυj events. These events occur when a jet from a W-boson is formed along with the second boson decaying into a lepton and a neutrino. The variables best suited for cuts were determined to be as follows, note that the variables will be referred to by the abbreviation in parenthesis following the name from here on: 1. Jet Mass (M) 2. Jet transverse momentum (jet PT) 3. W-boson transverse momentum (W PT) 4. Transverse Mass (MT) 5. Missing transverse energy (MET) 6. Lepton Transverse Momentum (Lepton PT) 7. Phi (see illustration on following page for clarification on angles, φ) 8. R (η2 + φ2) 9. Phi Missing Transverse Energy ( φmet) 10. Transverse Momentum Subjet 1 (PT1) 11. Mass Subjet 1 (M1) 12. Mass Subjet 2 (M2) 13. Transverse Momentum Subjet 2 (PT2) 14. Mu (note this is M1/M, μ)

4 Once these variables were plotted using ROOT, they could be studied and appropriate cuts could be made. Of course it was also quite easy to make cuts based on the current understanding of the properties of W-bosons, and their behavior in certain decays. This allowed an initial set of cuts to made to eliminate some of the background noise right away. Although merged jets share some characteristics with the background, so not all variables yield significant gains in signal. φ η Figure 2: A simple representation of the detector and the angles used to describe the positions of any events within. Based on the current understanding of W-boson decay, the following set of initial cuts was used to created a set of graphs on which further cuts could be made: 1. Jet PT > 200 GeV 2. W PT > 150 GeV 3. MT > 50 GeV 4. MET > 50 GeV 5. Lepton PT > 80 GeV 6. φ > 2.0 radians 7. R > 1.0 radians 8. φmet > 0.4 radians Graphs of these variables can be found at the end of the article. After this initial set of cuts was made, it was important to observe the mass distribution, and distributions of the variables PT1, PT2, and μ (see figures below) so the vital set of cuts that would eliminate a good portion of background could be

5 made, allowing the peak at 80 GeV to be visible in an updated mass distribution. Once these cuts were determined by simple observation of the distributions, the numbers could be plugged into an if statement inside of a for loop in the program that created the graphs from the ROOT trees. Once the mass distribution was replotted the results could finally be seen. The program would loop through all events in the ROOT trees and select events to be displayed on the histograms based on whether or not they passed the cuts. Figure 3: The mass distribution after the initial set of cuts. The blue is signal events stacked on the background events, in green. Notice how insignificant the amount of signal is in comparison to the background. Figure 4: The distribution of μ normalized to unity. From this distribution it is (hopefully) clear that if a cut were to be made at μ <.25 a good portion of background (green) events could be eliminated while keeping the majority of signal (blue) events.

6 Figure 5: The distribution of the transverse momentum of sub-jet 2, signal is once again in blue and background is in green. From this image it was determined that the optimal cut for eliminating background and maintaining signal was to be made at Pt2 > 50 GeV. Figure 6: The distribution of the transverse momentum of sub-jet 1, signal in green and background in blue. There is no terribly obvious cut that would effectively eliminate background while maintaining a large portion of signal. The cut was made at Pt1 > 50 GeV, more as a formality than an effective method of background elimination.

7 The final set of cuts to be made was determined after examination of these graphs. The cuts were to be performed in addition to the initial 8 cuts for a total of 11 cuts. The three additional cuts were: 1. PT1 > 50 GeV 2. PT2 > 50 GeV < μ <.25 After these cuts were added into a second if statement in the program's for loop, the following jet mass distribution was the output: Figure 7: The mass distribution after the final set of cuts had been determined and made. Notice the peak at 80 GeV, the mass of the W-boson, and also an improved ratio of signal-to-background. This result was exactly as expected, and provides optimism for the idea that boosted W decays can be observed and selected with ease. The next step in the process was to include tt-bar data, and reduce the number of tt-bar events present in our distributions. Although there is a strong sample of boosted jets in tt-bar data, it is not the type of decay desired in this analysis. TT-Bar events were originally excluded because they are easily suppressed by cuts on two additional variables, and inclusion of tt-bar events in the initial analysis could have proved to be problematic visually. Using a third set of Monte-Carlo generated data

8 including only tt-bar events the program for event selection was modified, now with 3 separate for loops (one for a tree containing boosted jets, one for a tree containing background, and one for a tree containing only tt-bar.). The same 8 initial cuts and 11 final cuts were used on all three types of events for the sake of consistency, as each variable could only hold one value in either the initial or final sets during analysis of actual data from CERN where one tree contains all three event types. Thus is it important to be sure that one initial and one final set of cuts would provide good results across all three data sets. The additional two cuts, for elimination of tt-bar events, were therefore applied to all three trees as well. The mass distributions obtained from this part of the analysis should very closely resemble the distributions of the actual data from CERN after analysis, showing that the selection technique is valid. The extra variables to be cut on that would eliminate a good portion of tt-bar events, while maintaining signal events were the number of b-tagged AK5 jets outside of the CA8PR jets (BAK5O), and the number of AK5 jets outside of the CA8PR jets (AK5O). BAK5O was held at less than one, while two separate distributions were printed for AK5O one of them being less than one and one of them being less than two. The mass including tt-bar distribution under only our initial set of cuts, followed by the two distributions for the different AK5O cuts are below. Figure 8: The mass distribution after the initial set of cuts. TT-Bar events are in red, notice a more defined bump at 80 GeV

9 Figure 9: On the left we have the set of cuts B-tagged AK5 outside CA8pr < 1 and AK5 outside CA8pr < 2, on the right AK5 outside CA8pr < 1. Notice that on the right there are significantly less ttbar events (in red), and that the number of important signal events (in blue) is fairly strong. This gives us our final set of cuts that we will then apply to actual data. Note: These results have not yet been weighted to more closely resemble data from CERN. From the images above it was determined that cuts on the variable AK5O should be under 1 jet, as that eliminated more tt-bar events and kept a greater number of signal events. From here the next step was weighting of the above graphs to more closely resemble CERN's data, and finally applying the analysis to actual data from CERN. Weighting the graphs was a simple matter of filling both the pre-cut and post-cut graphs with an extra variable, and was implemented in the analysis program during the same revision that added the data from CERN. Addition of the actual data was simple, just apply the same programming techniques used on the three Monte-Carlo data sets to a ROOT tree containing the data and print the mass distributions of the data over the mass distributions of the Monte-Carlo. Below are the mass distributions provided by this final revision, and the final product of this analysis.

10 Figure 10: The final pre-cut mass distribution featuring actual data collected by CERN in the CMS detector, and weighted Monte-Carlo data. The data is printed as black crosses. Notice that although the data displays a lower number of events than the Monte-Carlo its shape is virtually the same with a peak at the low end, and a small bump at 80 GeV where the signals of interest lie. Figure 11: The post-cut mass distributions after weighting of Monte-Carlo data and inclusion of actual data collected in the CMS detector at the Large Hadron Collider. The actual data is again featured as black crosses. Although the actual data doesn't follow the same pattern as the Monte-Carlo data there is an obvious peak at 80 GeV. This is a great result, and it shows that boosted W+/W- decays can be isolated and studied.

11 Conclusions: Results of this analysis were remarkably good, and displayed almost exactly what was expected. Although further adjustments can and should be made, there are conclusions that can be drawn from the results in-hand. The distributions in figures 10 and 11 show that the set of cuts determined in the feasibility study are effective in analyzing actual data. This provides a way of selecting for boosted W decays in data sets where it is otherwise barely visible. The study also provides some insight into the characteristics of such decays. Characteristics of actual boosted W decays in CERN's data sets can be studied with ease, using similar programming techniques, if this set of cuts (or perhaps a to be determined better set of cuts) is used to ensure that a good portion of the events whose characteristics are being studied are actual boosted W decays. Overall the results are very positive, and this leaves future researchers a solid background to perform more in-depth analyses of the subject. In the future it would be simple to perform similar analyses on different jet-trimming algorithms than CA8PR, perhaps something a bit fancier. Of course this analysis should give researchers a basic understanding of how one might search for heavy resonances, for example Higgs greater than 500 GeV. Overall, the study was a success, but there is always room for improvements. The study of physics beyond the standard model will continue for a long time, and analyses such as this are just the beginning.

12 Resources: [1] K. Krylova, Anomalous Gauge Couplings, [2] F. Tanedo, When you're a jet you're a jet all the way, [3] N. Glover, Jets at Hadron Colliders, [4] A. Altheimer, G. Brooijmans, Matrix Elements, Parton Showers and Jet Merging: Jet Substructure and New Physics at the LHC, Arxiv: [5] R.V. Sierra, Searches for Boosted Particles in CMS, contribid=1&resid=0&materialid=slides&confid=138809

13

14

Optimizing Selection and Sensitivity Results for VV->lvqq, 6.5 pb -1, 13 TeV Data

Optimizing Selection and Sensitivity Results for VV->lvqq, 6.5 pb -1, 13 TeV Data 1 Optimizing Selection and Sensitivity Results for VV->lvqq, 6.5 pb, 13 TeV Supervisor: Dr. Kalliopi Iordanidou 215 Columbia University REU Home Institution: High Point University 2 Summary Introduction

More information

How to find a Higgs boson. Jonathan Hays QMUL 12 th October 2012

How to find a Higgs boson. Jonathan Hays QMUL 12 th October 2012 How to find a Higgs boson Jonathan Hays QMUL 12 th October 2012 Outline Introducing the scalar boson Experimental overview Where and how to search Higgs properties Prospects and summary 12/10/2012 2 The

More information

Anomalous Gauge Couplings. Abstract

Anomalous Gauge Couplings. Abstract Anomalous Gauge Couplings Kristina Krylova Department of Physics, University at Buffalo; REU at Wayne State University (Dated: 9 August, 2) Abstract With the Large Hadron Collider s successful operation

More information

Higgs Searches at CMS

Higgs Searches at CMS Higgs Searches at CMS Ashok Kumar Department of Physics and Astrophysics University of Delhi 110007 Delhi, India 1 Introduction A search for the Higgs boson in the Standard Model (SM) and the Beyond Standard

More information

Boosted searches for WW/WZ resonances in

Boosted searches for WW/WZ resonances in Boosted searches for WW/WZ resonances in the lνj final state BILLIE LUBIS COLUMBIA UNIVERSITY REU 2016 CERN Founded in 1954 by 12 Western European countries Now 22 member countries Aims to conduct cutting-edge

More information

Mono-X, Associate Production, and Dijet searches at the LHC

Mono-X, Associate Production, and Dijet searches at the LHC Mono-X, Associate Production, and Dijet searches at the LHC Emily (Millie) McDonald, The University of Melbourne CAASTRO-CoEPP Joint Workshop Melbourne, Australia Jan. 30 - Feb. 1 2017 M. McDonald, University

More information

Mysteries of the Standard Model

Mysteries of the Standard Model Mysteries of the Standard Model Methods of exploring the nature of the Electroweak force at the Compact Muon Solenoid [CMS] experiment. Final REU presentation given by Kellen McGee in partial fulfillment

More information

ATLAS Discovery Potential of the Standard Model Higgs Boson

ATLAS Discovery Potential of the Standard Model Higgs Boson ATLAS Discovery Potential of the Standard Model Higgs Boson Christian Weiser University of Freiburg (on behalf of the ATLAS Collaboration) 14th Lomonosov Conference on Elementary Particle Physics Moscow,

More information

Study of Higgs Boson Decaying to Four Muons at s =14 TeV

Study of Higgs Boson Decaying to Four Muons at s =14 TeV Study of Higgs Boson Decaying to Four Muons at s =14 TeV R.M. Aly 1, A.A. Abdelalim 1,2, M.N.El-Bakrey 1 and A. Mahrous 1 1 Department of physics, Faculty of science, Helwan University, Cairo, Egypt. 2

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

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

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

Discovery potential of the SM Higgs with ATLAS

Discovery potential of the SM Higgs with ATLAS Discovery potential of the SM Higgs with P. Fleischmann On behalf of the Collaboration st October Abstract The discovery potential of the Standard Model Higgs boson with the experiment at the Large Hadron

More information

Jet Substructure. Adam Davison. University College London

Jet Substructure. Adam Davison. University College London Jet Substructure Adam Davison University College London 1 Outline Jets at the LHC Machine and ATLAS detector What is a jet? Jet substructure What is it? What can it do for us? Some ATLAS/Higgs bias here

More information

Search for Heavy Resonances X WV lνqq. Zijun Xu Peking University 2016 Dec

Search for Heavy Resonances X WV lνqq. Zijun Xu Peking University 2016 Dec Search for Heavy Resonances X WV lνqq Zijun Xu Peking University 2016 Dec Diboson Resonance searches Spin-0, Heavy Higgs, Radion Spin-1, Heavy Vector Triplet W, Z Spin-2, RS/Bulk Graviton 2 Diboson Resonance

More information

2 ATLAS operations and data taking

2 ATLAS operations and data taking The ATLAS experiment: status report and recent results Ludovico Pontecorvo INFN - Roma and CERN on behalf of the ATLAS Collaboration 1 Introduction The ATLAS experiment was designed to explore a broad

More information

PoS(CORFU2016)060. First Results on Higgs to WW at s=13 TeV with CMS detector

PoS(CORFU2016)060. First Results on Higgs to WW at s=13 TeV with CMS detector First Results on Higgs to WW at s=13 ev with CMS detector Università di Siena and INFN Firenze E-mail: russo@fi.infn.it he first measurement of the Higgs boson cross section at 13 ev in H WW 2l2ν decay

More information

La ricerca dell Higgs Standard Model a CDF

La ricerca dell Higgs Standard Model a CDF La ricerca dell Higgs Standard Model a CDF Melisa Rossi INFN-TS Giornata di seminari INFN Trieste - 7 Luglio 2009 FNAL: Fermi National Accelerator Lab Tevatron currently provides the highest energy proton-antiproton

More information

Analysis of Top Quarks Using a Kinematic Likelihood Method

Analysis of Top Quarks Using a Kinematic Likelihood Method The Ohio State University Undergraduate Research Thesis Presented in Partial Fulfillment of the Requirements for Graduation with Research Distinction in Physics in the Undergraduate Colleges of The Ohio

More information

Search for a Z at an e + e - Collider Thomas Walker

Search for a Z at an e + e - Collider Thomas Walker Search for a Z at an e + e - Collider Thomas Walker Significance: Many theories predict that another neutral gauge boson (Z ) may exist. In order to detect this Z, I would use an e + e - linear collider

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

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

Preparations for SUSY searches at the LHC

Preparations for SUSY searches at the LHC Preparations for SUSY searches at the LHC Alex Tapper UK HEP Forum: LHC First Results and Outlook, September 20-21 20. Outline Search strategy Examples with 70 nb Hadronic searches Leptonic searches (single

More information

Excited Electron Search in the e eeγ Channel in ATLAS at S = 7 TeV

Excited Electron Search in the e eeγ Channel in ATLAS at S = 7 TeV Excited Electron Search in the e eeγ Channel in ATLAS at S = 7 TeV Juliana Cherston August 5, 11 Abstract The discovery of an excited electron would provide evidence for the theory of compositeness. In

More information

Experimental verification of the Salaam-Weinberg model. Pásztor Attila, Eötvös University Experimental Particle Physics Student Seminar

Experimental verification of the Salaam-Weinberg model. Pásztor Attila, Eötvös University Experimental Particle Physics Student Seminar Experimental verification of the Salaam-Weinberg model Pásztor Attila, Eötvös University Experimental Particle Physics Student Seminar Contents Theoretical considerations Discovery of W and Z bosons (and

More information

Higgs Searches and Properties Measurement with ATLAS. Haijun Yang (on behalf of the ATLAS) Shanghai Jiao Tong University

Higgs Searches and Properties Measurement with ATLAS. Haijun Yang (on behalf of the ATLAS) Shanghai Jiao Tong University Higgs Searches and Properties Measurement with ATLAS Haijun Yang (on behalf of the ATLAS) Shanghai Jiao Tong University LHEP, Hainan, China, January 11-14, 2013 Outline Introduction of SM Higgs Searches

More information

Preparations for SUSY searches at the LHC

Preparations for SUSY searches at the LHC Preparations for SUSY searches at the LHC Alex Tapper UK HEP Forum: LHC First Results and Outlook, September 20-21 20. Outline Search strategy Examples with 70 nb -1 Hadronic searches Leptonic searches

More information

Discovery Physics at the Large Hadron Collider

Discovery Physics at the Large Hadron Collider + / 2 GeV N evt 4 10 3 10 2 10 CMS 2010 Preliminary s=7 TeV -1 L dt = 35 pb R > 0.15 R > 0.20 R > 0.25 R > 0.30 R > 0.35 R > 0.40 R > 0.45 R > 0.50 10 1 100 150 200 250 300 350 400 [GeV] M R Discovery

More information

VBF SM Higgs boson searches with ATLAS

VBF SM Higgs boson searches with ATLAS VBF SM Higgs boson searches with Stefania Xella (for the collaboration) Niels Bohr Institute, Copenhagen University, Denmark E-mail: xella@nbi.dk The observation of a Standard Model Higgs boson produced

More information

ATLAS NOTE. August 7, The Search for a Heavy Vector-like Top Partner T Zt Decay. Kiley Kennedy. Wesleyan University.

ATLAS NOTE. August 7, The Search for a Heavy Vector-like Top Partner T Zt Decay. Kiley Kennedy. Wesleyan University. ATLAS NOTE August 7, 5 The Search for a Heavy Vector-like Top Partner T Zt Decay Kiley Kennedy Wesleyan University Abstract This paper outlines the analysis searching for a vector-like top partner T Zt

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 -2015/246 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 15 October 2015 (v3, 04 November 2015)

More information

Background Analysis Columbia University REU 2015

Background Analysis Columbia University REU 2015 Background Analysis Columbia University REU 2015 Kylee Branning Northern Michigan University Adviser: Dr. Kalliopi Iordanidou July 31, 2015 Abstract This study focuses on the development of data driven

More information

Top quark pair cross section measurements at the Tevatron experiments and ATLAS. Flera Rizatdinova (Oklahoma State University)

Top quark pair cross section measurements at the Tevatron experiments and ATLAS. Flera Rizatdinova (Oklahoma State University) Top quark pair cross section measurements at the Tevatron experiments and ATLAS (Oklahoma State University) Outline Introduction: Large Hadron Collider (LHC) and major experiments on it ATLAS detector

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

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

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

PoS(DIS 2010)190. Diboson production at CMS

PoS(DIS 2010)190. Diboson production at CMS (on behalf of the CMS collaboration) INFN-Napoli & University of Basilicata E-mail: fabozzi@na.infn.it We present an analysis strategy based on Monte Carlo simulations for measuring the WW and WZ production

More information

Upgrade of ATLAS and CMS for High Luminosity LHC: Detector performance and Physics potential

Upgrade of ATLAS and CMS for High Luminosity LHC: Detector performance and Physics potential IL NUOVO CIMENTO 4 C (27) 8 DOI.393/ncc/i27-78-7 Colloquia: IFAE 26 Upgrade of ATLAS and CMS for High Luminosity LHC: Detector performance and Physics potential M. Testa LNF-INFN - Frascati (RM), Italy

More information

Higgs couplings and mass measurements with ATLAS. Krisztian Peters CERN On behalf of the ATLAS Collaboration

Higgs couplings and mass measurements with ATLAS. Krisztian Peters CERN On behalf of the ATLAS Collaboration Higgs couplings and mass measurements with ATLAS CERN On behalf of the ATLAS Collaboration July observation: qualitative picture A single state observed around ~125 GeV Qualitatively all observations consistent

More information

A Study of the Higgs Boson Production in the Dimuon Channelat 14 TeV

A Study of the Higgs Boson Production in the Dimuon Channelat 14 TeV A Study of the Higgs Boson Production in the Dimuon Channelat 14 TeV M.S.El-Nagdy 1, A.A.Abdelalim 1,2, A.Mahrous 1, G.Pugliese 3 and S.Aly 1 (1) Physics department, Faculty of Science, Helwan University,

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

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

Search for H ± and H ±± to other states than τ had ν in ATLAS

Search for H ± and H ±± to other states than τ had ν in ATLAS Search for H ± and H to other states than τ had ν in On behalf of the collaboration Louisiana Tech University E-mail: Catrin.Bernius@cern.ch esults of searches for charged Higgs bosons based on data from

More information

CMS. S.Paktinat. School of Particles and Accelerators Institute for Studies in Theoretical Physics and Mathematics (IPM) May 23, 2013

CMS. S.Paktinat. School of Particles and Accelerators Institute for Studies in Theoretical Physics and Mathematics (IPM) May 23, 2013 IPM @ CMS S.Paktinat School of Particles and Accelerators Institute for Studies in Theoretical Physics and Mathematics (IPM) May 23, 2013 The CMS detector for LHC Each color shows a different layer This

More information

Top Physics at CMS. Intae Yu. Sungkyunkwan University (SKKU), Korea Yonsei University, Sep 12 th, 2013

Top Physics at CMS. Intae Yu. Sungkyunkwan University (SKKU), Korea Yonsei University, Sep 12 th, 2013 Top Physics at CMS Intae Yu Sungkyunkwan University (SKKU), Korea Seminar @ Yonsei University, Sep 12 th, 2013 Outline Overview of CMS Operation Korea CMS Group Doing Top Physics at LHC Top Production

More information

Dark Matter Searches in CMS. Ashok Kumar Delhi University - Delhi

Dark Matter Searches in CMS. Ashok Kumar Delhi University - Delhi Dark Matter Searches in CMS Ashok Kumar Delhi University - Delhi 28th Rencontres de Blois, Particle Physics and Cosmology! May 29 June 03, 2016 Dark Matter at LHC Benchmark Models Results at 8 TeV Mono-photon

More information

arxiv: v1 [hep-ex] 16 Jan 2019

arxiv: v1 [hep-ex] 16 Jan 2019 CMS-CR-28/262 January 7, 29 Measurement of the single top quark and antiquark production cross sections in the t channel and their ratio at TeV arxiv:9.5247v [hep-ex] 6 Jan 29 Denise Müller on behalf of

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

Phenomenology of Fourth Generation Neutrinos

Phenomenology of Fourth Generation Neutrinos Phenomenology of Fourth Generation Neutrinos Linda Carpenter May 2010 With A. Rajaraman & D. Whiteson Constraints on a 4 th Generation Z width from LEP Z pole measurements Direct search bounds S and T

More information

TMVA Study for B B Search

TMVA Study for B B Search TMVA Study for B B Search J. Guo 1, D. Hu 1, J. Parsons 1, and K. Stockton 2 1 Columbia University 2 Hamilton College August 2, 2013 Abstract Successfully separating background from signal is vital to

More information

Search for a heavy gauge boson W e

Search for a heavy gauge boson W e Search for a heavy gauge boson W e Cornell University LEPP Journal Club Seminar April 1, 2011 The LHC Machine 2 The beginning of the LHC era First collisions at 7 TeV confirmed on March 30, 2010 There

More information

Confronting Theory with Experiment at the LHC

Confronting Theory with Experiment at the LHC Confronting Theory with Experiment at the LHC Mojtaba Mohammadi Najafabadi School of Particles and Accelerators 21 st IPM Physics Spring Conference May 21-22, 2014 1 Standard Model: a theory of interactions

More information

SUSY Phenomenology & Experimental searches

SUSY Phenomenology & Experimental searches SUSY Phenomenology & Experimental searches Alex Tapper Slides available at: http://www.hep.ph.ic.ac.uk/tapper/lecture.html Reminder Supersymmetry is a theory which postulates a new symmetry between fermions

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

Introduction to the Standard Model

Introduction to the Standard Model Introduction to the Standard Model Bill Murray, RAL, Quarks and leptons Bosons and forces The Higgs March 2002 1 Outline: An introduction to particle physics What is the Higgs Boson? Some unanswered questions

More information

Searches Beyond the Standard Model at the LHC. Yuri Gershtein

Searches Beyond the Standard Model at the LHC. Yuri Gershtein Searches Beyond the Standard Model at the LHC Yuri Gershtein There Must Be New Physics! Explain low mass of Higgs (hierarchy problem) Explain Dark Matter why shouldn t it be produced at colliders? Explain

More information

Ali Celik, Will H. Flanagan

Ali Celik, Will H. Flanagan Search for Supersymmetry in Dilepton Final States with Energetic Two-jets in Vector Boson Fusion-like Topology Using the CMS Detector at the LHC Ali Celik, Will H. Flanagan On behalf of the CMS Collaboration

More information

Top quark at LHC. M. Villa. Bologna, oggi

Top quark at LHC. M. Villa. Bologna, oggi Top quark at LHC M. Villa Bologna, oggi 1 Outline Top quark characteristics Top production and decay Measurements 2 Outline Top quark characteristics Top production and decay Measurements 3 Top quark I.D.

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

Results from the Tevatron: Standard Model Measurements and Searches for the Higgs. Ashutosh Kotwal Duke University

Results from the Tevatron: Standard Model Measurements and Searches for the Higgs. Ashutosh Kotwal Duke University Results from the Tevatron: Standard Model Measurements and Searches for the Higgs Ashutosh Kotwal Duke University SLAC Summer Institute 31 July 2007 Why Build Accelerators? From Atoms to Quarks Scattering

More information

Results on top physics by CMS

Results on top physics by CMS EPJ Web of Conferences 95, 04069 (2015) DOI: 10.1051/ epjconf/ 20159504069 C Owned by the authors, published by EDP Sciences, 2015 Results on top physics by CMS Silvano Tosi 1,2,a, on behalf of the CMS

More information

Prospects for Higgs Searches at CDF in Run II

Prospects for Higgs Searches at CDF in Run II Prospects for Higgs Searches at CDF in Run II DPF2000 Columbus, Ohio August 9-12, 2000 Richard E. Hughes Department of Physics The Ohio State University Acknowledgements: Report of the Tevatron Higgs Working

More information

Search for the Z Boson in the Dielectron Channel

Search for the Z Boson in the Dielectron Channel Search for the Z Boson in the Dielectron Channel Sedrick Weinschenk 1,2 1 Physics Department, Columbia University 2 Physics and Astronomy Department, Butler University August 3, 2018 This paper discusses

More information

WW scattering at the LHC Part 2 simulations

WW scattering at the LHC Part 2 simulations WW scattering at the LHC Part 2 simulations Jan Kalinowski, Stefan Pokorski, Janusz Rosiek (IFT UW) Krzysztof Doroba (IFD UW), Michał Szleper (IPJ), Sławek Tkaczyk (Fermilab) Cracow Warsaw LHC Workshop

More information

LHC Physics Potential vs. Energy: Considerations for the 2011 Run

LHC Physics Potential vs. Energy: Considerations for the 2011 Run FERMILAB FN 0913 T Rev. February 1, 2011 arxiv:1101.3201v2 [hep-ph] 1 Feb 2011 LHC Physics Potential vs. Energy: Considerations for the 2011 Run Chris Quigg* Theoretical Physics Department Fermi National

More information

Analysis of W µν+jets

Analysis of W µν+jets Analysis of W µν+jets Introduction The detection of leptons (muons and electrons) is very important for physics at the current and higher energy regimes. The study of intermediate vector bosons decaying

More information

Early SUSY searches at the LHC

Early SUSY searches at the LHC on behalf of the ATLAS and CMS Collaborations Imperial College London E-mail: a.tapper@imperial.ac.uk Supersymmetry may give rise to striking events that could be discovered early in LHC running. Search

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

Search for non-thermal dark matter and new scalar boson at the LHC

Search for non-thermal dark matter and new scalar boson at the LHC Search for non-thermal dark matter and new scalar boson at the LHC 2015/10/21 KPS meeting/gyeongju Namgyun Jeong*, YoungDo Oh and DongHee Kim Department of physics, Kyungpook National University KPS Oct.

More information

14 Top Quark. Completing the Third Generation

14 Top Quark. Completing the Third Generation 14 Top Quark Completing the Third Generation No one could doubt that there would be a sixth quark, the top or t, but it was equally certain that initially no one knew where it would be found. With the

More information

Search for Higgs and new Physics at CDF

Search for Higgs and new Physics at CDF Search for Higgs and new Physics at CDF Outline: Search for Standard Model Higgs Introduction Analysis methods for low mass Higgs Strategies for high mass Higgs Search for new Physics Signature based Electron

More information

arxiv: v1 [hep-ex] 7 Jan 2019

arxiv: v1 [hep-ex] 7 Jan 2019 Top quarks and exotics at ATLAS and CMS Leonid Serkin on behalf of the ATLAS and CMS Collaborations 1 arxiv:1901.01765v1 [hep-ex] 7 Jan 2019 INFN Gruppo Collegato di Udine, Sezione di Trieste, Udine and

More information

Highlights from the ATLAS Experiment

Highlights from the ATLAS Experiment Highlights from the ATLAS Experiment Sally Seidel 1, on behalf of the ATLAS Collaboration 1 Department of Physics and Astronomy, University of New Mexico, MSC 07 4220, Albuquerque, NM 87131, USA Abstract.

More information

Searching for the Higgs at the LHC

Searching for the Higgs at the LHC Searching for the Higgs at the LHC Philip Lawson Boston University - PY 898 - Special Topics in LHC Physics 3/16/2009 1 Outline Theory & Background of Higgs Mechanism Production Modes Decay Modes - Discovery

More information

Overview of the Higgs boson property studies at the LHC

Overview of the Higgs boson property studies at the LHC Overview of the Higgs boson property studies at the LHC Giada Mancini, a, Roberto Covarelli b a LNF-INFN and University of Roma Tor Vergata, b INFN and University of Torino E-mail: giada.mancini@lnf.infn.it,

More information

Fiducial cross sections for Higgs boson production in association with a jet at next-to-next-to-leading order in QCD. Abstract

Fiducial cross sections for Higgs boson production in association with a jet at next-to-next-to-leading order in QCD. Abstract CERN-PH-TH-2015-192 TTP15-030 Fiducial cross sections for Higgs boson production in association with a jet at next-to-next-to-leading order in QCD Fabrizio Caola, 1, Kirill Melnikov, 2, and Markus Schulze

More information

Boosted top quarks in the ttbar dilepton channel: optimization of the lepton selection

Boosted top quarks in the ttbar dilepton channel: optimization of the lepton selection Boosted top quarks in the ttbar dilepton channel: optimization of the lepton selection DESY Summer School 24 9 September, 24 Author: Ibles Olcina Samblàs* Supervisor: Carmen Diez Pardos Abstract A study

More information

Higgs cross-sections

Higgs cross-sections Ph.D. Detailed Research Project Search for a Standard Model Higgs boson in the H ZZ ( ) 4l decay channel at the ATLAS Experiment at Cern Ph.D. Candidate: Giacomo Artoni Supervisor: Prof. Carlo Dionisi,

More information

High p T physics at the LHC Lecture III Standard Model Physics

High p T physics at the LHC Lecture III Standard Model Physics High p T physics at the LHC Lecture III Standard Model Physics Miriam Watson, Juraj Bracinik (University of Birmingham) Warwick Week, April 2011 1. LHC machine 2. High PT experiments Atlas and CMS 3. Standard

More information

2016 SM H ττ Analysis 26th September 2016

2016 SM H ττ Analysis 26th September 2016 2016 SM H ττ Analysis 26th September 2016 INSTITUT FÜR EXPERIMENTELLE KERNPHYSIK (EKP) FAKULTÄT FÜR PHYSIK KIT Universität des Landes Baden Württemberg und nationales Forschungszentrum in der Helmholtz

More information

Searching for Beyond Standard Model Physics with Top Quarks at the ATLAS Detector

Searching for Beyond Standard Model Physics with Top Quarks at the ATLAS Detector Searching for Beyond Standard Model Physics with Top Quarks at the ATLAS Detector (University of Hong Kong) Topical Mini-Workshop of the New Physics at the TeraScale @ Tsung-Dao Lee Institute, SJTU Introduction

More information

Measurement of W-boson Mass in ATLAS

Measurement of W-boson Mass in ATLAS Measurement of W-boson Mass in ATLAS Tai-Hua Lin on behalf of the ATLAS collaboration Blois 2017, France Outline Motivation for W mass measurement Measurement Strategy Method: Monte Carlo Templates Fits

More information

Introduction. The LHC environment. What do we expect to do first? W/Z production (L 1-10 pb -1 ). W/Z + jets, multi-boson production. Top production.

Introduction. The LHC environment. What do we expect to do first? W/Z production (L 1-10 pb -1 ). W/Z + jets, multi-boson production. Top production. Introduction. The LHC environment. What do we expect to do first? W/Z production (L 1-10 pb -1 ). W/Z + jets, multi-boson production. Top production. Early discoveries? Conclusions. 2 First collisions

More information

A very light decaying particle search at the LHC

A very light decaying particle search at the LHC A very light decaying particle search at the LHC Myeonghun Park Junior Research Group (JRG) APCTP Possible reasons that we have not been able to observe a new physics yet 1. New physics is beyond the LHC

More information

Single top quark production at CDF

Single top quark production at CDF Available online at www.sciencedirect.com Nuclear and Particle Physics Proceedings 73 75 (16) 74 79 www.elsevier.com/locate/nppp Single top quark production at CDF Sandra Leone, on behalf of the CDF Collaboration

More information

Z boson studies at the ATLAS experiment at CERN. Giacomo Artoni Ph.D Thesis Project June 6, 2011

Z boson studies at the ATLAS experiment at CERN. Giacomo Artoni Ph.D Thesis Project June 6, 2011 Z boson studies at the ATLAS experiment at CERN Giacomo Artoni Ph.D Thesis Project June 6, 2011 Outline Introduction to the LHC and ATLAS ((Very) Brief) Z boson history Measurement of σ Backgrounds Acceptances

More information

Demystifying Multivariate Searches

Demystifying Multivariate Searches Demystifying Multivariate Searches and the Matthew Schwartz Harvard University Work down with Jason Gallicchio, PRL, 105:022001,2010 and with Gallicchio, Tweedie, Huth, Kagan and Black in preparation Johns

More information

Florencia Canelli On behalf of the ATLAS and CMS collaborations. University of Zürich TOP2014 Cannes, France

Florencia Canelli On behalf of the ATLAS and CMS collaborations. University of Zürich TOP2014 Cannes, France Florencia Canelli On behalf of the ATLAS and CMS collaborations University of Zürich TOP2014 Cannes, France Prepared with help from James Ferrando from ATLAS F. Canelli, University of Zürich TOP24 2 Largest

More information

Jet reconstruction in LHCb searching for Higgs-like particles

Jet reconstruction in LHCb searching for Higgs-like particles Jet reconstruction in LHCb searching for Higgs-like particles Alessandro Camboni (on behalf of LHCb Collaboration) DISCRETE'08 Valencia Dec 12th, 2008 Motivation Jet reconstruction is important for searches

More information

Bound-State Effects on Kinematical Distributions of Top-Quarks at Hadron Colliders

Bound-State Effects on Kinematical Distributions of Top-Quarks at Hadron Colliders 1 Bound-State Effects on Kinematical Distributions of Top-Quarks at Hadron Colliders Hiroshi YOKOYA (CERN-Japan Fellow) based on arxiv:1007.0075 in collaboration with Y. Sumino (Tohoku univ.) 2 Outline

More information

Matter, Energy, Space, Time

Matter, Energy, Space, Time Matter, Energy, Space, Time UW UW UW UW UW UW UW UW Trails in Particle Physics Particle Physics at UW-Madison 1 Wisconsin program DESY: ep Hamburg, Germany HERA: ZEUS Structure of Matter SLAC: e + e -

More information

The Standard Model Part. II

The Standard Model Part. II Our Story Thus Far The Standard Model Part. II!!We started with QED (and!)!!we extended this to the Fermi theory of weak interactions! Adding G F!!Today we will extended this to Glashow-Weinberg-Salam

More information

Identification of the Higgs boson produced in association with top quark pairs in proton-proton

Identification of the Higgs boson produced in association with top quark pairs in proton-proton Identification of the Higgs boson produced in association with top quark pairs in proton-proton collision: an analysis of the final state containing three leptons with the ATLAS detector Valentina Vecchio,

More information

Event Shape Variables in Semileptonic Top Decays Final Report - Summer Students 2007 CMS group

Event Shape Variables in Semileptonic Top Decays Final Report - Summer Students 2007 CMS group Event Shape Variables in Semileptonic Top Decays Final Report - Summer Students CMS group Antonia Mey B.Sc. th, September Supervisor: Prof. Dr. Mnich Abstract A Monte Carlo generator study was conducted

More information

Search for a new spin-zero resonance in diboson channels at 13 TeV with the CMS experiment

Search for a new spin-zero resonance in diboson channels at 13 TeV with the CMS experiment Search for a new spin-zero resonance in diboson channels at 3 TeV with the experiment Universite Catholique de Louvain (UCL) (BE) E-mail: alessio.magitteri@cern.ch On behalf of the Collaboration Searches

More information

Tutorial on Top-Quark Physics

Tutorial on Top-Quark Physics Helmholtz Alliance at the Terascale Data Analysis Group Introductory School on Terascale Physics 21 25 February, 2011 Tutorial on Top-Quark Physics Introduction to the Tevatron, the CDF Detector and Top-Quark

More information

The search for standard model Higgs boson in ZH l + l b b channel at DØ

The search for standard model Higgs boson in ZH l + l b b channel at DØ The search for standard model Higgs boson in ZH l + l b b channel at DØ University of Science and Technology of China E-mail: pengj@fnal.gov on behalf of the DØ collaboration We present a search for the

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

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 Results on New Phenomena and Higgs Searches at DZERO

Recent Results on New Phenomena and Higgs Searches at DZERO Recent Results on New Phenomena and Higgs Searches at DZERO Neeti Parashar Louisiana Tech University Ruston, Louisiana U.S.A. 1 Outline Motivation for DØ Run II Detector at Fermilab The Fermilab Tevatron

More information