- Jan 05, 2021
-
-
scott snyder authored
Spurious copies in range for loops.
-
- Dec 20, 2020
-
-
- Dec 19, 2020
-
-
- Oct 29, 2020
-
-
- Oct 07, 2020
-
-
Frank Winklmeier authored
Remove `atlas_depends_on_subdirs` and cleanup link dependencies.
-
- Sep 25, 2020
-
-
correct CMakeLists.txt for GeneratorFilters, Herwig7, Sherpa and Tauplapp and add common fragments for Herwig7, Powheg and Tauolapp
-
- Sep 15, 2020
-
-
- Sep 08, 2020
-
-
- Aug 28, 2020
-
-
- Aug 24, 2020
-
-
- Jul 29, 2020
-
-
- Jul 28, 2020
-
-
- Jul 22, 2020
-
-
Andrii Verbytskyi authored
-
- Jun 24, 2020
-
-
- Apr 07, 2020
-
-
- Mar 21, 2020
-
-
Andrii Verbytskyi authored
-
- Feb 04, 2020
-
-
scott snyder authored
Don't rely on the PYTHIA8_VERSION cmake variable --- it can be set wrong. Instead, get the version from PYTHIA8_INCLUDE_DIR. Remove some old CMT-dependent code.
-
- Nov 14, 2019
-
-
scott snyder authored
Change to range-based for.
-
- Mar 19, 2019
-
-
Zach Marshall authored
-
- Dec 18, 2018
-
-
Edward Moyse authored
-
- Oct 05, 2018
-
-
scott snyder authored
gcc8 warnings: Catching polymorphic exceptions by value. Former-commit-id: 076af557
-
- Apr 23, 2018
-
-
Chris Hays authored
Former-commit-id: 35b263ac
-
Former-commit-id: 80d522b9
-
- Jan 31, 2018
-
-
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
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
-
Toshiaki Kaji authored
This reverts commit 9156e32ac88ebae9bf90ce0c19a40933a6fb097e [formerly f73d17d3f46239034e6ab596ed09b9aa922f4ad5], reversing changes made to 27d106d1c78657e78ee8e51365e28572176cf185 [formerly 8f2f51887120a7b1cc2c7aff8c3101d0e69d4a2d]. Former-commit-id: 9d67f5b8a4078841f852715040f5a05bd7efc41b
-
- Dec 07, 2017
-
-
Frank Winklmeier authored
Replace code that relies on implicit StatusCode bool/long conversions as this will no longer work in upcoming Gaudi releases. Former-commit-id: 959d5fa7a2678674c1ff2aea35105cc1b4615eb5
-
- Nov 20, 2017
-
-
Frank Winklmeier authored
Delete all CMT requirements files and other obsolete content in the cmt/ directories. Some non-trivial content of unknown usage has been kept. Former-commit-id: 972e8215
-
- Nov 07, 2017
-
-
Frank Winklmeier authored
- Delete all obsolete src/components/*_load.cxx files - Remove obsolete DECLARE_FACTORY_ENTRIES within src/components/*_entries.cxx - Migrate to DECLARE_COMPONENT macros The removed macros evaluate to NULL on the Gaudi side and have been kept only for backwards compatibility. Former-commit-id: ece8ee48
-
- May 27, 2016
-
-
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)
-
- Jan 19, 2016
-
-
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.
-
- Oct 10, 2015
-
-
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)
-
- Sep 15, 2015
-
-
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
-
- Jan 19, 2015
-
-
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)
-
- Sep 19, 2014
-
-
James William Monk authored
-