Skip to content
Snippets Groups Projects
  1. Jan 05, 2021
  2. Dec 20, 2020
  3. Dec 19, 2020
  4. Oct 29, 2020
  5. Oct 07, 2020
  6. Sep 25, 2020
  7. Sep 15, 2020
  8. Sep 08, 2020
  9. Aug 28, 2020
  10. Aug 24, 2020
  11. Jul 29, 2020
  12. Jul 28, 2020
  13. Jul 22, 2020
  14. Jun 24, 2020
  15. Apr 07, 2020
  16. Mar 21, 2020
  17. Feb 04, 2020
  18. Nov 14, 2019
  19. Mar 19, 2019
  20. Dec 18, 2018
  21. Oct 05, 2018
  22. Apr 23, 2018
  23. Jan 31, 2018
    • scott snyder's avatar
      Pythia8_i: A few cleanups. · c80af82d
      scott snyder authored
      Add useRndmGenSvc(), to make it available to derived classes.
      
      Change m_pythia to a unique_ptr, so that the Pythia instance doesn't
      need to be created during genconf.
      
      
      Former-commit-id: d3ad28de
      c80af82d
  24. Dec 11, 2017
  25. Dec 08, 2017
    • Toshiaki Kaji's avatar
      Revert "fix conflicts of KinkTrkSingleJetMetFilterTool" · cdf718bf
      Toshiaki Kaji authored
      This reverts commit 9156e32ac88ebae9bf90ce0c19a40933a6fb097e [formerly f73d17d3f46239034e6ab596ed09b9aa922f4ad5], reversing
      changes made to 27d106d1c78657e78ee8e51365e28572176cf185 [formerly 8f2f51887120a7b1cc2c7aff8c3101d0e69d4a2d].
      
      
      Former-commit-id: 9d67f5b8a4078841f852715040f5a05bd7efc41b
      cdf718bf
  26. Dec 07, 2017
  27. Nov 20, 2017
  28. Nov 07, 2017
  29. May 27, 2016
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (Pythia8_i-00-12-07) · cbeb56f7
      Atlas-Software Librarian authored
      	* Taught the Pythia8 algorithm how to find the xmldoc directory
      	  in the CMake build. Where it can't rely on the CMTPATH and
      	  CMTCONFIG environment variables.
      	* Had to add a private dependency on PathResolver to do this
      	  elegantly.
      	* Tagging as Pythia8_i-00-12-07
      
      2016-03-02  scott snyder  <snyder@bnl.gov>
      
      	* Tagging Pythia8_i-00-12-06.
      	* Comply with ATLAS naming conventions.
      
      2016-03-01  scott snyder  <snyder@bnl.gov>
      
      	* Tagging Pythia8_i-00-12-05.
      	* Add missing HepMC:: qualifiers.
      
      2015-12-17  Ewelina Lobodzinska <ewelina@mail.desy.de>
        * addind std:: for map and vector
        * Tag Pythia8_i-00-12-04
      ...
      (Long ChangeLog diff - truncated)
      cbeb56f7
  30. Jan 19, 2016
    • James William Monk's avatar
      tagging MG weights fix (Pythia8_i-00-12-03) · 12df9593
      James William Monk authored
        * Tag Pythia8_i-00-12-03
      
      2015-10-23  James Monk	<jmonk@cern.ch>
        * Make sure m_internal_event_number is updated only if the event passes the CKKWL acceptance cuts.
      	Event number == 1 is used to initialise the weight names, so prior to this fix a crash was
      	possible if the very first event failed the acceptance cuts.
      12df9593
  31. Oct 10, 2015
    • James William Monk's avatar
      improved weight names, JetMatching Hook, GravFlat Hook (Pythia8_i-00-12-02) · 2c5ad5d1
      James William Monk authored
        * Updated weight storage so that names instead of ids are used in the HepMC record
        * tagging Pythia8_i-00-12-02
      
      2015-09-08  James Monk  <jmonk@cern.ch>
        * Added JetMatchingMadGraphHook.cxx for FxFx matching
      
      2015-08-02  James Monk <jmonk@cern.ch>
        *  Updated version of GravFlat UserHook from Jan Stark for 13 TeV running
      
      2015-06-16  James Monk <jmonk@cern.ch>
        *  reinstate use of map syntax so that weight names are stored in HepMC
      
      2015-06-08  James Monk	<jmonk@cern.ch>
        *  Merging branch for Pythia 8.205 with multiple LHE3 weights onto trunk
      
      2015-05-18  James Monk  <jmonk@cern.ch>
      	* Check order of LHE3 weights on each event is the same
      	  * write MetaData in finalize giving the weight descriptions
      
      2015-03-18  James Monk	<jmonk@cern.ch>
      ...
      (Long ChangeLog diff - truncated)
      2c5ad5d1
  32. Sep 15, 2015
    • James William Monk's avatar
      CKKWLAcceptance with multiple LH processes (Pythia8_i-00-11-05) · 532c1ad5
      James William Monk authored
        * Allow CKKWLAcceptance=True even with multiple sub-processes (previously failed the job)
      
      2015-05-06  James Monk	<jmonk@cern.ch>
        * New JO switch CKKWLAcceptance to turn on the CKKWL matching acceptance in the cross section (off by default)
      
      2015-04-15  James Monk <jmonk@cern.ch>
        * Track events with zero Sudakov merging weight and take them into account for cross section (affects MG5)
        * Not clear how to handle all cases with > 1 (sub) process per input LHE file, so cause those jobs to fail.
      
      2015-03-07  James Monk <jmonk@cern.ch>
        * Update func name on version check
        * Tested WprimeFlat
        * Tag as Pythia8_i-00-11-03
      
      2015-01-04  James Monk	<jmonk@cern.ch>
        * Added list map from Pythia version to max allowed Tune:pp
        * Added a check that the Tune:pp value does not exceed the allowed max (c.f. Monash with pre 8.185)
        * Updated the WprimeFlat UserHook to have a WprimeFlat:EnergyMode setting.  Default is 8, but 13 is a new option
      532c1ad5
  33. Jan 19, 2015
    • David Quarrie's avatar
      2014-11-25 David Quarrie <David.Quarrie@cern.ch> · 18d2ef1f
      David Quarrie authored
      	* cmt/requirements
      		Add cmake-specific code to specify the Pythia8 version (transparent to CMT).
      	* Tagged as Pythia8_i-00-11-02 (Pythia8_i-00-11-02)
      
      2014-11-25 David Quarrie <David.Quarrie@cern.ch>
      	* cmt/requirements
      		Add cmake-specific code to specify the Pythia8 version (transparent to CMT).
      	* Tagged as Pythia8_i-00-11-02
      
      2014-06-11  James Monk  <jmonk@cern.ch>
        * Merging trunk with Pythia8_i-00-09-10-branch (for 8.180 series)
      
      2014-05-12  James Monk	<jmonk@cern.ch>
        * main31.cxx: use QRen instead of QFac for SCALUP.  Should have been fixed ~12 months ago!
      
      2014-04-29  James Monk  <jmonk@cern.ch>
        * main31.cxx: allow ptDefMode and pTHardMode user settable.  Defaults unchanged
      
      2014-01-30  James Monk  <jmonk@cern.ch>
        * UserSettings.hh for reading user defined settings
        * UserSettings used in Enhance and Suppress MPI UserHooks
        * Allow user settable number of outgoing partons (nFinal) in main31 hook
      
      2014-01-22  James Monk  <jmonk@cern.ch>
      ...
      (Long ChangeLog diff - truncated)
      18d2ef1f
  34. Sep 19, 2014
Loading