DYNNLO version Introduction

Size: px
Start display at page:

Download "DYNNLO version Introduction"

Transcription

1 DYNNLO version 1.5 This is a note about the DYNNLO program. DYNNLO is a parton level Monte Carlo program that computes the cross section for vector-boson production in pp and p p collisions. The calculation is performed up to NNLO in QCD perturbation theory. The program includes γ Z interference, finite-width effects, the leptonic decay of the vector boson and the corresponding spin correlations. The user is allowed to apply arbitrary (though infrared safe) cuts on the final state and to plot the corresponding distributions in the form of bin histograms. If you use this program, please quote Ref. [1]. 1 Introduction The DYNNLO program is based on an extension of the subtraction formalism to NNLO, as described in Ref. [1]. The calculation is organized in two parts. In the first part (virtual), the contribution of the regularized virtual corrections (up to two-loop order) is computed. In the second part (real), the cross section for the production of the vector boson in association with (at least) one jet is first evaluated up to NLO (i.e. up to O(αS 2 )). This step of the calculation can be performed with any available version of the subtraction method. Here we use the dipole formalism [3], as implemented in the MCFM Monte Carlo program [4]. Since the V + jet cross section is divergent when the transverse momentum q T of the vector boson becomes small, a suitable counterterm must be subtracted to make the result finite as q T 0. The program uses the counterterm introduced in the second paper of Ref. [1], and thus it completes the evaluation of the real part. Finally, the two contributions (virtual and real) are combined to obtain the full cross section. In the present version of the code, the evaluation of the subtraction counterterm is made substantially faster than before. The program can be downloaded from To extract it, simply use tar -xzvf dynnlo-v1.5.tgz and the dynnlo-v1.5 directory will be created. The structure of the directory is bin: The directory containing the executable dynnlo and the input and output files. doc: The directory containing this note. obj: The directory containing the object files. src: The directory containing the source of the code. 1

2 2 Input parameters In our calculation, the W and Z bosons are treated off shell, thus including finite-width effects, and their leptonic decay retains the corresponding spin correlations. The mass and total width of the W boson are m W = GeV and Γ W = GeV. The mass and total width of the Z boson are m Z = GeV and Γ Z = GeV. As for the electroweak couplings, we use the so called G µ scheme, where the input parameters are G F, m Z, m W. The Fermi constant is set to the value G F = GeV 2, and we use the following (unitarity constrained) values of the CKM matrix elements: V ud = , V us = , V ub = , V cd = , V cs = , V cb = All these values of EW parameters are taken from the PDG 2012 [2]. The EW couplings of the W and Z bosons to quarks and leptons are treated at the tree level, so that the above parameters are sufficient to fully specify the EW content of our calculation. 3 Implementation of cuts Before compiling the program, the user must choose the cuts to apply on the final state. This is done through the cuts and isolation functions. The default version of the function cuts contains selection cuts that are typically used in the experimental analysis. In the default version, the lines of the code implementing the various cuts are all commented, thus the program will return the total cross section for the selected process in the narrow width approximation. To take into account finite width effect the logical variable zerowidth should be set to false in the input file 1. To activate the various cuts the user must uncomment the corresponding lines in cuts.f. Lepton isolation can be implemented by switching to true the logical variable isol. The parameters to define the isolation procedure are set in the isolation function. The program makes possible the identification of final-state jets, in addition to the leptons. Jets [5] are reconstructed according to the k T algorithm with R = 0.4. Different jet algorithms (as the anti-k T or the cone) and different values of R can be implemented by modifying the setup subroutine. The files cuts.f and isolation.f can be found in the /src/user directory. The setup.f source file can be found in the /src/need directory. 4 Compilation The program is self-contained and it has been successfully tested on Linux and Mac-OS X environments. To compile the code, descend in the dynnlo directory and simply type make To run it go in the bin directory and type: dynnlo < infile 5 The input file This is a typical example of input file: 8d3! sroot 1 Note that with zerowidth=.false. a hard scale must be set, to have a cross section that is computable in QCD perturbation theory. The hard scale is set by applying cuts on the leptons. These cuts must necessarily enforce a lower limit on the invariant mass of the vector boson (lepton pair), and the mass scale of this lower limit must be in the perturbative region. 2

3 1 1! ih1, ih2 1! nproc d d0! mur, muf 2! order tota! part.false.! zerowidth 50d0 7d3! mwmin, mwmax ! itmx1, ncall ! itmx2, ncall2 617! rseed 92 0! set, member (native PDFs) MSTW2008lo68cl.LHgrid 0! set, member (LHAPDFs) nnlo! runstring sroot: Double precision variable for centre of mass energy (GeV). ih1,ih2: Integers identifying the beam (proton=1, antiproton=-1). nproc: Integeridentifyingtheprocess: W + l + ν (nproc=1),w l ν (nproc=2), Z/γ l + l (nproc=3). mur, muf: Renormalization (µ R ) and factorization (µ F ) scales (GeV): can be be different from each other but always of the order of m W or m Z (or m lν and m ll if these invariant masses are very different from m W and m Z ). By switching to true the logical variable dynamicscale in the setup subroutine, µ R and µ F are set equal to m lν or m ll. order: Integer setting the order of the calculation: LO (0), NLO (1), NNLO (2). part: String identifying the part of the calculation to be performed: virt for virtual contribution, real for real contribution, tota for the complete calculation. itmx1, ncall1: Number of iterations and calls to VEGAS for setting the grid. zerowidth: When this logical variable is set to true the vector bosons are produced on-shell. To take into account finite width effect this variable should be set to false. mwmin, mwmax: Lower and higher limit on the vector boson (lepton pair) invariant mass. itmx2, ncall2: Number of iterations and calls to VEGAS for the main run. rseed: Random number seed. iset, nset: Integers identifying respectively the PDF set chosen and the member for PDF errors (if the native PDF interface is used). A list of available PDFs is given below. PDFname, PDFmember: String identifying the PDF set chosen and integer identifying the member for PDF errors (if the LHAPDF interface is used). runstring: String for grid and output files. 3

4 6 Output At the end of the run, the program returns the cross section and its error. The program also writes an output file in the topdrawer format containing the required histograms with an estimate of the corresponding statistical errors. During the run, the user can control the intermediate results. The plots are defined in the file /src/user/plotter.f. The user can easily modify this subroutine according to his/her needs. The NLO computation of a cross section with accuracy at the percent level typically requires a few hours of run on a standard PC (say a Pentium 4 at 3 GHz). At NNLO the required run time is between one and two days. To obtain smooth distributions, this estimated run time should be multiplied by a factor of two. 7 Parton distributions The DYNNLO program can be compiled with its own Parton Distribution Functions (PDF) interface (set PDFROUTINES = NATIVE in the makefile) or with the LHAPDF interface (set PDFROUTINES = LHAPDF in the makefile). We point out that the value of α S (m Z ) is not adjustable; it is hard-wired with the value of α S (m Z ) in the parton distributions. Moreover, the choice of the parton distributions also specifies the number of loops that should be used in the running of α S. A list of available parton densities for the native PDF interface is given in Table 1. When dealing with PDF uncertainties, the nset variable is used to distinguish the PDF grids corresponding to different eigenvectors. When CTEQ6.6M partons are used, nset varies in the range nset=0,44. When NNPDF partons are used, nset varies in the range nset=0,100. When MSTW2008 partons are used, nset varies in the range nset=0,40 and the uncertainties we consider are those at 68% CL. When GJR08VF NLO or JR09VF NNLO partons are used, the nset variable should be in the range nset=-13,13. For A06 (ABKM09) NNLO partons, the variable nset should vary in the range nset=0,23 (nset=0,25). The default choice is nset=0, corresponding to the central set. The variable nset is dummy when other PDF sets are used. 8 From version 1.1 to version 1.2 The main change done in version 1.2 with respect to version 1.1 is that the evaluation of the subtraction counterterm is made substantially faster. As a consequence, the speed of the code improves by at least a factor 1.5. A minor bug has been corrected in the dynamic scale settings, whose effect is however negligible. 9 From version 1.2 to version 1.3 The only change done in version 1.3 with respect to version 1.2 is that a bug affecting the program when running with dynamicscale=.false. has been fixed. 10 From version 1.3 to version 1.4 In version 1.4 some refinements in the subtraction procedure have been implemented and two bugs affecting the real and the virtual contribution has been fixed. 4

5 11 From version 1.4 to version 1.5 In version 1.5 a bug in the factorization scale dependence has been corrected. References [1] S. Catani, L. Cieri, G. Ferrera, D. de Florian and M. Grazzini, Phys. Rev. Lett. 103 (2009) ; S. Catani and M. Grazzini, Phys. Rev. Lett. 98 (2007) [2] J. Beringer et al. [Particle Data Group Collaboration], Phys. Rev. D 86 (2012) [3] S. Catani and M. H. Seymour, Phys. Lett. B 378 (1996) 287, Nucl. Phys. B 485 (1997) 291 [Erratum-ibid. B 510 (1998) 503]. [4] J. Campbell, R.K. Ellis, MCFM - Monte Carlo for FeMtobarn processes, [5] S. Catani, Y. L. Dokshitzer, M. H. Seymour and B. R. Webber, Nucl. Phys. B 406 (1993) 187; S. D. Ellis and D. E. Soper, Phys. Rev. D 48 (1993)

6 iset Pdf set α S (M Z ) 1 CTEQ4 LO CTEQ4 Standard NLO MRST98 NLO central gluon MRST98 NLO higher gluon MRST98 NLO lower gluon MRST98 NLO lower α S MRST98 NLO higher α S MRST98 LO CTEQ5M NLO Standard Msbar CTEQ5D NLO DIS CTEQ5L LO CTEQ5HJ NLO Large-x gluon enhanced CTEQ5HQ NLO Heavy Quark CTEQ5M1 NLO Improved CTEQ5HQ1 NLO Improved MRST99 NLO MRST99 higher gluon MRST99 lower gluon MRST99 lower α S MRST99 higher α S MRST2001 NLO central gluon MRST2001 NLO lower α S MRST2001 NLO higher α S MRST2001 NLO better fit to jet data MRST2001 NNLO MRST2001 NNLO fast evolution MRST2001 NNLO slow evolution MRST2001 NNLO better fit to jet data CTEQ6L LO CTEQ6L1 LO CTEQ6M NLO CTEQ6.6M NLO MRST2002 LO MRST2002 NLO MRST2002 NNLO GJR08VF LO GJR08VF NLO JR09VF NNLO MRST2004 NLO MRST2004 NNLO A06 NNLO NNPDF NLO ABKM09 NNLO MSTW2008 LO MSTW2008 NLO MSTW2008 NNLO Table 1: Available pdf sets and their corresponding iset and values of α S (M Z ). 6

DYRes: version Introduction

DYRes: version Introduction DYRes: version 1.0 This is a note about the DYRes program, which computes the cross section for vector boson production in pp or p p collisions. DYRes combines the calculation of the cross section up to

More information

PoS(ICHEP2012)300. Electroweak boson production at LHCb

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

More information

Measurements of charm and beauty proton structure functions F2 c c and F2 b b at HERA

Measurements of charm and beauty proton structure functions F2 c c and F2 b b at HERA Measurements of charm and beauty proton structure functions F c c and F b b at HERA Vladimir Chekelian MPI for Physics, Germany E-mail: shekeln@mail.desy.de Inclusive charm and beauty production is studied

More information

Direct measurement of the W boson production charge asymmetry at CDF

Direct measurement of the W boson production charge asymmetry at CDF Direct measurement of the boson production charge asymmetry at CDF Eva Halkiadakis Rutgers University For the CDF collaboration Joint Experimental-Theoretical Physics Seminar Fermilab May 22 2009 Outline

More information

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

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

More information

Higher order QCD corrections to the Drell-Yan process

Higher order QCD corrections to the Drell-Yan process Higher order QCD corrections to the Drell-Yan process Massimiliano Grazzini (INFN, Firenze) Milano, march 18, 2009 Outline Introduction NLL+LO resummation NNLO calculation Summary & Outlook Introduction

More information

Proton PDFs constraints from measurements using the ATLAS experiment

Proton PDFs constraints from measurements using the ATLAS experiment Nuclear and Particle Physics Proceedings 00 (08) 6 Nuclear and Particle Physics Proceedings Proton PDFs constraints from measurements using the eperiment F. Giuli a a University of Oford, Keble Road, OX

More information

Diphoton production at LHC

Diphoton production at LHC 1 Diphoton production at LHC 120 GeV < M γγ < 140 GeV Leandro Cieri Universidad de Buenos Aires - Argentina & INFN Sezione di Firenze Rencontres de Moriond March 11, 2012 Outline Introduction Available

More information

Experimental review of jet physics in hadronic collisions

Experimental review of jet physics in hadronic collisions Eur. Phys. J. C (2009) 61: 637 647 DOI 10.1140/epjc/s10052-008-0849-2 Regular Article - Experimental Physics Experimental review of jet physics in hadronic collisions Mario Martínez a ICREA/IFAE, Institut

More information

arxiv:hep-ex/ v1 8 Jun 2001

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

More information

arxiv:hep-ph/ v1 25 Sep 2002

arxiv:hep-ph/ v1 25 Sep 2002 hep-ph/0209302 Direct Higgs production at hadron colliders arxiv:hep-ph/0209302v1 25 Sep 2002 Massimiliano Grazzini (a,b) (a) Dipartimento di Fisica, Università di Firenze, I-50019 Sesto Fiorentino, Florence,

More information

CTEQ6.6 pdf s etc. J. Huston Michigan State University

CTEQ6.6 pdf s etc. J. Huston Michigan State University CTEQ6.6 pdf s etc J. Huston Michigan State University 1 Parton distribution functions and global fits Calculation of production cross sections at the LHC relies upon knowledge of pdf s in the relevant

More information

NLO QCD corrections to pp W ± Z γ with leptonic decays

NLO QCD corrections to pp W ± Z γ with leptonic decays NLO QCD corrections to pp W ± Z γ in collaboration with F. Campanario, H. Rzehak and D. Zeppenfeld Michael Rauch March 2010 I NSTITUTE FOR T HEORETICAL P HYSICS KIT University of the State of Baden-Wuerttemberg

More information

THREE-JET CALCULATION AT NLO LEVEL FOR HADRON COLLIDERS

THREE-JET CALCULATION AT NLO LEVEL FOR HADRON COLLIDERS THREE-JET CALCULATION AT NLO LEVEL FOR HADRON COLLIDERS CDF/D0/Theory Jet Workshop Fermilab, December 16, 2002 Zoltán Nagy ITS, University of Oregon Contents: Introduction, Method Results in hadron hadron

More information

PDF Studies at LHCb! Simone Bifani. On behalf of the LHCb collaboration. University of Birmingham (UK)

PDF Studies at LHCb! Simone Bifani. On behalf of the LHCb collaboration. University of Birmingham (UK) PDF Studies at LHCb! Simone Bifani University of Birmingham (UK) On behalf of the LHCb collaboration MENU 213 Rome 3th September - 4th October 213 Outline Introduction Analyses» Z/γ* ll, l =, e, τ#» W

More information

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

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

More information

Transverse Energy-Energy Correlations in Next-to-Leading Order in α s at the LHC

Transverse Energy-Energy Correlations in Next-to-Leading Order in α s at the LHC Transverse Energy-Energy Correlations in Next-to-Leading Order in α s at the LHC Deutsches Elektronen-Synchrotron DESY, D-2267 Hamburg, Germany E-mail: ahmed.ali@desy.de This contribution summarizes the

More information

NLM introduction and wishlist

NLM introduction and wishlist 1. NLM introduction and wishlist he LHC will be a very complex environment with most of the interesting physics signals, and their backgrounds, consisting of multi-parton (and lepton/photon) final states.

More information

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

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

More information

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

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

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

More information

Precision Calculations for Collider Physics

Precision Calculations for Collider Physics SFB Arbeitstreffen März 2005 Precision Calculations for Collider Physics Michael Krämer (RWTH Aachen) Radiative corrections to Higgs and gauge boson production Combining NLO calculations with parton showers

More information

Top, electroweak and recent results from CDF and combinations from the Tevatron

Top, electroweak and recent results from CDF and combinations from the Tevatron IL NUOVO CIMENTO 40 C (2017) 181 DOI 10.1393/ncc/i20177181-7 Colloquia: LaThuile 2017 Top, electroweak and recent results from CDF and combinations from the Tevatron D. Lucchesi( 1 )( 2 ) on behalf of

More information

Investigation of Top quark spin correlations at hadron colliders

Investigation of Top quark spin correlations at hadron colliders CERN-PH-TH/2004-206 Investigation of Top quark spin correlations at hadron colliders arxiv:hep-ph/0410197v1 13 Oct 2004 W. Bernreuther A, A. Brandenburg B, Z. G. Si C and P. Uwer D A Institut f. Theoretische

More information

THE STRONG COUPLING AND LHC CROSS SECTIONS

THE STRONG COUPLING AND LHC CROSS SECTIONS THE STRONG COUPLING AND LHC CROSS SECTIONS Frank Petriello Argonne National Laboratory and Northwestern University Workshop on Precision Measurements of α S February 11, 2011 Outline Focus of talk: customer

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

Theoretical Predictions For Top Quark Pair Production At NLO QCD

Theoretical Predictions For Top Quark Pair Production At NLO QCD Theoretical Predictions For Top Quark Pair Production At NLO QCD Malgorzata Worek Wuppertal Uni. HP2: High Precision for Hard Processes, 4-7 September 2012, MPI, Munich 1 Motivations Successful running

More information

Recent Results on Jet Physics and α s

Recent Results on Jet Physics and α s Recent Results on Jet Physics and α s XXI Physics in Collision Conference Seoul, Korea June 8, Presented by Michael Strauss The University of Oklahoma Outline Introduction and Experimental Considerations

More information

Measurement of the W boson production charge asymmetry at CDF

Measurement of the W boson production charge asymmetry at CDF Measurement of the boson production charge asmmetr at CDF Eva Halkiadakis Rutgers Universit Booung Han, Arie Bodek, Yeonsei Chung, Kevin McFarland Universit of Rochester For the CDF collaboration APS Meeting,

More information

Cross sections for SM Higgs boson production

Cross sections for SM Higgs boson production Cross sections for SM Higgs boson production Massimiliano Grazzini (INFN & ETH Zurich) Higgs MiniWorkshop, Torino, november 24, 2009 Outline Introduction Total cross section: - The NNLL+NNLO calculation

More information

Automation of NLO computations using the FKS subtraction method

Automation of NLO computations using the FKS subtraction method Automation of NLO computations using the FKS subtraction method Institute for Theoretical Physics, Universität Zürich E-mail: frederix@physik.uzh.ch In this talk the FKS subtraction method for next-to-leading

More information

Study of H γγ at NLO and NNLO

Study of H γγ at NLO and NNLO Study of H γγ at NLO and NNLO G. Dissertori A. Holzner, F. Stöckli ETH Zürich Apr 13, 2005 Introduction Recently obtained : Higgs production (via gluon fusion) at NNLO (QCD), fully differential Anastasiou,

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

Higgs theory. Achilleas Lazopoulos (ETH Zurich) ATLAS HSG2 meeting Athens, 7 Sep Friday, December 30, 11

Higgs theory. Achilleas Lazopoulos (ETH Zurich) ATLAS HSG2 meeting Athens, 7 Sep Friday, December 30, 11 Higgs theory Achilleas Lazopoulos (ETH Zurich) ATLAS HSG2 meeting Athens, 7 Sep. 2011 Why is Higgs production different In the dominant channel, gluon fusion, it starts already at second order in as, so

More information

ATLAS Measurements Sensitive to the Proton Structure

ATLAS Measurements Sensitive to the Proton Structure EPJ Web of Conferences will be set by the publisher DOI: will be set by the publisher c Owned by the authors, published by EDP Sciences, 05 ALAS Measurements Sensitive to the Proton Structure P. J. Bussey,a

More information

Structure Functions and Parton Distribution Functions at the HERA ep Collider

Structure Functions and Parton Distribution Functions at the HERA ep Collider Structure Functions and Parton Distribution Functions at the HERA ep Collider by Chris Targett Adams (University College London) on behalf of the ZEUS and H1 collaborations. Moriond QCD, 16/03/2005 Contents

More information

Inclusive. W & Z measurements in CMS. Georgios Daskalakis. on behalf of CMS Collaboration. .C.S.R. Demokritos

Inclusive. W & Z measurements in CMS. Georgios Daskalakis. on behalf of CMS Collaboration. .C.S.R. Demokritos Inclusive W & Z measurements in CMS Georgios Daskalakis.C.S.R. Demokritos on behalf of CMS Collaboration 1 Overview LHC hopefully will be proven to be a discovery machine but before that the measurement

More information

Precision QCD at the Tevatron. Markus Wobisch, Fermilab for the CDF and DØ Collaborations

Precision QCD at the Tevatron. Markus Wobisch, Fermilab for the CDF and DØ Collaborations Precision QCD at the Tevatron Markus Wobisch, Fermilab for the CDF and DØ Collaborations Fermilab Tevatron - Run II Chicago Ecm: 1.8 1.96 TeV more Bunches 6 36 Bunch Crossing 3500 396ns CDF Booster Tevatron

More information

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

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

More information

W/Z inclusive measurements in ATLAS

W/Z inclusive measurements in ATLAS /Z inclusive measurements in J-B. Blanchard On behalf of the Atlas collaboration Standard Model @ LHC 1-1/4/1 Introduction /Z physics at the LHC LHC: a /Z factory... heoretically well understood bosons,

More information

dσ/dx 1/σ tot TASSO 22 TPC/2γ 29 MKII 29 TASSO 35 CELLO 35 TASSO 43.7 AMY 55.2 DELPHI 91.2 ALEPH 91.

dσ/dx 1/σ tot TASSO 22 TPC/2γ 29 MKII 29 TASSO 35 CELLO 35 TASSO 43.7 AMY 55.2 DELPHI 91.2 ALEPH 91. Department of Physics & Astronomy Experimental Particle Physics Group Kelvin Building, University of Glasgow, Glasgow, G12 8QQ, Scotland Telephone: +44 (0)141 339 8855 Fax: +44 (0)141 334 9029 GLAS{PPE/95{02

More information

Higgs boson signal and background in MCFM

Higgs boson signal and background in MCFM Higgs boson signal and background in MCFM Zurich, January 11, 2012 Keith Ellis, Fermilab John Campbell, RKE and Ciaran Williams arxiv:1105.0020, 1107.5569 [hep-ph] MCFM MCFM is a unified approach to NLO

More information

SuperChic v2.04. Users guide

SuperChic v2.04. Users guide SuperChic v2.04 A Monte Carlo for Central Exclusive Production Users guide Lucian Harland-Lang (l.harland-lang@ucl.ac.uk) Updated: October 10, 2016 Contents 1 Overview 3 2 Installation 3 3 Running with

More information

Higher Order Corrections to the Drell-Yan Cross Section in the Mellin Space

Higher Order Corrections to the Drell-Yan Cross Section in the Mellin Space Higher Order Corrections to the Drell-Yan Cross Section in the Mellin Space Petra Kovačíková (DESY, Zeuthen) petra.kovacikova@desy.de Corfu Summer School 4 th September 21 Higher Order Corrections to the

More information

Z+jet production at the LHC: Electroweak radiative corrections

Z+jet production at the LHC: Electroweak radiative corrections Z+jet production at the LHC: Electroweak radiative corrections Ansgar Denner Universität Würzburg, Institut für Theoretische Physik und Astrophysik Am Hubland, 9774 Würzburg, Germany E-mail: denner@physik.uni-wuerzburg.de

More information

Weak boson scattering at the LHC

Weak boson scattering at the LHC Weak boson scattering at the LHC RADCOR 2009 Barbara Jäger University of Würzburg outline weak boson fusion at the LHC: Higgs production at high precision V V jj production @ NLO QCD strongly interacting

More information

VH production at the LHC: recent theory progress

VH production at the LHC: recent theory progress VH production at the LHC: recent theory progress Giancarlo Ferrera Università di Milano & INFN Milano LHC Higgs Cross Section Working Group CERN June 12th 214 Motivations Associated vector boson Higgs

More information

FERMI NATIONAL ACCELERATOR LABORATORY

FERMI NATIONAL ACCELERATOR LABORATORY FERMI NATIONAL ACCELERATOR LABORATORY arxiv:0908.1374v1 [hep-ex] 10 Aug 2009 TEVEWWG/WZ 2009/01 FERMILAB-TM-2439-E CDF Note 9859 D0 Note 5965 10 th August 2009 Updated Combination of CDF and D0 Results

More information

MCFM v5.8. Users Guide

MCFM v5.8. Users Guide MCFM v5.8 A Monte Carlo for FeMtobarn processes at Hadron Colliders Users Guide Authors: J. M. Campbell (johnmc@fnal.gov) R. K. Ellis (ellis@fnal.gov) Updated: 8th April 2010 Contents 1 Overview 3 2 Installation

More information

Jet Photoproduction at THERA

Jet Photoproduction at THERA DESY 0 03 ISSN 048 9833 hep ph/00309 March 200 Jet Photoproduction at THERA arxiv:hep-ph/00309v 9 Mar 200 M. Klasen II. Institut für Theoretische Physik, Universität Hamburg, Luruper Chaussee 49, 2276

More information

2. HEAVY QUARK PRODUCTION

2. HEAVY QUARK PRODUCTION 2. HEAVY QUARK PRODUCTION In this chapter a brief overview of the theoretical and experimental knowledge of heavy quark production is given. In particular the production of open beauty and J/ψ in hadronic

More information

Standard Model Measurements at ATLAS

Standard Model Measurements at ATLAS ATL-PHYS-PROC-2013-291 Standard Model Measurements at ATLAS Julia I. Hofmann a, on behalf of the ATLAS Coaboration a Kirchhoff-Institue for Physics, Heidelberg University Im Neuenheimer Feld 227, 68789

More information

Transverse Energy-Energy Correlation on Hadron Collider. Deutsches Elektronen-Synchrotron

Transverse Energy-Energy Correlation on Hadron Collider. Deutsches Elektronen-Synchrotron Transverse Energy-Energy Correlation on Hadron Collider Wei Wang ( 王伟 ) Deutsches Elektronen-Synchrotron Work with Ahmed Ali, Fernando Barreiro, Javier Llorente arxiv: 1205.1689, Phys.Rev. D86, 114017(2012)

More information

W and Z boson production in p p collisions from Run II of the Tevatron Collider

W and Z boson production in p p collisions from Run II of the Tevatron Collider W and Z boson production in p p collisions from Run II of the Tevatron Collider P. Petroff To cite this version: P. Petroff. W and Z boson production in p p collisions from Run II of the Tevatron Collider.

More information

PoS(Photon 2013)004. Proton structure and PDFs at HERA. Vladimir Chekelian MPI for Physics, Munich

PoS(Photon 2013)004. Proton structure and PDFs at HERA. Vladimir Chekelian MPI for Physics, Munich MPI for Physics, Munich E-mail: shekeln@mail.desy.de The neutral and charged current deep-inelastic ep scattering cross sections are measured in the H and ZEUS eperiments at HERA (99-7), with an electron

More information

Measurement of the Z to tau tau cross section with the ATLAS detector

Measurement of the Z to tau tau cross section with the ATLAS detector Measurement of the Z to tau tau cross section with the ALAS detector On behalf of the ALAS Collaboration Charles University in Prague, Faculty of Mathematics and Physics, Institute of Particle and Nuclear

More information

Introduction to Perturbative QCD

Introduction to Perturbative QCD Introduction to Perturbative QCD Lecture 3 Jianwei Qiu Iowa State University/Argonne National Laboratory PHENIX Spinfest at RIKEN 007 June 11 - July 7, 007 RIKEN Wako Campus, Wako, Japan June 6, 007 1

More information

HERAFitter - an open source QCD Fit platform

HERAFitter - an open source QCD Fit platform DESY (Deutsches Elektronen-Synchrotron) E-mail: hayk.pirumov@desy.de The first stable release of the HERAFitter package is presented. HERAFitter is an open source project which provides a framework for

More information

Measurements of the Vector boson production with the ATLAS Detector

Measurements of the Vector boson production with the ATLAS Detector Measurements of the Vector boson production with the ATLAS Detector Pavel Staroba for ATLAS Collaboration 1 W/Z measurements at ATLAS More than 50 publications in total. Wide range of topics is covered.

More information

arxiv: v1 [hep-ex] 21 Aug 2011

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

More information

Parton Uncertainties and the Stability of NLO Global Analysis. Daniel Stump Department of Physics and Astronomy Michigan State University

Parton Uncertainties and the Stability of NLO Global Analysis. Daniel Stump Department of Physics and Astronomy Michigan State University Parton Uncertainties and the Stability of NLO Global Analysis Daniel Stump Department of Physics and Astronomy Michigan State University J. Huston, J. Pumplin, D. Stump and W.K. Tung, Stability of NLO

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

Constraints on Higgs-boson width using H*(125) VV events

Constraints on Higgs-boson width using H*(125) VV events Constraints on Higgs-boson width using H*(125) VV events Roberto Covarelli ( University / INFN of Torino ) on behalf of the CMS and ATLAS collaborations 25th International Workshop on Weak Interactions

More information

Non-perturbative effects in transverse momentum distribution of electroweak bosons

Non-perturbative effects in transverse momentum distribution of electroweak bosons Non-perturbative effects in transverse momentum distribution of electroweak bosons Andrzej Siódmok a,e in collaboration with M. H. Seymour b,c & S. Gieseke b,d a Jagiellonian University, b CERN, c University

More information

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

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

More information

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

Recent developments on Perturbative QCD (Part I)

Recent developments on Perturbative QCD (Part I) Recent developments on Perturbative QCD (Part I) Jianwei Qiu Iowa State University/Argonne National Laboratory 威海高能物理前沿暑期论坛 (Weihai Summer Topic Seminar On the Frontiers of High Energy Physics) 山东大学 -

More information

QCD and Top physics studies in proton-proton collisions at 7 TeV centre-of-mass energy with the ATLAS detector

QCD and Top physics studies in proton-proton collisions at 7 TeV centre-of-mass energy with the ATLAS detector Journal of Physics: Conference Series QCD and Top physics studies in proton-proton collisions at 7 TeV centre-of-mass energy with the ATLAS detector To cite this article: Marcello Barisonzi 2012 J. Phys.:

More information

ATLAS NOTE January 4, 2010

ATLAS NOTE January 4, 2010 Draft version x.y ATLAS NOTE January 4, 2 Higgs Cross Sections for Early Data Taking 2 3 4 6 7 8 9 2 3 4 6 7 N. Andari a, K. Assamagan b, A.-C. Bourgaux a, M. Campanelli c, G. Carrillo d, M. Escalier a,

More information

Double-Longitudinal Spin Asymmetry in Single- Inclusive Lepton Scattering

Double-Longitudinal Spin Asymmetry in Single- Inclusive Lepton Scattering QCD Evolution 2017, JLab, May 22-26, 2017 Double-Longitudinal Spin Asymmetry in Single- Inclusive Lepton Scattering Marc Schlegel Institute for Theoretical Physics University of Tübingen in collaboration

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

Event Generator Physics 1

Event Generator Physics 1 Event Generator Physics University of Cambridge 1st MCnet School, IPPP Durham 18 th 20 th April 2007 See also ESW: QCD and Collider Physics, C.U.P. 1996 http://www.hep.phy.cam.ac.uk/theory/webber/qcdupdates.html

More information

Heavy Quarks. ... lessons we've learned & future applications. Fred Olness SMU

Heavy Quarks. ... lessons we've learned & future applications. Fred Olness SMU Heavy Quarks... lessons we've learned & future applications Fred Olness SMU Conspirators: I Schienbein, S. Berge, P. Nadolsky, Ringberg Workshop J. Y. Yu, J. Owens, J. Morfin, W. Tung, C. Keppel,... 6

More information

Measurements of the vector boson production with the ATLAS detector

Measurements of the vector boson production with the ATLAS detector Measurements of the vector boson production with the ATLAS detector A. Lapertosa 1,2,, on behalf of the ATLAS Collaboration 1 Università degli Studi di Genova 2 INFN Sezione di Genova Abstract. Measurements

More information

Structure Functions at Very High Q 2 From HERA

Structure Functions at Very High Q 2 From HERA Structure Functions at Very High Q 2 From HERA Christopher M. Cormack For the H1 and ZEUS Collaborations Rutherford Appleton Laboratory, Chilton, Didcot, Oxford, OX11 0QX, United Kingdom Abstract. Measurements

More information

4th Particle Physcis Workshop. National Center for Physics, Islamabad. Proton Structure and QCD tests at HERA. Jan Olsson, DESY.

4th Particle Physcis Workshop. National Center for Physics, Islamabad. Proton Structure and QCD tests at HERA. Jan Olsson, DESY. th 4 Particle Physics Workshop National Center for Physics, Islamabad Proton Structure and QCD tests at HERA Part 2 The proton structure function F2 NLO QCD describes data over >4 orders of magnitude in

More information

Vector Boson Fusion approaching the (yet) unknown

Vector Boson Fusion approaching the (yet) unknown Vector Boson Fusion approaching the (yet) unknown Barbara Jäger KEK Theory Group Southern Methodist University February 2008 outline Higgs searches at the LHC Higgs production via vector boson fusion (VBF):

More information

Physics at the Large Hadron Collider

Physics at the Large Hadron Collider Herbstschule Maria Laach, September 2005 Physics at the Large Hadron Collider Michael Krämer (RWTH Aachen) Lecture 1: Review of the Standard Model Lecture 2: SM physics at hadron colliders Lecture 3: Higgs

More information

Analysis and discussion of the recent W mass measurements

Analysis and discussion of the recent W mass measurements Analysis and discussion of the recent W mass measurements GIGI ROLANDI CERN Ginevra and Scuola Normale Superiore Pisa The ATLAS and CDF measurements of the W mass are compared discussing some similarities

More information

Matrix Elements for the LHC. J. Huston Michigan State University, IPPP Durham

Matrix Elements for the LHC. J. Huston Michigan State University, IPPP Durham Matrix Elements for the LHC J. Huston Michigan State University, IPPP Durham Some references CHS over 1500 downloads so far goal is to provide a reasonably global picture of LHC calculations (with rules

More information

N-jettiness as a subtraction scheme for NNLO

N-jettiness as a subtraction scheme for NNLO N-jettiness as a subtraction scheme for NNLO! Xiaohui Liu based on:! arxiv:1504.02131, Boughezal, Focke, XL and Petriello arxiv:1505.03893, Boughezal, Focke, Giele, XL and Petriello arxiv:1504.02540, Boughezal,

More information

PoS(ICHEP2012)194. Measurements of the t t forward-backward asymmetry at CDF. Christopher Hays

PoS(ICHEP2012)194. Measurements of the t t forward-backward asymmetry at CDF. Christopher Hays Measurements of the t t forward-backward asymmetry at CDF On behalf of the CDF Collaboration Oxford University E-mail: hays@physics.ox.ac.uk At next-to-leading order in QCD, the t t forward-backward asymmetry

More information

Physics at LHC. lecture one. Sven-Olaf Moch. DESY, Zeuthen. in collaboration with Martin zur Nedden

Physics at LHC. lecture one. Sven-Olaf Moch. DESY, Zeuthen. in collaboration with Martin zur Nedden Physics at LHC lecture one Sven-Olaf Moch Sven-Olaf.Moch@desy.de DESY, Zeuthen in collaboration with Martin zur Nedden Humboldt-Universität, October 22, 2007, Berlin Sven-Olaf Moch Physics at LHC p.1 LHC

More information

Proton Structure Function Measurements from HERA

Proton Structure Function Measurements from HERA Proton Structure Function Measurements from HERA Jörg Gayler DESY, Notkestrasse 85, 2263 Hamburg, Germany E-mail: gayler@mail.desy.de Abstract. Measurements of proton structure functions made in neutral

More information

PoS(EPS-HEP 2013)215. WW, WZ, and ZZ production at CMS. Jordi DUARTE CAMPDERROS (on behalf of CMS collaboration)

PoS(EPS-HEP 2013)215. WW, WZ, and ZZ production at CMS. Jordi DUARTE CAMPDERROS (on behalf of CMS collaboration) (on behalf of CMS collaboration) Universidad de Cantabria/CSIC E-mail: jorge.duarte.campderros@cern.ch We present the WW, WZ and ZZ production cross sections measurements and constraints on anomalous triple-gauge

More information

arxiv:hep-ex/ v1 16 Jun 2004

arxiv:hep-ex/ v1 16 Jun 2004 Proceedings of the DIS 2004, Štrbské Pleso, Slovakia RECENT QCD RESULTS FROM OPAL arxiv:hep-ex/0406043v1 16 Jun 2004 MARINA GIUNTA Physics Department, University of California, Riverside, CA 92521, USA

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

arxiv:hep-ex/ v1 27 Oct 1998

arxiv:hep-ex/ v1 27 Oct 1998 UCL/HEP 98-2 Photon Structure and the Hadronic Final State in Photoproduction Processes at ZEUS Matthew Wing E-mail address: wing@zow.desy.de University College London, UK arxiv:hep-ex/984v 27 Oct 998

More information

HATHOR HAdronic Top and Heavy quarks cross section calculator.

HATHOR HAdronic Top and Heavy quarks cross section calculator. HATHOR HAdronic Top and Heavy quarks cross section calculator. Release Notes See [1] for the original program description and [2] for the extension to single top-quark production. Required libraries: The

More information

Physics at the LHC From Standard Model Measurements to Searches for New Physics

Physics at the LHC From Standard Model Measurements to Searches for New Physics Physics at the LHC From Standard Model Measurements to Searches for New Physics K. Jakobs Physikalisches Institut, University of Freiburg, Germany Abstract The successful operation of the Large Hadron

More information

Recent STAR Jet Results of the High-Energy Spin Physics Program at RHIC

Recent STAR Jet Results of the High-Energy Spin Physics Program at RHIC Recent STAR Jet Results of the High-Energy Spin Physics Program at RHIC Daniel L. Olvitt Jr. Temple University E-mail: daniel.olvitt@temple.edu The production of jets from polarized proton+proton collisions

More information

Vector-Boson-Fusion: Parton-shower and Anomalous-coupling Effects

Vector-Boson-Fusion: Parton-shower and Anomalous-coupling Effects Vector-Boson-Fusion: Parton-shower and Anomalous-coupling Effects Michael Rauch 25 Jul 2016 INSTITUTE FOR THEORETICAL PHYSICS KIT University of the State of Baden-uerttemberg and National Research Center

More information

Antenna Subtraction at NNLO

Antenna Subtraction at NNLO Antenna Subtraction at NNLO Aude Gehrmann-De Ridder ETH Zürich in collaboration with T. Gehrmann, E.W.N. Glover Loopfest IV Snowmass 2005 Antenna Subtraction at NNLO p.1 Outline Jet observables Jets in

More information

Results on the proton structure from HERA

Results on the proton structure from HERA Results on the proton structure from HERA Shima Shimizu (CERN) 7/Jan/ @ KEK The world only e-p collider: HERA electron proton A unique collider at DESY, Hamburg H ZEUS Circumference: 6.3 km Operated since

More information

Experiences on QCD Monte Carlo simulations: a user point of view on the inclusive jet cross-section simulations

Experiences on QCD Monte Carlo simulations: a user point of view on the inclusive jet cross-section simulations Journal of Physics: Conference Series Experiences on QCD Monte Carlo simulations: a user point of view on the inclusive jet cross-section simulations Related content - Measurement of multi-jet cross-sections

More information

W, Z and top production measurements at LHCb

W, Z and top production measurements at LHCb 1 W, Z and top production measurements at LHCb Lorenzo Sestini, on behalf of the LHCb collaboration. Universitá di Padova e INFN E-mail: lorenzo.sestini@cern.ch The LHCb experiment offers a complementary

More information

QCD in gauge-boson production at the LHC "

QCD in gauge-boson production at the LHC QCD in gauge-boson production at the LHC " " Matthias Schott " on behalf of the ATLAS and CMS Collaborations" Prof. Dr. Matthias Schott What can we learn " from those tests?" Inclusive and differential

More information

In this paper the uncertainties in the NLO QCD inclusive jet calculations are explored using two available programs: Jetrad [4] a complete O( S3 ) eve

In this paper the uncertainties in the NLO QCD inclusive jet calculations are explored using two available programs: Jetrad [4] a complete O( S3 ) eve An Investigation of Uncertainties in the QCD NLO Predictions of the Inclusive Jet Cross Section in pp Collisions at p s =.8 TeV and 630 GeV B. Abbott, 5 I.A. Bertram, 6 M. Bhattacharjee, 7 G. Di Loreto,

More information

The forward-backward asymmetry in electron-positron annihilation. Stefan Weinzierl

The forward-backward asymmetry in electron-positron annihilation. Stefan Weinzierl The forward-backward asymmetry in electron-positron annihilation Stefan Weinzierl Universität Mainz Introduction: I.: II: III: IV.: Electroweak precision physics Higher order corrections Infrared-safe

More information