Introduction to MadGraph/MadEvent:

Size: px
Start display at page:

Download "Introduction to MadGraph/MadEvent:"

Transcription

1 Introduction to MadGraph/MadEvent: an informal tutorial Florian Bonnet INFN - Sezione di Padova January 21st 2011

2 What I will do Why using MadGraph/MadEvent (MG/ME) Getting familiar with the MG/ME environment One example from A to Z Introduction to model building What I will not do Discuss the physics inside the program Discuss technical details (compilers...)

3 Making discoveries at the LHC Finding excesses over the SM backgrounds need to be well measured from data need to be well described by MC Use the peculiar features of signals (mass distributions, kinematics, angular distributions...) to: Improve signal/background ratio Identify the quantum numbers of new particles

4 Making discoveries at the LHC Finding excesses over the SM backgrounds need to be well measured from data need to be well described by MC Use the peculiar features of signals (mass distributions, kinematics, angular distributions...) to: Improve signal/background ratio Identify the quantum numbers of new particles need to be well described by MC

5 Why MadGraph/MadEvent? Idea : a MC code for theorists to talk to experimentalists A huge amount of BSM models? Data

6 Why MadGraph/MadEvent? Idea : a MC code for theorists to talk to experimentalists A huge amount of BSM models? Data Lagrangian Detector simulation Automatized Feynman Rules Parton shower & hadronization Signal & Background Events (parton level)

7 Why MadGraph/MadEvent? Idea : a MC code for theorists to talk to experimentalists A huge amount of BSM models? Data Lagrangian PGS Detector simulation Automatized Feynman Rules PYHTIA Parton shower & hadronization Signal & Background Events (parton level) MadGraph MadEvent

8 MadGraph/MadEvent Two ways to run MG/ME: On-line web interface Install whole package on your computer Let s go to MG/ME directory!

9 MadGraph/MadEvent MG/ME directory: Core Basis of avalaible models PYTHIA & PGS Analysis Tool Plots Working Module

10 MadGraph/MadEvent Template directory: Inputs Storage of events Binaries Core

11 MadGraph/MadEvent Cards directory: proc_card.dat param_card.dat run_card.dat pythia_card.dat pgs_card.dat processes model parameters running parameters PYTHIA options Detector charateristics

12 MadGraph/MadEvent proc_card.dat param_card.dat run_card.dat pythia_card.dat pgs_card.dat MadGraph MadEvent PYTHIA PGS Feyn. diagrams Amplitudes Parton-level events Hadron-level events Detector-level events

13 Example Signal: pp > h > mu+ e- ve~ vm g g Background: pp > w+w- > mu+ e- ve~ vm/h

14 Example process ID proc_card.dat

15 Example proc_card.dat highest order in couplings

16 Example proc_card.dat model

17 Example proc_card.dat

18 Example./bin/newprocess gunzip madevent.tar.gz tar -xvf madevent.tar Source code for the processes

19 Example param_card.dat! parameters are not independant: USE A CALCULATOR Used by PYTHIA, Needed for any new particle, you can use BRIDGE theory/bridge/index.html

20 Example run_card.dat + PRIMARY CUTS

21 Example Calculating cross-sections: Generating events:./bin/survey./bin/refine./bin/generate_events XXX_unweighted_events.lhe XXX_pythia_events.lhe XXX_pgs_events.lhco

22 Example Analysis: MadAnalysis (simpler) or ROOT (more complete)

23 Example Analysis: MadAnalysis (simpler) ma_card.dat Define classes of particles using PDG code

24 Example Analysis: MadAnalysis (simpler) ma_card.dat Define cuts on events

25 Example Analysis: MadAnalysis (simpler) ma_card.dat Define plots

26 Example Analysis: MadAnalysis (simpler)./plot_events plots.top signal background

27 Particles Model = Interactions Couplings

28 MadGraph Particles particles.dat Model = Interactions interactions.dat Couplings couplings.f

29 Model directory: usrmod: old version usrmodfr: new version,

30 Model directory: usrmod: old version usrmodfr: new version, compatible with FeynRules (feynrules.phys.ulc.ac.be) Mathematica package FeynRules Lagrangian FeynRules particles.dat interactions.dat couplings.f Madgraph usrmodfr FeynRules model modify cards usrmodfr new model MadGraph

31 Copy sm_fr directory and rename it NewModel

32 python2.5../usrmod_fr/usrmod.py save

33 MadGraph Particles particles.dat Model = Interactions interactions.dat Couplings couplings.f

34 particles.dat name interactions.dat couplings.f

35 particles.dat Fermion, Scalar, Vector... interactions.dat couplings.f

36 particles.dat Type of line in Feynman diagram interactions.dat couplings.f

37 particles.dat Mass interactions.dat couplings.f

38 particles.dat Width interactions.dat couplings.f

39 particles.dat Color charge interactions.dat couplings.f

40 particles.dat Name in Feynman diagram interactions.dat couplings.f

41 particles.dat PDG code interactions.dat couplings.f

42 particles.dat Majorana particles non existing code interactions.dat couplings.f

43 particles.dat! order: see HELAS libraries Murayama et al., KEK-91-11, 1992 interactions.dat couplings.f

44 particles.dat name of coupling interactions.dat couplings.f

45 particles.dat type of coupling interactions.dat couplings.f

46 particles.dat interactions.dat couplings.f

47 python2.5../usrmod_fr/usrmod.py create

48 particles.dat interactions.dat couplings.f GWEN(1)*PL + GWEN(2)*PR

49 particles.dat interactions.dat couplings.f

50 particles.dat interactions.dat couplings.f internal param. input.inc intparam_definition.inc

51 particles.dat ident_card.dat param_card.dat external param. interactions.dat couplings.f internal param. input.inc intparam_definition.inc

52 make testprog./testprog

53 MadGraph Particles particles.dat Model = Interactions interactions.dat Couplings couplings.f internal param. input.inc intparam_definition.inc ident_card.dat param_card.dat external param.

54 FeynRules (feynrules.phys.ulc.ac.be)

55 Open and go into SM

56 Definition of model Output interface

57 SM.fr Indices Gauge Indices External Parameters Internal Parameters Gauge Groups Particles Lagrangian param_card.dat

58 SM.fr Indices Gauge Indices External Parameters Internal Parameters Gauge Groups Particles Lagrangian Internal parameters to write Lagrangian

59 SM.fr Indices Gauge Indices External Parameters Internal Parameters Gauge Groups Particles Lagrangian particles.dat

60 SM.fr Indices Gauge Indices External Parameters Internal Parameters Gauge Groups Particles Lagrangian couplings.f Let s do a new model!

61 TypeI.fr SM Type I

62 TypeI.fr SM Type I SM parameters SM parameters + Type I new parameters

63 TypeI.fr SM Type I

64 TypeI.fr SM Type I in the param_card.dat

65 TypeI.fr SM Type I Name of block in the param_card.dat

66 TypeI.fr SM Type I Default value

67 TypeI.fr SM Type I Ordering

68 TypeI.fr SM Type I

69 TypeI.fr SM Type I Intermediate parameters to help writing the Lagrangian Mathematica -> Matrices allowed

70 TypeI.fr SM Type I

71 TypeI.fr SM Type I Intermediate parameters to help writing the Lagrangian

72 TypeI.fr SM Type I

73 TypeI.fr SM Type I Kinetic terms Vector in flavor space

74 TypeI.fr SM Type I Kinetic terms Gamma Matrices

75 TypeI.fr SM Type I Kinetic terms Partial derivative

76 TypeI.fr SM Kinetic terms Type I Kinetic terms

77 TypeI.fr SM Gauge Interactions Type I Gauge Interactions

78 TypeI.fr SM Gauge Interactions Type I Gauge Interactions

79 TypeI.fr SM Yukawa Interactions Type I Yukawa Interactions

80 TypeI.nb

81 TypeI.nb TypeI

82 TypeI.nb

83 TypeI.nb TypeI.fr

84 TypeI.nb

85 MadGraph 5 FeynRules MadGraph4 MadEvent PYTHIA PGS MadGraph5

86 MadGraph 5 New features: New diagram generation (faster) New color structures Unlimited decay chains Compatible with PYTHIA 8 Automatic generation of HELAS routines UFO Universal FeynRules Output ALOHA Automatic Language-independent Output of Helicity Ampltudes self-contained Python code not tied to any matrix element generator Automatic generation of the necessary HELAS code for any new model Vertices with any Lorentz structure Effective vertices with any # particles

87 What I didn t have time to talk about ROOT (Tree & leaves, ExRootAnalysis etc) DELPHES (alternative to PGS) BRIDGE (Tool to calculte BR and width)

88 Summary User-friendly MC: from Lagrangian to events Every level of simulation: cross-sections, parton-level, hadronlevel, detector level Compatible with FeynRules MadGraph 5 very exciting for BSM phenomenology. If you have any question I m in office 313, otherwise: feynrules.phys.ulc.ab.be

Tools for LHC. MadGraph/MadEvent. Ian-Woo Kim, Ji-Hun Kim. Seoul National University. SNU, Mar 31, 2007

Tools for LHC. MadGraph/MadEvent. Ian-Woo Kim, Ji-Hun Kim. Seoul National University. SNU, Mar 31, 2007 Tools for LHC MadGraph/MadEvent Ian-Woo Kim, Ji-Hun Kim Seoul National University SNU, Mar 31, 2007 Ian-Woo Kim (SNU) Tools for LHC SNU 03/2007 1 / 30 Introduction We are facing with the exciting era with

More information

Using MadGraph/MadEvent/PYTHIA/PGS

Using MadGraph/MadEvent/PYTHIA/PGS Using MadGraph/MadEvent/PYTHIA/PGS Ian-Woo Kim Seoul National University SNU, Mar 20, 2007 Ian-Woo Kim (SNU) MadGraph/MadEvent/PYTHIA/PGS SNU 03/2007 1 / 18 Introduction MadGraph/MadEvent is a Feynman

More information

MadGraph5. Olivier Mattelaer CP3/FNRS

MadGraph5. Olivier Mattelaer CP3/FNRS MadGraph5 Olivier Mattelaer CP3/FNRS MG5: J. Alwall / M. herquet / F. Maltoni / OM /T. Stelzer ALOHA: P. Aquino / W. Link / F. Maltoni / OM / T. Stelzer UFO: C. Degrande / C. Duhr / B. Fuks / D. Grellsheid/

More information

A program for Matrix Element

A program for Matrix Element A program for Matrix Element Olivier Mattelaer University of Illinois at Urbana Champaign May 20 2013 Olivier Mattelaer 1 Aims of this seminar Motivate Monte-Carlo Physics Describe the methods Advertise

More information

MG/ME tutorial: running the code and gridpack preparation

MG/ME tutorial: running the code and gridpack preparation MG/ME tutorial: running the code and gridpack preparation S.de Visscher Université catholique de Louvain On Behalf of the MG/ME Team *** CMS A. M. C. U. a. T. S. - CERN - 15/12/08 1 Plan GridPack and multi-jet

More information

Sherpa BSM Tutorial. Freiburg GK 2016

Sherpa BSM Tutorial. Freiburg GK 2016 BSM Tutorial Freiburg GK 2016 1 Introduction is a complete Monte-Carlo event generator for particle production at lepton-lepton, lepton-hadron, and hadron-hadron colliders [1]. The simulation of higher-order

More information

Stop pair production at the LHC with Validation figures. C. Degrande, B. Fuks, V. Hirschi, J. Proudom & H.S. Shao

Stop pair production at the LHC with Validation figures. C. Degrande, B. Fuks, V. Hirschi, J. Proudom & H.S. Shao Stop pair production at the LHC with amc@nlo Validation figures C. Degrande, B. Fuks, V. Hirschi, J. Proudom & H.S. Shao November, 0 χ (m,m χ ) = (500, 00) GeV, LO (m,m ) = (00, 50) GeV, LO χ χ (m,m χ

More information

The Madgraph/MadEvent generator: an update.

The Madgraph/MadEvent generator: an update. The Madgraph/MadEvent generator: an update. The Web Generation Fabio Maltoni CP3 @ UCL Tim Stelzer UIUC Yuri Dokshitzer, Lyon, 5 hours ago Outline Motivation Current Status Standard Model Matrix Element

More information

Some New Particles beyond the Standard Model

Some New Particles beyond the Standard Model Journal of Applied Mathematics and Physics, 2014, 2, 55-60 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jamp http://dx.doi.org/10.4236/jamp.2014.25008 Some New Particles beyond the

More information

MadGraph/MadEvent v4: The new web generation

MadGraph/MadEvent v4: The new web generation slac-pub-12603 hep-ph/0706.2334 June 2007 Preprint typeset in JHEP style - HYPER VERSION CP3-07-17 MadGraph/MadEvent v4: The new web generation Johan Alwall Stanford Linear Accelerator Center, Stanford

More information

Computerpraktikum zur Vorlesung Teilchenphysik für Fortgeschrittene

Computerpraktikum zur Vorlesung Teilchenphysik für Fortgeschrittene Institut für Experimentelle Kernphysik (EKP) Prof. Dr. M. Feindt, Dr. M. Kreps, Dr. T. Kuhr C. Hackstein, D. Zander, Dr. A. Zupanc 19. November 2009 Computerpraktikum zur Vorlesung Teilchenphysik für Fortgeschrittene

More information

tutorial The FeynRules & MadGraph teams

tutorial The FeynRules & MadGraph teams Preprint typeset in JHEP style - HYPER VERSION FeynRules/MadGraph amc@nlo/madanalysis5 tutorial The FeynRules & MadGraph teams Abstract: We present a simple example of how to make a simulation of LHC events

More information

Beyond the Standard Model phenomenology with MADANALYSIS 5

Beyond the Standard Model phenomenology with MADANALYSIS 5 Beyond the Standard Model phenomenology with MADANALYSIS 5 Fuks Benjamin CERN - IPHC - U. Strasbourg developed together with Eric Conte 2 nd Taipei School on FEYNRULES-MADGRAPH for LHC physics National

More information

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

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

More information

Phenomenology of Fourth Generation Neutrinos

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

More information

MadGolem: Automated NLO predictions for SUSY and beyond

MadGolem: Automated NLO predictions for SUSY and beyond David López-Val D. Gonçalves Netto (MPI, Munich), T. Plehn (Heidelberg U.), I. Wigmore (Edinburgh U.), K. Mawatari (Vrije U.) together with ITP - Universität Heidelberg SUSY 2013, Trieste (Italy) - August

More information

Designing and recasting physics analyses with MADANALYSIS 5. Application to Higgs EFT

Designing and recasting physics analyses with MADANALYSIS 5. Application to Higgs EFT Designing and recasting physics analyses with MADANALYSIS 5 Application to Higgs EFT Fuks Benjamin CERN - IPHC - U. Strasbourg MADANALYSIS 5: with E. Conte (Colmar), B. Dumont (Grenoble) & C. Wymant (ex-annecy)

More information

SM/BSM physics with GoSam

SM/BSM physics with GoSam Physik-Institut SM/BSM physics with GoSam Nicolas Greiner On behalf of the GoSam collaboration Monte Carlo Tools for Physics Beyond the Standard Model -- 20-24.7.2016 Beijing Outline q Very brief introduction

More information

Collider phenomenology and LHC recasting studies with MADANALYSIS 5

Collider phenomenology and LHC recasting studies with MADANALYSIS 5 Collider phenomenology and LHC recasting studies with MADANALYSIS 5 Fuks Benjamin LPTHE - CNRS - UPMC QCD and Collider Physics Workshop IIT Guwahati 27 March - 1 April 2017 Collider phenomenology and LHC

More information

Beyond the Standard Model phenomenology with MADANALYSIS 5

Beyond the Standard Model phenomenology with MADANALYSIS 5 Beyond the Standard Model phenomenology with MADANALYSIS 5 Fuks Benjamin CERN - IPHC - U. Strasbourg The Third NCTS school on FEYNRULES-MADGRAPH for LHC Physics @ National Tsing Hua University, Hsinchu,

More information

MadDump: a Monte Carlo tool for BSM searches at beam dump experiments

MadDump: a Monte Carlo tool for BSM searches at beam dump experiments MadDump: a Monte Carlo tool for BSM searches at beam dump experiments Luca Buonocore lbuono@na.infn.it University of Napoli "Federico II", INFN sezione di Napoli & University of Zurich in collaboration

More information

STUDY OF HIGGS EFFECTIVE COUPLINGS AT ep COLLIDERS

STUDY OF HIGGS EFFECTIVE COUPLINGS AT ep COLLIDERS STUDY OF HIGGS EFFECTIVE COUPLINGS AT ep COLLIDERS HODA HESARI SCHOOL OF PARTICLES AND ACCELERATORS, INSTITUTE FOR RESEARCH IN FUNDAMENTAL SCIENCES (IPM) The LHeC is a proposed deep inelastic electron-nucleon

More information

Probing the Effects of Dimension-eight Operators Describing Anomalous Neutral Triple Gauge Boson Interactions at FCC-hh. Abstract

Probing the Effects of Dimension-eight Operators Describing Anomalous Neutral Triple Gauge Boson Interactions at FCC-hh. Abstract Probing the Effects of Dimension-eight Operators Describing Anomalous Neutral Triple Gauge Boson Interactions at FCC-hh A. Senol, 1, H. Denizli, 1, A. Yilmaz,, I. Turk Cakir,, K.Y. Oyulmaz, 1, O. Karadeniz,

More information

Tutorials on PYTHIA and MadGraph

Tutorials on PYTHIA and MadGraph Tutorials on PYTHIA and MadGraph K.C. Kong University of Kansas Open KIAS 2014 Winter School on Collider Physics January 19 - January 25, 2014 Test: How much do I know about MC s? 0 1 2 3 4 5 Statements

More information

New physics at colliders A tools vision

New physics at colliders A tools vision New physics at colliders A tools vision Fuks Benjamin LPTHE / UPMC Tools 2017: Tools for the SM and the New Physics @ Corfu, Greece September 9-14, 2017 1 Outline 1. New physics & Monte Carlo simulations

More information

FeynRules New models phenomenology made easy

FeynRules New models phenomenology made easy FeynRules New models phenomenology made easy Claude Duhr March 11, 2008 MC4BSM Why yet another tool..? FeynRules Example: - How to add a new sector to the SM Conclusion Why yet another tool..? In general,

More information

MC(4BSM) Overview. Kentarou Mawatari,

MC(4BSM) Overview. Kentarou Mawatari, MC(4BSM) Overview Kentarou Mawatari, 1. History of MC4BSM 2. BSM workflow at the LHC 3. Beyond LO+PS 4. Summary and outlook disclaimer (Who am I?) I m a pheno person. I m a heavy user of MC tools, but

More information

How to turn a hep-ph paper into a simulation: Introduction. M. E. Peskin May 2007

How to turn a hep-ph paper into a simulation: Introduction. M. E. Peskin May 2007 How to turn a hep-ph paper into a simulation: Introduction M. E. Peskin May 2007 in memory of Maurice Jacob If you have a model that makes sense and should be tested in detail, experimenters will ask,

More information

GoSam: Automated One Loop Calculations within and beyond the SM

GoSam: Automated One Loop Calculations within and beyond the SM GoSam: Automated One Loop Calculations within and beyond the SM Nicolas Greiner Max-Planck Institute for Physics in collaboration with G.Cullen,H.vanDeurzen,G.Heinrich,G.Luisoni,P.Mastrolia,E.Mirabella,G.Ossola,T.Peraro,J.Schlenk,

More information

FeynRules 2.0- A complete toolbox for tree-level phenomenology

FeynRules 2.0- A complete toolbox for tree-level phenomenology CERN-PH-TH/2013-239, MCNET-13-14, IPPP/13/71, DCPT/13/142, PITT-PACC-1308 FeynRules 2.0- A complete toolbox for tree-level phenomenology Adam Alloul a, Neil D. Christensen b, Céline Degrande c,d, Claude

More information

FeynRules. Claude Duhr MadGraph School on Collider Phenomenology, Shanghai, 23-27/11/2015

FeynRules. Claude Duhr MadGraph School on Collider Phenomenology, Shanghai, 23-27/11/2015 FeynRules Claude Duhr 2015 MadGraph School on Collider Phenomenology, Shanghai, 23-27/11/2015 Going Beyond SM A BSM model can be defined via The particles appearing in the model. The values of the parameters

More information

THEORIST S ANALYSIS TOOL

THEORIST S ANALYSIS TOOL THEORIST S ANALYSIS TOOL Roberto Franceschini ( franceschini@fis.uniroma3.it Stanza 114) THE BIG PICTURE Separation of scales Just Living Like This with Lyme DIFFERENT PHENOMENA HAPPEN AT DIFFERENT TIME-SCALES

More information

Jet Matching at Hadron Colliders. Johan Alwall National Taiwan University

Jet Matching at Hadron Colliders. Johan Alwall National Taiwan University Jet Matching at Hadron Colliders Johan Alwall National Taiwan University IPMU Focus week, Tokyo, Japan, 12 Nov 2009 Why jet matching? Many (all) interesting New Physics signals at hadron colliders include

More information

New Developments in MadGraph/MadEvent

New Developments in MadGraph/MadEvent SLAC-PUB-14697 New Developments in MadGraph/MadEvent J. Alwall, P. Artoisenet, S. de Visscher, C. Duhr, R. Frederix, M. Herquet and O. Mattelaer SLAC, Stanford University, Menlo Park, CA 94025, E-mail:

More information

CalcHEP2.5: new facilities and future prospects

CalcHEP2.5: new facilities and future prospects CalcHEP2.5: new facilities and future prospects Alexander Belyaev and Alexander Pukhov MSU RAL Southampton Moscow State University http://theory.sinp.msu.ru/~pukhov/calchep.html 1 CalcHEP: old good features

More information

WW scattering at the LHC Part 2 simulations

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

More information

MonteCarlo s for Top Physics

MonteCarlo s for Top Physics MonteCarlo s for Top Physics Fabio Maltoni Center for Particle Physics and Phenomenology Université Catholique de Louvain European Physical Society, HEP 2007, Manchester 19th July Outline From top physics

More information

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

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

More information

FlexibleTools Understanding new physics from the LHC with next generation software. Peter Athron

FlexibleTools Understanding new physics from the LHC with next generation software. Peter Athron FlexibleTools Understanding new physics from the LHC with next generation software Peter Athron LHC results CMSSM now heavily constrained New physics hint that cannot be explained by the MSSM Minimality

More information

The FeynRules Manual, Version 1.4

The FeynRules Manual, Version 1.4 The FeynRules Manual, Version 1.4 Neil D. Christensen Department of Physics and Astronomy, Michigan State University, East Lansing, MI 48824 Email: neil@pa.msu.edu Claude Duhr Université catholique de

More information

Calculation of the p p t t Higgs cross section at the LHC and potential background analysis

Calculation of the p p t t Higgs cross section at the LHC and potential background analysis Calculation of the p p t t Higgs cross section at the LHC and potential background analysis DESY SUMMER STUDENT PROGRAM 2007 Angeliki Koutsoukou- Argyraki * ABSTRACT In this report we present the cross

More information

Problems for SM/Higgs (I)

Problems for SM/Higgs (I) Problems for SM/Higgs (I) 1 Draw all possible Feynman diagrams (at the lowest level in perturbation theory) for the processes e + e µ + µ, ν e ν e, γγ, ZZ, W + W. Likewise, draw all possible Feynman diagrams

More information

whizard tutorial for physics at lepton colliders Junping Tian (KEK)

whizard tutorial for physics at lepton colliders Junping Tian (KEK) whizard tutorial for physics at lepton colliders Junping Tian (KEK) generators used for ILC TDR physics study Whizard: for processes up to 6-fermion (http://whizard.hepforge.org) Physsim: for 8-fermion

More information

arxiv: v1 [hep-ph] 29 Nov 2016

arxiv: v1 [hep-ph] 29 Nov 2016 On the Validity of Dark Matter Effective Theory arxiv:6.09908v [hep-ph] 9 Nov 06 Martin Bauer, Anja Butter, Nishita Desai, J. Gonzalez-Fraile, and Tilman Plehn Institut für Theoretische Physik, Universität

More information

Signature of light Z boson from scalar boson decay in local L µ L τ model at the ILC

Signature of light Z boson from scalar boson decay in local L µ L τ model at the ILC Signature of light Z boson from scalar boson decay in local L µ L τ model at the ILC Takaaki Nomura (KIAS) In collaboration with; Takashi Shimomura (Miyazaki U.) (Based on arxiv: 83.84) 8-- Beyond the

More information

From Model Building to Events in a Straightforward Way Status of Supersymmetric Models in FeynRules.

From Model Building to Events in a Straightforward Way Status of Supersymmetric Models in FeynRules. From Model Building to Events in a Straightforward Way Status of Supersymmetric Models in FeynRules. Benjamin Fuks (IPHC Strasbourg / Université de Strasbourg) In collaboration with N. Christensen, P.

More information

LHC recasting & reinterpretation tools

LHC recasting & reinterpretation tools LHC recasting & reinterpretation tools Eric Conte (IPHC-GRPHE) Tools 2017: Tools for the SM and the New Physics 10-13 September 2017 @ Corfu (Greece) Outlines 1. Motivations 2. Recasting based on SMS 3.

More information

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

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

More information

Constraining simplified dark matter models with the LHC

Constraining simplified dark matter models with the LHC Constraining simplified dark matter models with the LHC Karl Nordström 1 and Thomas Jacques 2 1 University of Glasgow 2 Université de Genève December 18th, 2014 Introduction Some brief background: The

More information

Automating Feynman-diagrammatic calculations

Automating Feynman-diagrammatic calculations Automating Feynman-diagrammatic calculations Thomas Hahn Max-Planck-Institut für Physik T. Hahn, Automating Feynman-diagrammatic calculations p.1/28 What those Loop Calculations are all about Theorists

More information

Full Mass Determination from M T 2 with Combinatorial Background

Full Mass Determination from M T 2 with Combinatorial Background Full Mass Determination from M T 2 with Combinatorial Background David Curtin bla arxiv:1004.5350, arxiv:xxxx.xxxx In Collaboration with Maxim Perelstein, Monika Blanke bla Cornell Institute for High Energy

More information

PoS(ACAT08)110. Standard SANC Modules. Vladimir Kolesnikov DLNP,Joint Institute for Nuclear Research (JINR)

PoS(ACAT08)110. Standard SANC Modules. Vladimir Kolesnikov DLNP,Joint Institute for Nuclear Research (JINR) E-mail: kolesnik@numail.jinr.ru Anton Andonov Bishop Konstantin Preslavsky University, Shoumen, Bulgaria Andrey Arbuzov BLTP,Joint Institute for Nuclear Research (JINR) Dmitry Bardin Serge Bondarenko BLTP,Joint

More information

J. C. Vasquez CCTVal & USM

J. C. Vasquez CCTVal & USM Maorana Higgses at Colliders arxiv:1612.06840 J. C. Vasquez CCTVal & USM ( Work in collaboration with F. esti and M. emevsek) University of Massachusetts, October 2017 Outline The minimal LR model Decay

More information

Distinguishing Standard Model Extensions using MonoTop Chirality at the LHC

Distinguishing Standard Model Extensions using MonoTop Chirality at the LHC Distinguishing Standard Model Extensions using MonoTop Chirality at the LHC Ryan Mueller R. Allahverdi, M. Dalchenko, B. Dutta, A. Florez, Y. Gao, T. Kamon, N. Kolev, R. M. and M. Segura, J. High Energy

More information

Discovery potential of toppartners in a realistic composite Higgs model with early LHC data

Discovery potential of toppartners in a realistic composite Higgs model with early LHC data Discovery potential of toppartners in a realistic composite Higgs model with early LHC data Günther Dissertori, Elisabetta Furlan, Filip Moortgat, JHEP09(20)019 Kick-off Meeting Of The LHCPhenoNet Initial

More information

Higgs Property Measurement with ATLAS

Higgs Property Measurement with ATLAS Higgs Property Measurement with ATLAS Haijun Yang (on behalf of the ATLAS) Shanghai Jiao Tong University Hadron Collider Physics Symposium HCP 2012, Kyoto University, Japan November 12-16, 2012 Observation

More information

Excited Muon Discovery Potential in s = 13 TeV proton-proton Collision with CMS Experiment

Excited Muon Discovery Potential in s = 13 TeV proton-proton Collision with CMS Experiment Excited Muon Discovery Potential in s = 13 TeV proton-proton Collision with CMS Experiment W. Esmail 1, A. A. Abdelalim 1, Y. Assran 2, and M.N.Yasein 1 (1) Physics Department, Faculty of Science, Helwan

More information

Simulations of Beyond Standard Model Physics in Herwig++

Simulations of Beyond Standard Model Physics in Herwig++ Simulations of Beyond Standard Model Physics in Herwig++ Martyn Gigg IPPP, Durham University IOP HEPP Conference, Lancaster, 2nd April 2008 Outline Basics of event generation, Outline of method for inclusion

More information

ECFA workshop report. Current status of LCGrace. 3nd LC Physics Study Group Meeting. Yoshiaki Yasui Nov. Montpellier France

ECFA workshop report. Current status of LCGrace. 3nd LC Physics Study Group Meeting. Yoshiaki Yasui Nov. Montpellier France 3nd LC Physics Study Group Meeting Yoshiaki Yasui ECFA workshop report 13-16 Nov. Montpellier France Current status of LCGrace Event generator for the Higgs study ECFA workshop(13-16 Nov.2003) Report 185

More information

Heavy-Ion Jet INteraction Generator -- HIJING

Heavy-Ion Jet INteraction Generator -- HIJING Heavy-Ion Jet INteraction Generator -- HIJING XI SERC School on Experimental High-Energy Physics NISER Bhubaneswar, November 07-27, 2017 Event Generators Session 1 Introduction Heavy Ion Jet INteraction

More information

SUSY Tools. Alexei Safonov (UC Davis) A. Safonov SUSY Tools SUSY WG summary meeting, August 25

SUSY Tools. Alexei Safonov (UC Davis) A. Safonov SUSY Tools SUSY WG summary meeting, August 25 SUSY Tools Alexei Safonov (UC Davis) 1 Means and Purposes Three-prong task: Monte Carlo event generating tools suitable for data analysis and phenomenological projections given a model SUSY mass spectra,

More information

SUSY MADGRAPH, MADEVENT

SUSY MADGRAPH, MADEVENT SUSY MADGRAPH, MADEVENT Tilman Plehn MPI München & University of Edinurh Madraph/Madevent approach proof of power y LHC examples all under rapid development in name of: J. Alwall, K. Haiwara, F. Maltoni,

More information

Bottom-quark Fusion Processes at the LHC for Probing Z Models and B-meson Decay Anomalies

Bottom-quark Fusion Processes at the LHC for Probing Z Models and B-meson Decay Anomalies Bottom-quark Fusion Processes at the LHC for Probing Z Models and B-meson Decay Anomalies My Daughter Teruki Kamon Mitchell Institute for Fundamental Physics and Astronomy Texas A&M University 26 th International

More information

Collider Phenomenology From basic knowledge to new physics searches

Collider Phenomenology From basic knowledge to new physics searches Collider Phenomenology From basic knowledge to new physics searches Tao Han University of Wisconsin Madison Lecture series, TsingHua University, Beijing, China (July 26 30, 2006) Collider Phenomenology

More information

Happy 5th Birthday to the Higgs boson!

Happy 5th Birthday to the Higgs boson! The quest for precision from the Higgs [MDG with variously F. Staub, K. Nickel, J. Braathen and P. Slavich, 1411.0675, 1411.4665, 1503.03098, 1511.01904, 1604.05335, 1609.06977, 1706.05372] Mark D. Goodsell

More information

Computer tools in particle physics

Computer tools in particle physics Computer tools in particle physics - Introduction Avelino Vicente IFIC CSIC / U. Valencia Curso de doctorado de la U. València IFIC February 1-5 2016 1 Back in the good old times... Dear radiactive Ladies

More information

Computer tools in particle physics

Computer tools in particle physics Computer tools in particle physics - Introduction Avelino Vicente IFIC Valencia & Université de Liège Cátedra Augusto García González Cinvestav June 22-26 2015 1 Back in the good old times... Dear radiactive

More information

Large Hadron Electron Collider

Large Hadron Electron Collider Exotic Higgs Decay at the Large Hadron Electron Collider Chen Zhang ( 张宸 ) (Peking University) 2 nd CLHCP @Peking University Dec 17 th, 2016 Based on Phys. Rev. D 94, 011702 (2016) in collaboration with

More information

Olivier Mattelaer University of Illinois at Urbana Champaign

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

More information

ATLAS-CONF : an ATLAS dark matter search with b-jets and /E T (13.3 fb 1 )

ATLAS-CONF : an ATLAS dark matter search with b-jets and /E T (13.3 fb 1 ) Chapter 1 ALAS-CONF-2016-086: an ALAS dark matter search with b-jets and /E (13.3 fb 1 ) B. Fuks, M. Zumbihl 1 Introduction Abstract We present the MADANALYSIS 5 implementation and validation of the ALAS-

More information

Top meeting, IIHE, 6/05/2009. Beyond the Standard Model with top quarks

Top meeting, IIHE, 6/05/2009. Beyond the Standard Model with top quarks Eric Chabert Top meeting, IIHE, 6/05/2009 Beyond the Standard Model with top quarks Dali's view of BSM!! All is there: space-time deformation, symmetry broken super-partners... Top can be use as a probe

More information

Probing the CP nature of the Higgs coupling in tth events at the LHC

Probing the CP nature of the Higgs coupling in tth events at the LHC January 7, 8 Probing the CP nature of the iggs coupling in tth events at the LC E. Gouveia also on behalf of arxiv:8.4954v [hep-ph] 5 Jan 8 S.P. mor dos Santos, M.C.. Fiolhais,4, R. Frederix 5, R. Gonçalo,

More information

Searches for Low Mass Strings and Unparticle Physics at the LHC with CMS

Searches for Low Mass Strings and Unparticle Physics at the LHC with CMS Searches for Low Mass Strings and Unparticle Physics at the LHC with CMS Andy Yen Mentor: Harvey Newman Co-Mentor: Marat Gataullin I Introduction In late summer 2009, the first physics runs at the Large

More information

Higgs searches in CMS

Higgs searches in CMS Higgs searches in CMS Mario Pelliccioni Istituto Nazionale di Fisica Nucleare Torino Miami 2012 17/12/12 Introduction Why do we even bother to look for the Higgs? An Higgs boson naturally emerges from

More information

Tutorial 8: Discovery of the Higgs boson

Tutorial 8: Discovery of the Higgs boson Tutorial 8: Discovery of the Higgs boson Dr. M Flowerdew May 6, 2014 1 Introduction From its inception in the 1960 s, the Standard Model was quickly established, but it took about 50 years for all of the

More information

W/Z + jets and W/Z + heavy flavor production at the LHC

W/Z + jets and W/Z + heavy flavor production at the LHC W/Z + jets and W/Z + heavy flavor production at the LHC A. Paramonov (ANL) on behalf of the ATLAS and CMS collaborations Moriond QCD 2012 Motivation for studies of jets produced with a W or Z boson Standard

More information

Quantum Field Theory. and the Standard Model. !H Cambridge UNIVERSITY PRESS MATTHEW D. SCHWARTZ. Harvard University

Quantum Field Theory. and the Standard Model. !H Cambridge UNIVERSITY PRESS MATTHEW D. SCHWARTZ. Harvard University Quantum Field Theory and the Standard Model MATTHEW D. Harvard University SCHWARTZ!H Cambridge UNIVERSITY PRESS t Contents v Preface page xv Part I Field theory 1 1 Microscopic theory of radiation 3 1.1

More information

Electroweak and Higgs Physics

Electroweak and Higgs Physics Electroweak and Higgs Physics Lecture 2 : Higgs Mechanism in the Standard and Supersymmetric Models Alexei Raspereza DESY Summer Student Program Hamburg August 2017 Standard Model (Summary) Building blocks

More information

Search strategies for vector-like quark partners at LHC run-ii

Search strategies for vector-like quark partners at LHC run-ii 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, 26 Search strategies for vector-like quark partners at LHC run-ii

More information

arxiv: v1 [hep-ex] 5 Sep 2014

arxiv: v1 [hep-ex] 5 Sep 2014 Proceedings of the Second Annual LHCP CMS CR-2014/199 September 8, 2014 Future prospects of Higgs Physics at CMS arxiv:1409.1711v1 [hep-ex] 5 Sep 2014 Miguel Vidal On behalf of the CMS Experiment, Centre

More information

Influence of anomalous VVH and VVHH on determination of Higgs self couplings

Influence of anomalous VVH and VVHH on determination of Higgs self couplings , DAE-BRNS High Energy Physics Symposium December 08-12, 2014 Influence of anomalous VVH and VVHH on determination of Higgs self couplings Author: Satendra Kumar E-mail: satendra@iitg.ernet.in Department

More information

Measurement of Higgs properties: sensitivity of present and future facilities

Measurement of Higgs properties: sensitivity of present and future facilities EP/TH Faculty Meeting, 1 June 2018 Measurement of Higgs properties: sensitivity of present and future facilities G.F. Giudice Traditionally, Faculty Meetings were reserved to Senior Staff Series of Faculty

More information

Characterizing a Higgs-like resonance at the LHC

Characterizing a Higgs-like resonance at the LHC Characterizing a Higgs-like resonance at the LHC Kentarou Mawatari (Vrije Universiteit Brussel and International Solvay Institutes) K.Hagiwara, Q.Li, KM, JHEP07(2009)101 [arxiv:0905.4314] C.Englert, D.Goncalves-Netto,

More information

Activités au LAPTh. G. Bélanger

Activités au LAPTh. G. Bélanger Activités au LAPTh G. Bélanger Equipes / Research - Teams Fields, Strings and Symmetries (Math-Phys) L. Frappat, L.Gallot. E. Ragoucy, F. Thuillier, E. Sokatchev, P. Sorba Particle Physics Astroparticles

More information

Exploring Extended Scalar Sectors with Di Higgs Signals: A Higgs EFT Perspective

Exploring Extended Scalar Sectors with Di Higgs Signals: A Higgs EFT Perspective Exploring Extended Scalar Sectors with Di Higgs Signals: A Higgs EFT Perspective Tyler Corbett Melbourne Node arxiv:1705.02551, with Aniket Joglekar (Chicago), Hao-Lin Li (Amherst), Jiang-Hao Yu (Amherst).

More information

From new physics simulations to the recasting of LHC results

From new physics simulations to the recasting of LHC results From new physics simulations to the recasting of LHC results Fuks Benjamin LPTHE Paris / UPMC Paris VI MadGraph School 2015 @ Shanghai, China 23-27 November, 2015 1 Outline 1. When new physics meets Monte

More information

Monte Carlo with Madgraph

Monte Carlo with Madgraph Monte Carlo with Madgraph Personal notes and how-to guide Flip Tanedo Institute for High Energy Phenomenology, Newman Laboratory of Elementary Particle Physics, Cornell University, Ithaca, NY 14853, USA

More information

ATLAS-CONF CMS-PAS-HIG th September 2015

ATLAS-CONF CMS-PAS-HIG th September 2015 ATLAS-CONF-2015-044 CMS-PAS-HIG-15-002 15th September 2015 Measurements of the Higgs boson production and decay rates and constraints on its couplings from a combined ATLAS and CMS analysis of the LHC

More information

EW theoretical uncertainties on the W mass measurement

EW theoretical uncertainties on the W mass measurement EW theoretical uncertainties on the W mass measurement Luca Barze 1, Carlo Carloni Calame 2, Homero Martinez 3, Guido Montagna 2, Oreste Nicrosini 3, Fulvio Piccinini 3, Alessandro Vicini 4 1 CERN 2 Universita

More information

The LHC Using Simulated Data

The LHC Using Simulated Data UNIVERSITY of CALIFORNIA SANTA CRUZ Rapidity Distribution Comparisons Between and W+4jets Signals At The LHC Using Simulated Data A Thesis Submitted in Partial Satisfaction Of the Requirements for the

More information

Quirks. Z. Chacko University of Maryland, College Park

Quirks. Z. Chacko University of Maryland, College Park Quirks Z. Chacko University of Maryland, College Park Disclaimer Only a small portion of this talk is based on my own work, in collaboration with Burdman, Goh, Harnik and Krenke. In particular, I have

More information

Simplified models in collider searches for dark matter. Stefan Vogl

Simplified models in collider searches for dark matter. Stefan Vogl Simplified models in collider searches for dark matter Stefan Vogl Outline Introduction/Motivation Simplified Models for the LHC A word of caution Conclusion How to look for dark matter at the LHC? experimentally

More information

Beyond the SM at the LHC with Pythia8

Beyond the SM at the LHC with Pythia8 Beyond the SM at the LHC with Pythia8 SUSY / Exotics meeting, ATLAS UK Oxford 19 March 2010 Stefan Ask University of Manchester - STFC Status of BSM in Pythia8, Oxford 19 March 2010 General Introduction

More information

CMS Physics Analysis Summary

CMS Physics Analysis Summary Available on the CERN CDS information server CMS PAS EXO-11-009 CMS Physics Analysis Summary Contact: cms-pag-conveners-exotica@cern.ch 01/05/06 Search for Contact Interactions in µ + µ Events in pp Collisions

More information

Understanding the backgrounds to WW->H at the LHC: the Zeppenfeld plots

Understanding the backgrounds to WW->H at the LHC: the Zeppenfeld plots Understanding the backgrounds to WW->H at the LHC: the Zeppenfeld plots Ben Cooper University College London Joey Huston Michigan State University -Monte Carlo studies here -Comparisons to data next meeting

More information

BSM Higgs Searches at ATLAS

BSM Higgs Searches at ATLAS BSM Higgs Searches at ATLAS Martin zur Nedden Humboldt-Universität zu Berlin for the ATLAS Collaboration SUSY Conference 2014 Manchester July 20 th July 25 th, 2014 Introduction Discovery of a scalar Boson

More information

Searching for sneutrinos at the bottom of the MSSM spectrum

Searching for sneutrinos at the bottom of the MSSM spectrum Searching for sneutrinos at the bottom of the MSSM spectrum Arindam Chatterjee Harish-Chandra Research Insitute, Allahabad In collaboration with Narendra Sahu; Nabarun Chakraborty, Biswarup Mukhopadhyay

More information

WHIZARD: Algorithms and Computing Issues

WHIZARD: Algorithms and Computing Issues 1/56 Wolfgang Kilian WHIZARD: Algorithms and Computing Issues Wolfgang Kilian University of Siegen, Germany CHEP, Beijing, August 2014 2/56 Wolfgang Kilian Today s Subjects 1. Phase Space: Whizard s Standard

More information

CalcHEP: the status and the prospects

CalcHEP: the status and the prospects CalcHEP: the status and the prospects Southampton University & Rutherford Appleton LAB MC4BSM 2010, April 14-16, 2010 Niels Bohr Institute, University of Copenhagen 1 OUTLINE Introduction to CalcHEP models

More information

NEUTRINOS. Concha Gonzalez-Garcia. San Feliu, June (Stony Brook-USA and IFIC-Valencia)

NEUTRINOS. Concha Gonzalez-Garcia. San Feliu, June (Stony Brook-USA and IFIC-Valencia) NEUTRINOS (Stony Brook-USA and IFIC-Valencia San Feliu, June 2004 Plan of Lectures I. Standard Neutrino Properties and Mass Terms (Beyond Standard II. Neutrino Oscillations III. The Data and Its Interpretation

More information