The Search for the Higgs Boson, and the CMS Project

Size: px
Start display at page:

Download "The Search for the Higgs Boson, and the CMS Project"

Transcription

1 The Search for the Higgs Boson, and the CMS Project John Palsmeier Benedictine College Advisor: Stan Durkin The Ohio State University

2 Introduction For the past summer I have been working with Professor Stan Durkin and Postdoc Jason Gilmore on the CMS project. My involvement with this project has been primarily in the area of computer programming. The CMS project was started over ten years ago and will not be finished for another two years, however the few months that I have been here have provided me with a glimpse into the world of High Energy Physics as we search for the Higgs Boson. The Higgs So why do we want to find the Higgs Boson, and what is it? We want to find the Higgs because it is the answer to a major problem with the Standard Model. The Standard Model has been the guide to our basic understanding of matter for years. It consists of two groups, fermions and bosons, the fermions can be further divided into the six types of quarks and six types of leptons. The bosons are force carrying particles, they tell other particles about the forces that are acting between them. A corresponding boson has been found for each force, except for gravity. The graviton is believed to exist, it simply has not yet been found. This is part of the other major problem with the Standard Model, gravity does not fit in with the other forces. However, our interest lies with the Higgs Boson, and the problem it would solve. The Standard Model has no explanation for the cause of what we perceive to be

3 mass. Simply put, according to the Standard Model all particles should have zero mass. To complicate matters further, the force carriers for the weak interaction are extremely massive, while the rest of the bosons have little or no mass. The best theory for why this happens is that particles acquire their mass through their interaction with a field; this field was named the Higgs Field, and the force carrier, the Higgs Boson. This field is believed to permeate all of space and it is the same everywhere. If this theory is correct, then our concept of mass as an intrinsic property of matter is incorrect, mass would depend on the strength of a particle's interaction with the Higgs Field. CMS No current particle accelerator is capable of producing a Higgs Boson. However, the Large Hadron Collider is currently under construction, large because of the type of particle it accelerates, not its 27 km circumference. When it comes online in 2007 it will be able to accelerate a proton beam to 7 TeV, so that when two beams collide the total energy will be 14 TeV. This is well above the expected mass range for the Higgs of 80 GeV to 1 TeV. If the Higgs Boson exists, the LHC will be quite capable of creating one. Creating a Higgs is not enough, evidence must be found for its existence, and that is where the Compact Muon Solenoid comes in. The CMS project involves about 2000 physicists from 159 institutions in 36 countries. They are working to complete a monstrous 12,500 ton muon detector that contains the largest solenoid ever built. The reason that it is called a muon detector and not a Higgs detector is that the Higgs particle is too short lived to be detected directly, but muons live long enough to be detected and

4 they are part of one of the possible Higgs decay chains. So if the right combination of muons at the correct velocity is found then they must have come from a Higgs decay, and so the particle must exist. The reason that the detector has a huge solenoid in it is because charged particles move in a curved path when traveling through a magnetic field, so the stronger the magnet the tighter the curve. This allows very precise calculations of the particles velocity, which in turn is used to calculate its energy. The CMS muon system contains three types of detectors: Resistive Plate Chambers, used for triggering because of their fast response time; Drift Tubes, which are used to determine momentum and position in low data rate areas; and Cathode Strip Chambers, which perform the same function as Drift Tubes, only they are better and therefore more expensive. Thus CSCs are only used in high data rate areas, which would be the endcaps. A CSC is a gas filled, multiwire proportional chamber in which one cathode plane is segmented into strips running across wires. When a muon travels through the chamber it strips electrons off gas atoms. When these drift electrons are within 1 2 radius of the wire they accelerate toward the wire, causing the electric field to become so large that an electron photon cascade begins, creating about one thousand electron ion pairs for each initial drift electron. These electrons register as a hit as they accelerate to the anode wire; while the ions drifting away from the wire induce an electric charge on the hit wire and on the adjacent cathode

5 strips. In a CSC two coordinates per plane are available by the simultaneous and independent detection of the signal induced by the same track on both the wires and the strips. The wires give the radial coordinate while the strips measure φ. Between all these detectors an incredible amount of information is collected and must be processed, to record all of it would require an equivalent of ten thousand Encyclopedia Britannicas per second. About forty million times per second the proton beams will cross in the detector, with about twenty five collisions per crossing, this results in one billion events per second, which the system then reduces to one hundred of the most interesting events. Ohio State Involvement The endcaps are where Ohio State is making its contribution. Most of the electronics used in the endcaps to process the insane amount of data produced by the detectors were designed at OSU, along with the software to operate them. The five hundred forty CSCs each contains five Cathode Front End Boards. Each CFEB receives data from a section of the chamber sixteen strips wide by six layers deep. CFEBs do short term analog storage of the data and inform the chamber's Trigger Motherboard when a hit occurs, (the TMB was not designed at OSU.) The TMB then compares the data from multiple CFEBs to

6 determine if there was a track through multiple layers. If so the CFEBs digitize the data and send it to the chamber's Data Acquisition Motherboard. The DAQMB collects all the data from the CSC that is to be kept and sends it out to the Device Dependant Unit, which collects data from fifteen DAQMBs. The DDU is a very important piece of equipment because it is the first point where data is in a radiation free environment, so it is here that errors in the data can be checked. The DAQMB sends a key created with a special algorithm as part of the data packet to the DDU, if the key does not match the data then then the data, or the key, has been corrupted and the event is thrown away. The other very important function served by the DDU is that it is the main interface point between the CSC and the rest of the CMS. My Projects Because most of the boards that OSU is responsible for have already been designed, built, and tested, software was the main project. Most of my involvement was based on writing programs to analyze data, so my first project was to learn C and C++, and to familiarize myself with the Linux operating system. Electronics generate internal noise that can corrupt data, the purpose of my first program was to generate autocorrelated noise for the Monte Carlo simulation. A Monte Carlo simulation is basically a statistical simulation that utilized sequences of random numbers. Next I helped update a muon track fitting program that had been written three years ago and needed modifications to work properly. This program calculates a floating zero point voltage for each hit, since the zero point is not constant; it finds tracks using the least

7 squares method; it calculates noisecoefficients and cross talk and then eliminates them; and finally it plots a track as shown in the figure to the right. My last project was to write a program that determines the resolution of the muon tracks. It does this by calculating a least squares fit for each muon track six times without using one of the layers each time, it then finds the difference between the fit line and the excluded point, this is the resolution. This distribution was then compared to the distance the point was from the center of the strip. An interesting pattern exists, the standard deviation of the distribution when the charge had been found in the center of the strip was approximately twice the

8 standard deviation of the distribution when the charge had passed through toward the edge of the strip. This effect was found to be due to the way the position of the particles path through the strip is determined; when a particle passes through the center of a strip only that strip receives a large charge, when it passes through the edged of a strip then two strips receive a large charge and a more accurate location can be determined. The result of this is that the center of the strips in the data sample used have a resolution of about four hundredths of a strip while the edges have a resolution better than two hundredths of a strip. Most strips are one centimeter wide so this gives an actual resolution of four hundred microns for the center of strips and better than two hundred microns for the edge of strips. Conclusion This has been a great experience, I learned a great deal about High Energy Physics and how actual research is done. I have learned how the electronics of the detectors and data processing computer boards works. I have seen how the data collected is translated into useful information by various computer programs, some of which I worked on, or even wrote. I have had the opportunity to help with actual research work, and I have seen how much of a group effort physics research is.

9 References CMS Collaboration. CMS The Muon Project: Technical Design Report. CERN, CMS Outreach: Lederman, L. & Teresi, D. The God Particle: If the universe is the answer, what is the question? Boston: Houghton Mifflin Co, Discussions with Stan Durkin Discussions with Jason Gilmore

Efficiency of the CMS Level-1 Trigger to. Selected Physics Channels

Efficiency of the CMS Level-1 Trigger to. Selected Physics Channels Efficiency of the CMS Level-1 Trigger to Selected Physics Channels C. Sulkko University of Colorado, Boulder, CO D. Acosta University of Florida, Gainesville, FL Abstract The efficiency of the Compact

More information

Muon Alignment at CMS

Muon Alignment at CMS Muon Alignment at CMS for CMS Collaboration 1 The CMS Detector Compact Muon Solenoid 8[7] TeV in Run 1 > 13 TeV for Run 2 4 main components Tracker Electromagnetic Calorimeter Hadron Calorimeter Superconducting

More information

Identifying Particle Trajectories in CMS using the Long Barrel Geometry

Identifying Particle Trajectories in CMS using the Long Barrel Geometry Identifying Particle Trajectories in CMS using the Long Barrel Geometry Angela Galvez 2010 NSF/REU Program Physics Department, University of Notre Dame Advisor: Kevin Lannon Abstract The Compact Muon Solenoid

More information

Introduction to CERN and CMS

Introduction to CERN and CMS Introduction to CERN and CMS and background for the CMS analysis Jamie Gainer University of Hawaii at Manoa April 1, 2017 What do I do? I am a postdoc at UH Manoa I am a theorist In physics there are theorists:

More information

Study of the Optimum Momentum Resolution in the. CMS Muon System

Study of the Optimum Momentum Resolution in the. CMS Muon System Study of the Optimum Momentum Resolution in the CMS Muon System T. McDonald Oklahoma Baptist University, Shawnee, OK D. Acosta University of Florida, Gainesville, FL July 24, 2000 Abstract This project

More information

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland. Commissioning of the CMS Detector

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland. Commissioning of the CMS Detector Available on CMS information server CMS CR -2009/113 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 15 May 2009 Commissioning of the CMS

More information

Particle detection 1

Particle detection 1 Particle detection 1 Recall Particle detectors Detectors usually specialize in: Tracking: measuring positions / trajectories / momenta of charged particles, e.g.: Silicon detectors Drift chambers Calorimetry:

More information

PERFORMANCE OF THE ATLAS MUON TRIGGER IN RUN 2

PERFORMANCE OF THE ATLAS MUON TRIGGER IN RUN 2 PERFORMANCE OF THE ATLAS MUON TRIGGER IN RUN 2 M.M. Morgenstern On behalf of the ATLAS collaboration Nikhef, National institute for subatomic physics, Amsterdam, The Netherlands E-mail: a marcus.matthias.morgenstern@cern.ch

More information

The Why, What, and How? of the Higgs Boson

The Why, What, and How? of the Higgs Boson Modern Physics The Why, What, and How? of the Higgs Boson Sean Yeager University of Portland 10 April 2015 Outline Review of the Standard Model Review of Symmetries Symmetries in the Standard Model The

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

Muon reconstruction performance in ATLAS at Run-2

Muon reconstruction performance in ATLAS at Run-2 2 Muon reconstruction performance in ATLAS at Run-2 Hannah Herde on behalf of the ATLAS Collaboration Brandeis University (US) E-mail: hannah.herde@cern.ch ATL-PHYS-PROC-205-2 5 October 205 The ATLAS muon

More information

Theory English (Official)

Theory English (Official) Q3-1 Large Hadron Collider (10 points) Please read the general instructions in the separate envelope before you start this problem. In this task, the physics of the particle accelerator LHC (Large Hadron

More information

Unravelling the Mysteries of Matter with the CERN Large Hadron Collider An Introduction/Overview of Particle Physics

Unravelling the Mysteries of Matter with the CERN Large Hadron Collider An Introduction/Overview of Particle Physics Unravelling the Mysteries of Matter with the CERN Large Hadron Collider An Introduction/Overview of Particle Physics Introductory Lecture August 3rd 2014 International Centre for Theoretical Physics and

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

Compact Muon Solenoid Surapat Ek-In École Polytechnique Fédérale de Lausanne

Compact Muon Solenoid Surapat Ek-In École Polytechnique Fédérale de Lausanne Compact Muon Solenoid Surapat Ek-In École Polytechnique Fédérale de Lausanne Outline Introduction Electromagnetic Calorimeter Muon Chamber Application Conclusion Outline 2 LHC Experiments ~ 100 m https://cms.cern.ch/

More information

Future prospects for the measurement of direct photons at the LHC

Future prospects for the measurement of direct photons at the LHC Future prospects for the measurement of direct photons at the LHC David Joffe on behalf of the and CMS Collaborations Southern Methodist University Department of Physics, 75275 Dallas, Texas, USA DOI:

More information

The Discovery of the Higgs Boson: one step closer to understanding the beginning of the Universe

The Discovery of the Higgs Boson: one step closer to understanding the beginning of the Universe The Discovery of the Higgs Boson: one step closer to understanding the beginning of the Universe Anna Goussiou Department of Physics, UW & ATLAS Collaboration, CERN Kane Hall, University of Washington

More information

Modern Accelerators for High Energy Physics

Modern Accelerators for High Energy Physics Modern Accelerators for High Energy Physics 1. Types of collider beams 2. The Tevatron 3. HERA electron proton collider 4. The physics from colliders 5. Large Hadron Collider 6. Electron Colliders A.V.

More information

The Discovery of the Higgs boson Matthew Herndon, University of Wisconsin Madison Physics 301: Physics Today. M. Herndon, Phys

The Discovery of the Higgs boson Matthew Herndon, University of Wisconsin Madison Physics 301: Physics Today. M. Herndon, Phys The Discovery of the Higgs boson Matthew Herndon, University of Wisconsin Madison Physics 301: Physics Today M. Herndon, Phys 301 2018 1 The Periodic Table: The early 20 th century understanding of the

More information

Status and Performance of the ATLAS Experiment

Status and Performance of the ATLAS Experiment Status and Performance of the ATLAS Experiment P. Iengo To cite this version: P. Iengo. Status and Performance of the ATLAS Experiment. 15th International QCD Conference (QCD 10), Jun 2010, Montpellier,

More information

Analyzing CMS events

Analyzing CMS events Quarknet University of Rochester, March 23, 2012 Analyzing CMS events Questions in Particle Physics Introducing the Standard Model The Large Hadron Collider The CMS detector W and Z bosons: decays ispy

More information

Introduction of CMS Detector. Ijaz Ahmed National Centre for Physics, Islamabad

Introduction of CMS Detector. Ijaz Ahmed National Centre for Physics, Islamabad Introduction of CMS Detector Ijaz Ahmed National Centre for Physics, Islamabad Layout of my Lectures: 1) Introduction of CMS Detector 2) CMS sub-detectors 3) CMS Trigger System Contents Introduction of

More information

4. LHC experiments Marcello Barisonzi LHC experiments August

4. LHC experiments Marcello Barisonzi LHC experiments August 4. LHC experiments 1 Summary from yesterday: Hadron colliders play an important role in particle physics discory but also precision measurements LHC will open up TeV energy range new particles with 3-5

More information

Performance of the Local Cathode Strip Chamber Trigger in a. Muon Beam Test

Performance of the Local Cathode Strip Chamber Trigger in a. Muon Beam Test Performance of the Local Cathode Strip Chamber Trigger in a Muon Beam Test Jared Bennatt Department of Physics, University of Texas, Austin, USA D. Acosta University of Florida, Gainesville, USA Abstract:

More information

The ATLAS Detector - Inside Out Julia I. Hofmann

The ATLAS Detector - Inside Out Julia I. Hofmann The ATLAS Detector - Inside Out Julia I. Hofmann KIP Heidelberg University Outline: 1st lecture: The Detector 2nd lecture: The Trigger 3rd lecture: The Analysis (mine) Motivation Physics Goals: Study Standard

More information

The ATLAS Experiment and the CERN Large Hadron Collider

The ATLAS Experiment and the CERN Large Hadron Collider The ATLAS Experiment and the CERN Large Hadron Collider HEP101-2 April 5, 2010 A. T. Goshaw Duke University 1 HEP 101 Plan March 29: Introduction and basic HEP terminology March 30: Special LHC event:

More information

Electron Identification

Electron Identification Electron Identification Brian Winey Department of Physics, Houghton College, Houghton, NY, 14744 Abstract During this summer, I was given the project of refining the Rochester electron identification code.

More information

Observation of a New Particle with a Mass of 125 GeV

Observation of a New Particle with a Mass of 125 GeV Observation of a New Particle with a Mass of 125 GeV CMS Experiment, CERN 4 July 2012 Summary In a joint seminar today at CERN and the ICHEP 2012 conference[1] in Melbourne, researchers of the Compact

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

Last Friday: pp(bar) Physics Intro, the TeVatron

Last Friday: pp(bar) Physics Intro, the TeVatron Last Friday: pp(bar) Physics Intro, the TeVatron Today: The Large Hadron Collider (LHC) The Large Hadron Collider (LHC) 7 TeV + 7 TeV Protons Protons 10 11 Protons per bunch Bunch Crossings 4x10 7 Hz Proton

More information

Elementary Particle Physics Glossary. Course organiser: Dr Marcella Bona February 9, 2016

Elementary Particle Physics Glossary. Course organiser: Dr Marcella Bona February 9, 2016 Elementary Particle Physics Glossary Course organiser: Dr Marcella Bona February 9, 2016 1 Contents 1 Terms A-C 5 1.1 Accelerator.............................. 5 1.2 Annihilation..............................

More information

Tracking properties of the ATLAS Transition Radiation Tracker (TRT)

Tracking properties of the ATLAS Transition Radiation Tracker (TRT) 2 racking properties of the ALAS ransition Radiation racker (R) 3 4 5 6 D V Krasnopevtsev on behalf of ALAS R collaboration National Research Nuclear University MEPhI (Moscow Engineering Physics Institute),

More information

Recent CMS results on heavy quarks and hadrons. Alice Bean Univ. of Kansas for the CMS Collaboration

Recent CMS results on heavy quarks and hadrons. Alice Bean Univ. of Kansas for the CMS Collaboration Recent CMS results on heavy quarks and hadrons Alice Bean Univ. of Kansas for the CMS Collaboration July 25, 2013 Outline CMS at the Large Hadron Collider Cross section measurements Search for state decaying

More information

ATLAS EXPERIMENT : HOW THE DATA FLOWS. (Trigger, Computing, and Data Analysis)

ATLAS EXPERIMENT : HOW THE DATA FLOWS. (Trigger, Computing, and Data Analysis) ATLAS EXPERIMENT : HOW THE DATA FLOWS (Trigger, Computing, and Data Analysis) In order to process large volumes of data within nanosecond timescales, the trigger system is designed to select interesting

More information

QCD cross section measurements with the OPAL and ATLAS detectors

QCD cross section measurements with the OPAL and ATLAS detectors QCD cross section measurements with the OPAL and ATLAS detectors Abstract of Ph.D. dissertation Attila Krasznahorkay Jr. Supervisors: Dr. Dezső Horváth, Dr. Thorsten Wengler University of Debrecen Faculty

More information

Particle + Physics at ATLAS and the Large Hadron Coillder

Particle + Physics at ATLAS and the Large Hadron Coillder Particle + Physics at ATLAS and the Large Hadron Coillder Discovering the elementary particles of the Universe Kate Shaw The International Centre for Theoretical Physics + Overview Introduction to Particle

More information

The Particle World. This talk: What is our Universe made of? Where does it come from? Why does it behave the way it does?

The Particle World. This talk: What is our Universe made of? Where does it come from? Why does it behave the way it does? The Particle World What is our Universe made of? Where does it come from? Why does it behave the way it does? Particle physics tries to answer these questions. This talk: particles as we understand them

More information

CMS Endcap Muon Chamber Testing. Corrin D. Wilson (a,b), Andrey Korytov (b)

CMS Endcap Muon Chamber Testing. Corrin D. Wilson (a,b), Andrey Korytov (b) CMS Endcap Muon Chamber Testing Corrin D. Wilson (a,b), Andrey Korytov (b) (a) Department of Physics, Old Dominion University, Norfolk, VA 23508 (b) Department of Physics, University of Florida, Gainesville,

More information

Exotics Searches in Photon and Lepton Final States with the ATLAS Detector

Exotics Searches in Photon and Lepton Final States with the ATLAS Detector Exotics Searches in Photon and Lepton Final States with the ATLAS Detector Tetiana Berger-Hryn ova (LAPP, Annecy le Vieux) on behalf of the ATLAS collaboration EPS, Grenoble, France 21 July 2011 1 Introduction

More information

Detecting. Particles

Detecting. Particles Detecting Experimental Elementary Particle Physics Group at the University of Arizona + Searching for Quark Compositeness at the LHC Particles Michael Shupe Department of Physics M. Shupe - ATLAS Collaboration

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

LHC & ATLAS. The largest particle physics experiment in the world. Vincent Hedberg - Lund University 1

LHC & ATLAS. The largest particle physics experiment in the world. Vincent Hedberg - Lund University 1 LHC & ATLAS The largest particle physics experiment in the world 1 CERN A laboratory for the world Torsten Gustavson CERN was founded in 1954 There were 12 member states in the beginning. 2 OBSERVERS:

More information

CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland

CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Available on CMS information server CMS NOTE 1996/005 The Compact Muon Solenoid Experiment CMS Note Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland Performance of the Silicon Detectors for the

More information

The Higgs Boson as a Probe of New Physics. Ian Lewis (University of Kansas)

The Higgs Boson as a Probe of New Physics. Ian Lewis (University of Kansas) The Higgs Boson as a Probe of New Physics Ian Lewis University of Kansas 1 July 4, 2012 ATLAS and CMS announce discovery of a new particle. Consistent with long sought-after Higgs boson. "We have reached

More information

arxiv: v1 [hep-ex] 6 Jul 2007

arxiv: v1 [hep-ex] 6 Jul 2007 Muon Identification at ALAS and Oliver Kortner Max-Planck-Institut für Physik, Föhringer Ring, D-005 München, Germany arxiv:0707.0905v1 [hep-ex] Jul 007 Abstract. Muonic final states will provide clean

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

Searches at the LHC and the discovery of the Higgs Boson

Searches at the LHC and the discovery of the Higgs Boson Searches at the LHC and the discovery of the Higgs Boson Christos Leonidopoulos, University of Edinburgh March 18, 2014 Producing the Higgs boson at a hadron collider One of the most characteristic features

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

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

Appendix A2. Particle Accelerators and Detectors The Large Hadron Collider (LHC) in Geneva, Switzerland on the Border of France.

Appendix A2. Particle Accelerators and Detectors The Large Hadron Collider (LHC) in Geneva, Switzerland on the Border of France. Appendix A. Particle Accelerators and Detectors The Large Hadron Collider (LHC) in Geneva, Switzerland on the Border of France. Prepared by: Arash Akbari-Sharbaf Why Build Accelerators? Probe deeper From

More information

Physics For The 21 st Century. Unit 2: The Fundamental Interactions. Srini Rajagopalan and Ayana Arce

Physics For The 21 st Century. Unit 2: The Fundamental Interactions. Srini Rajagopalan and Ayana Arce Physics For The 21 st Century Unit 2: The Fundamental Interactions Srini Rajagopalan and Ayana Arce The Strong Nuclear Force, the Weak Nuclear Force, Electromagnetism, and Gravity: these are the four fundamental

More information

arxiv: v2 [nucl-ex] 6 Oct 2008

arxiv: v2 [nucl-ex] 6 Oct 2008 he ime Projection Chamber for the ALICE Experiment C. Lippmann and the ALICE PC Collaboration CERN, 1211 Geneva 23, Switzerland he ime Projection Chamber of the ALICE Experiment has been installed in the

More information

FACULTY OF SCIENCE. High Energy Physics. WINTHROP PROFESSOR IAN MCARTHUR and ADJUNCT/PROFESSOR JACKIE DAVIDSON

FACULTY OF SCIENCE. High Energy Physics. WINTHROP PROFESSOR IAN MCARTHUR and ADJUNCT/PROFESSOR JACKIE DAVIDSON FACULTY OF SCIENCE High Energy Physics WINTHROP PROFESSOR IAN MCARTHUR and ADJUNCT/PROFESSOR JACKIE DAVIDSON AIM: To explore nature on the smallest length scales we can achieve Current status (10-20 m)

More information

Alexei Safonov Lecture #18

Alexei Safonov Lecture #18 Methods of Experimental Particle Physics Alexei Safonov Lecture #18 1 Presentations: Trigger Today Lecture D0 calorimeter by Jeff 2 Collisions at LHC 14 000 x mass of proton (14 TeV) = Collision Energy

More information

Bringing high energy physics to the classroom with HY.P.A.T.I.A.

Bringing high energy physics to the classroom with HY.P.A.T.I.A. EPJ Web of Conferences 71, 00137 (2014) DOI: 10.1051/ epjconf/ 20147100137 C Owned by the authors, published by EDP Sciences, 2014 Bringing high energy physics to the classroom with HY.P.A.T.I.A. Stylianos

More information

Source:CERN. Size and Scale

Source:CERN. Size and Scale Table of Contents Introduction Unification of Forces Size and Scale Standard Model Summary Standard Model Particles and Force Carriers About Mass and Energy Standard Model Fermions: Generations and Masses

More information

Particle Theory Beyond the Standard Model. Ann Nelson University of Washington August 9, 2010

Particle Theory Beyond the Standard Model. Ann Nelson University of Washington August 9, 2010 Particle Theory Beyond the Standard Model Ann Nelson University of Washington August 9, 2010 The world physics community has spent > 4B dollars (including 600M from American taxpayers) on the Large Hadron

More information

Alignment of the ATLAS Inner Detector tracking system

Alignment of the ATLAS Inner Detector tracking system Alignment of the ALAS Inner Detector tracking system Oleg BRAND University of Oxford and University of Göttingen E-mail: oleg.brandt@cern.ch he Large Hadron Collider (LHC) at CERN is the world largest

More information

The LHC The Large Hadron Collider and ATLAS

The LHC The Large Hadron Collider and ATLAS INTRODUCTION The LHC The Large Hadron Collider and ATLAS The accelerator is located at CERN, in a tunnel at a depth of around 100m beneath the French-Swiss border near Geneva. The protons used in the experiments

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

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

Calorimetry in particle physics experiments

Calorimetry in particle physics experiments Calorimetry in particle physics experiments Universita' degli Studi di Torino Scuola di Dottorato Roberta Arcidiacono Universita' degli Studi del Piemonte Orientale INFN Torino Program 1.The relevance

More information

pp physics, RWTH, WS 2003/04, T.Hebbeker

pp physics, RWTH, WS 2003/04, T.Hebbeker 3. PP TH 03/04 Accelerators and Detectors 1 pp physics, RWTH, WS 2003/04, T.Hebbeker 2003-12-16 1.2.4. (Inner) tracking and vertexing As we will see, mainly three types of tracking detectors are used:

More information

Master Thesis. Timing and calibration of the ATLAS RPC trigger chambers

Master Thesis. Timing and calibration of the ATLAS RPC trigger chambers Master Thesis Timing and calibration of the ATLAS RPC trigger chambers Joris Hartman ATLAS Department, NIKHEF Supervisor: Peter Kluit June 2009 Abstract ATLAS is the largest experiment of the LHC at CERN.

More information

Physics potential of ATLAS upgrades at HL-LHC

Physics potential of ATLAS upgrades at HL-LHC M.Testa on behalf of the ATLAS Collaboration INFN LNF, Italy E-mail: marianna.testa@lnf.infn.it ATL-PHYS-PROC-207-50 22 September 207 The High Luminosity-Large Hadron Collider (HL-LHC) is expected to start

More information

Design of the new ATLAS Inner Tracker for the High Luminosity LHC era

Design of the new ATLAS Inner Tracker for the High Luminosity LHC era Design of the new ATLAS Inner Tracker for the High Luminosity LHC era Trevor Vickey on behalf of the ATLAS Collaboration University of Sheffield, United Kingdom July 3, 2017 19th iworid Krakow, Poland

More information

Physics studies to define the CMS muon detector upgrade for High-Luminosity LHC

Physics studies to define the CMS muon detector upgrade for High-Luminosity LHC IL NUOVO CIMENTO 40 C (2017) 85 DOI 10.1393/ncc/i2017-17085-6 Communications: SIF Congress 2016 Physics studies to define the CMS muon detector upgrade for High-Luminosity LHC L. Borgonovi( 1 )( 2 )( )

More information

The ALICE Experiment Introduction to relativistic heavy ion collisions

The ALICE Experiment Introduction to relativistic heavy ion collisions The ALICE Experiment Introduction to relativistic heavy ion collisions 13.06.2012 Introduction to relativistic heay ion collisions Anna Eichhorn 1 Facts about ALICE ALICE A Large Ion Collider Experiment

More information

The ATLAS Experiment and the CERN Large Hadron Collider

The ATLAS Experiment and the CERN Large Hadron Collider The ATLAS Experiment and the CERN Large Hadron Collider HEP101-2 January 28, 2013 Al Goshaw 1 HEP 101-2 plan Jan. 14: Introduction to CERN and ATLAS DONE Today: 1. Comments on grant opportunities 2. Overview

More information

A fantastic experiment

A fantastic experiment The Large Hadron Collider A fantastic experiment Duncan Carlsmith, Professor of Physics, University of Wisconsin-Madison What is the LHC? The Large Hadron Collider (LHC) is a new proton-proton colliding

More information

A Search for the Higgs

A Search for the Higgs A Search for the Higgs The Four Muon Channel Author: Alexander Burgman Supervisor: Oxana Smirnova Division of Particle Physics Lund University Content Background Facts Some theoretical background Machines

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

In Pursuit of Discovery at The Large Hadron Collider

In Pursuit of Discovery at The Large Hadron Collider In Pursuit of Discovery at The Large Hadron Collider Prof. Christopher Neu Department of Physics University of Virginia My name is Chris Neu An Introduction Experimental high energy physics Office: 119

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

ATLAS Z-Path Masterclass 2013

ATLAS Z-Path Masterclass 2013 ATLAS Z-Path Masterclass 2013 It is the dawn of an exciting age of new discovery in particle physics! At CERN, the LHC and its experiments are up and running. The LHC and New Physics The ATLAS detector

More information

The Big-Bang Machine. Stefan Spanier Physics and Astronomy University of Tennessee, Knoxville. 25 February 2017 Stefan Spanier, The Big Bang Machine

The Big-Bang Machine. Stefan Spanier Physics and Astronomy University of Tennessee, Knoxville. 25 February 2017 Stefan Spanier, The Big Bang Machine The Big-Bang Machine Stefan Spanier Physics and Astronomy University of Tennessee, Knoxville 1 Accelerator = Microscope Length to be resolved L L 1/Particle Energy Pocket Electron-Accelerator - Energy

More information

The ATLAS trigger - commissioning with cosmic rays

The ATLAS trigger - commissioning with cosmic rays Journal of Physics: Conference Series The ATLAS trigger - commissioning with cosmic rays To cite this article: J Boyd 2008 J. Phys.: Conf. Ser. 119 022014 Related content - The ATLAS Level-1 Central Trigger

More information

Particles and Universe: Particle detectors

Particles and Universe: Particle detectors Particles and Universe: Particle detectors Maria Krawczyk, Aleksander Filip Żarnecki April 12, 2016 M.Krawczyk, A.F.Żarnecki Particles and Universe 5 April 12, 2016 1 / 49 Lecture 5 1 Introduction 2 Ionization

More information

ALICE A Large Ion Collider Experiment

ALICE A Large Ion Collider Experiment ALICE A Large Ion Collider Experiment Purpose: study the physics of strongly interacting matter at extreme energy densities CERN LHC: Colliding Pb ions at E CM =5.5 A TeV, p-p, light ions collisions 84

More information

Particle accelerators

Particle accelerators Particle accelerators Charged particles can be accelerated by an electric field. Colliders produce head-on collisions which are much more energetic than hitting a fixed target. The center of mass energy

More information

Risultati dell esperimento ATLAS dopo il run 1 di LHC. C. Gemme (INFN Genova), F. Parodi (INFN/University Genova) Genova, 28 Maggio 2013

Risultati dell esperimento ATLAS dopo il run 1 di LHC. C. Gemme (INFN Genova), F. Parodi (INFN/University Genova) Genova, 28 Maggio 2013 Risultati dell esperimento ATLAS dopo il run 1 di LHC C. Gemme (INFN Genova), F. Parodi (INFN/University Genova) Genova, 28 Maggio 2013 1 LHC physics Standard Model is a gauge theory based on the following

More information

Study and Simulation of the Radiation background of the ATLAS Experiment at CERN using the Monte Carlo method

Study and Simulation of the Radiation background of the ATLAS Experiment at CERN using the Monte Carlo method Study and Simulation of the Radiation background of the ATLAS Experiment at CERN using the Monte Carlo method Maria Lymperaiou ECE NTUA Under the supervision of Professor Evangelos Gazis March 30, 2018

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

Heavy Hadron Production and Spectroscopy at ATLAS

Heavy Hadron Production and Spectroscopy at ATLAS Heavy Hadron Production and Spectroscopy at ALAS Carlo Schiavi on behalf of the ALAS Collaboration INFN Sezione di Genova ALAS has studied heavy flavor production and measured the production cross sections

More information

Information about the T9 beam line and experimental facilities

Information about the T9 beam line and experimental facilities Information about the T9 beam line and experimental facilities The incoming proton beam from the PS accelerator impinges on the North target and thus produces the particles for the T9 beam line. The collisions

More information

Nuclear and Particle Physics 4b Physics of the Quark Gluon Plasma

Nuclear and Particle Physics 4b Physics of the Quark Gluon Plasma Nuclear and Particle Physics 4b Physics of the Quark Gluon Plasma Goethe University Frankfurt GSI Helmholtzzentrum für Schwerionenforschung Lectures and Exercise Summer Semester 2016 1 Organization Language:

More information

A NEW TECHNIQUE FOR DETERMINING CHARGE AND MOMENTUM OF ELECTRONS AND POSITRONS USING CALORIMETRY AND SILICON TRACKING. Qun Fan & Arie Bodek

A NEW TECHNIQUE FOR DETERMINING CHARGE AND MOMENTUM OF ELECTRONS AND POSITRONS USING CALORIMETRY AND SILICON TRACKING. Qun Fan & Arie Bodek A NEW TECHNIQUE FOR DETERMINING CHARGE AND MOMENTUM OF ELECTRONS AND POSITRONS USING CALORIMETRY AND SILICON TRACKING Qun Fan & Arie Bodek Department of Physics and Astronomy University of Rochester Rochester,

More information

The Compact Muon Solenoid (CMS) experiment. at the Large Hadron Collider (LHC)

The Compact Muon Solenoid (CMS) experiment. at the Large Hadron Collider (LHC) The Compact Muon Solenoid (CMS) experiment at the Large Hadron Collider (LHC) Thursday, 12 February 2015 $ whoami S Lukasz (Luke) Kreczko Particle Physicist S Computing Research Assistant at the University

More information

READINESS OF THE CMS DETECTOR FOR FIRST DATA

READINESS OF THE CMS DETECTOR FOR FIRST DATA READINESS OF THE CMS DETECTOR FOR FIRST DATA E. MESCHI for the CMS Collaboration CERN - CH1211 Geneva 23 - Switzerland The Compact Muon Solenoid Detector (CMS) completed the first phase of commissioning

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

What does Dark Matter have to do with the Big Bang Theory?

What does Dark Matter have to do with the Big Bang Theory? Gents of Texas A&M What does Dark Matter have to do with the Big Bang Theory? Prof. David Toback Texas A&M University Mitchell Institute for Fundamental Physics and Astronomy March 2018 Prologue We live

More information

STFC Meet the buyer: CERN experiments and future projects

STFC Meet the buyer: CERN experiments and future projects STFC Meet the buyer: CERN experiments and future projects Julie Bellingham Head of Business Opportunities for International Facilities Science and Technology Facilities Council Science and Technology Facilities

More information

What is the HIGGS BOSON and why does physics need it?

What is the HIGGS BOSON and why does physics need it? What is the HIGGS BOSON and why does physics need it? Stephen Naculich, Department of Physics Uncommon Hour Talk, May 3, 2013 THE HIGGS BOSON 1964: new particle predicted by Peter Higgs THE HIGGS BOSON

More information

Quarks and the Cosmos

Quarks and the Cosmos Quarks and the Cosmos A lecture to the President s Council Purdue University Ian Shipsey(*) (*) one of 15 astrophysicists & particle physicists at Purdue University 1 Unfinished business from the 20 th

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

SUSY Search at CMS. Jet+MET+0 lepton analysis Jet+MET+leptons analysis MET independent analysis Conclusions

SUSY Search at CMS. Jet+MET+0 lepton analysis Jet+MET+leptons analysis MET independent analysis Conclusions SUSY Search at CMS Jet+MET+0 lepton analysis Jet+MET+leptons analysis MET independent analysis Conclusions Anwar A Bhatti The Rockefeller University On behalf of CMS Collaboration LHC Dark Matter Workshop

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

An Introduction to Particle Physics

An Introduction to Particle Physics An Introduction to Particle Physics The Universe started with a Big Bang The Universe started with a Big Bang What is our Universe made of? Particle physics aims to understand Elementary (fundamental)

More information

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland. First Physics at CMS

The Compact Muon Solenoid Experiment. Conference Report. Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland. First Physics at CMS Available on CMS information server CMS CR -2009/034 The Compact Muon Solenoid Experiment Conference Report Mailing address: CMS CERN, CH-1211 GENEVA 23, Switzerland 04 February 2009 First Physics at CMS

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