the event generator whizard
play

The Event Generator WHIZARD Jrgen R. Reuter, DESY J.R.Reuter - PowerPoint PPT Presentation

The Event Generator WHIZARD Jrgen R. Reuter, DESY J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015 WHIZARD: Some (technical) facts WHIZARD v2.2.6 (02.05.2015) http://whizard.hepforge.org


  1. The Event Generator WHIZARD Jürgen R. Reuter, DESY J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

  2. WHIZARD: Some (technical) facts WHIZARD v2.2.6 (02.05.2015) http://whizard.hepforge.org <whizard@desy.de> WHIZARD Team: Wolfgang Kilian, Thorsten Ohl, JRR Bijan Chokoufé/Marco Sekulla/Christian Weiss/Florian Staub + 2 Master + 2 PhD (soon) (some losses: C. Speckner [software engineering], F. Bach [ESA Space Defense], S. Schmidt [Philosophy]) Publication: EPJ C71 (2011) 1742 (and others for O’Mega, Interfaces, color flow formalism) J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

  3. WHIZARD: Some (technical) facts WHIZARD v2.2.6 (02.05.2015) http://whizard.hepforge.org <whizard@desy.de> WHIZARD Team: Wolfgang Kilian, Thorsten Ohl, JRR Bijan Chokoufé/Marco Sekulla/Christian Weiss/Florian Staub + 2 Master + 2 PhD (soon) (some losses: C. Speckner [software engineering], F. Bach [ESA Space Defense], S. Schmidt [Philosophy]) Publication: EPJ C71 (2011) 1742 (and others for O’Mega, Interfaces, color flow formalism) 2nd WHIZARD Workshop Würzburg, 03/2015 J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

  4. WHIZARD: Some (technical) facts WHIZARD v2.2.6 (02.05.2015) http://whizard.hepforge.org <whizard@desy.de> WHIZARD Team: Wolfgang Kilian, Thorsten Ohl, JRR Bijan Chokoufé/Marco Sekulla/Christian Weiss/Florian Staub + 2 Master + 2 PhD (soon) (some losses: C. Speckner [software engineering], F. Bach [ESA Space Defense], S. Schmidt [Philosophy]) Publication: EPJ C71 (2011) 1742 (and others for O’Mega, Interfaces, color flow formalism) support junior developers 2nd WHIZARD Workshop Würzburg, 03/2015 J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

  5. The WHIZARD Event Generator • Universal event generator for lepton and hadron colliders • Modular package: - Phase space parameterization (resonances, collinear emission, Coulomb etc.) - O’Mega optimized matrix element generator (tree level, NLO external) - VAMP: adaptive multi-channel Monte Carlo integrator - CIRCE1/2: generator/simulation tool for lepton collider beam spectra - Modules for beam structure, parton shower, matching/merging, event formats, analysis, cascade decays, polarized initial/final states, [NLO subtractions] etc. - Interfaces to external packages for Feynman rules, hadronization, tau decays, event formats, analysis, jet clustering etc. - SINDARIN: free-format steering language for all inputs (!) Talk concentrates on NEW features and current developments/ WHIZARD Manual @ (near) future plans J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

  6. WHIZARD: Installation and Run Download: http://www.hepforge.org/archive/whizard/whizard-2.2.6.tar.gz Unpack it, intended to be installed in /usr/local (or locally) Create build directory and do ./configure make, [ make check ], make install Working directory: create SINDARIN steering file <input>.sin Working directory: run whizard <input>.sin Supported event formats: LHA, StdHep, LHEF (i-iii), HepMC, LCIO, div. ASCII Interfaces to external packages: FastJet, GoSam, GuineaPig(++), HepMC, HOPPET, LCIO, LHAPDF(4/5/6), LoopTools, OpenLoops, PYTHIA6, [PYTHIA8], StdHep J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

  7. General structure of SINDARIN input LCWS ’14, Belgrade, Simulation summary talk: WHIZARD Task to implement LCIO format model = NMSSM alias ll = “e-“:”e+”:”mu+”:”mu-“ alias parton = u:U:d:D:s:S:g alias jet = parton alias stop = st1:st2:ST1:ST2 process susyprod = parton, parton => stop,stop + gg,gg + gg,stop sqrts = 13000 GeV beams = p, p => lhapdf integrate (susyprod) { iterations = 15:500000, 5:1000000 } n_events = 10000 sample_format = lhef, stdhep, hepmc sample = “susydata” simulate (susyprod) J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

  8. General structure of SINDARIN input LCWS ’14, Belgrade, Simulation summary talk: WHIZARD Task to implement LCIO format model = NMSSM WHIZARD v2.2.4, 02/2015: alias ll = “e-“:”e+”:”mu+”:”mu-“ alias parton = u:U:d:D:s:S:g alias jet = parton alias stop = st1:st2:ST1:ST2 sample_format = lcio process susyprod = parton, parton => simulate (<process>) stop,stop + gg,gg + gg,stop sqrts = 13000 GeV beams = p, p => lhapdf integrate (susyprod) { iterations = 15:500000, 5:1000000 } n_events = 10000 sample_format = lhef, stdhep, hepmc sample = “susydata” simulate (susyprod) J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

  9. General structure of SINDARIN input LCWS ’14, Belgrade, Simulation summary talk: WHIZARD Task to implement LCIO format model = NMSSM WHIZARD v2.2.4, 02/2015: alias ll = “e-“:”e+”:”mu+”:”mu-“ alias parton = u:U:d:D:s:S:g alias jet = parton alias stop = st1:st2:ST1:ST2 sample_format = lcio process susyprod = parton, parton => simulate (<process>) stop,stop + gg,gg + gg,stop sqrts = 13000 GeV beams = p, p => lhapdf integrate (susyprod) { iterations = 15:500000, 5:1000000 } n_events = 10000 sample_format = lhef, stdhep, hepmc sample = “susydata” simulate (susyprod) J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

  10. Beams, Fields, Colors, Lorentz structures (I) ✴ Built-in matrix element generator O’Mega (recursiveness via Directed Acyclical Graphs) * ele256 muo356 amu456 gam345 gam346 ele234 gam12 pos15 pos16 ele25 ele26 muo35 amu45 muo36 amu46 gam34 pos1 ele2 gam5 gam6 muo3 amu4 ✴ New concept for internal quantum number representation: faster flavor sums, counting of coupling constants (via partial expansion), more speed-up, general Lorentz structures (in prep.) J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

  11. Beams, Fields, Colors, Lorentz structures (I) ✴ Built-in matrix element generator O’Mega (recursiveness via Directed Acyclical Graphs) * ele256 muo356 amu456 gam345 gam346 ele234 gam12 pos15 pos16 ele25 ele26 muo35 amu45 muo36 amu46 gam34 pos1 ele2 gam5 gam6 muo3 amu4 ✴ New concept for internal quantum number representation: faster flavor sums, counting of coupling constants (via partial expansion), more speed-up, general Lorentz structures (in prep.) ✴ O’Mega Virtual Machine (OVM): matrix elements not as compiled code, but bytecode instructions: process <proc> = in1, in2 => <out> { $method = “ovm” } J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

  12. Beams, Fields, Colors, Lorentz structures (I) ✴ Built-in matrix element generator O’Mega (recursiveness via Directed Acyclical Graphs) * ele256 muo356 amu456 gam345 gam346 ele234 gam12 pos15 pos16 ele25 ele26 muo35 amu45 muo36 amu46 gam34 pos1 ele2 gam5 gam6 muo3 amu4 ✴ New concept for internal quantum number representation: faster flavor sums, counting of coupling constants (via partial expansion), more speed-up, general Lorentz structures (in prep.) ✴ O’Mega Virtual Machine (OVM): matrix elements not as compiled code, but bytecode instructions: process <proc> = in1, in2 => <out> { $method = “ovm” } Parallel performance of uu → e + e − nj amplitudes p = 100% 1 . 0 n = 4 (PS) n = 4 (A) 10 n = 5 (PS) 0 . 9 n = 5 (A) n = 6 (PS) n = 6 (A) 8 p = 95% 0 . 8 efficiency s/n speedup s 0 . 7 6 0 . 6 4 0 . 5 2 0 . 4 1 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4 5 6 7 8 9 10 11 12 threads N threads N J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

  13. Beams, Fields, Colors, Lorentz structures (II) Spin 0 particles Particle types: Spin 1/2 particles (Dirac and Majorana, Fermi statistics for both fermion- number conserving and violating Feynman rules) Spin 1 particles (massive+massless, unitarity/Feynman/R ξ gauges) Spin 3/2 particles (Majorana only, gravitinos) Spin 2 particles (massive+massless, more about tensors later) Dynamic particles and also pure insertions Unphysical particles [ghosts] for Ward- and Slavnov-Taylor identities J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

  14. Beams, Fields, Colors, Lorentz structures (II) Spin 0 particles Particle types: Spin 1/2 particles (Dirac and Majorana, Fermi statistics for both fermion- number conserving and violating Feynman rules) Spin 1 particles (massive+massless, unitarity/Feynman/R ξ gauges) Spin 3/2 particles (Majorana only, gravitinos) Spin 2 particles (massive+massless, more about tensors later) Dynamic particles and also pure insertions Unphysical particles [ghosts] for Ward- and Slavnov-Taylor identities Gravitinos, JRR 2001 J.R.Reuter The event generator WHIZARD MC4BSM 2015, Fermilab, 19.5.2015

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend