Geant4 Cross Reference |
1 # Example py8decayer History 1 # Example py8decayer History 2 2 3 See `CONTRIBUTING.rst` for details of **requir 3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry, 4 which **must** added in reverse chronological 4 which **must** added in reverse chronological order (newest at the top). It must **not** 5 be used as a substitute for writing good git c 5 be used as a substitute for writing good git commit messages! 6 6 7 ## 2024-03-26 Ben Morgan (p8decayer-V11-02-01) << 7 ## 2024-03-26 Ben Morgan (p8decayer-V11-01-01) 8 - Use new FindPythia8 module and imported targ 8 - Use new FindPythia8 module and imported target 9 << 10 ## 2023-12-27 Julia Yarba (p8decayer-V11-02-00 << 11 - Test vs Pythia8.3.10 which is the latest as << 12 - Add Py8DecayerEngine to override Pythia8 nat << 13 the one of Geant4 (CLHEP); this is important << 14 in the MT/Tasking mode << 15 - Update Py8Decayer to use Py8DecayerEngine << 16 - update pythia8_decayer.cc to use G4RunManage << 17 instead of G4RunManagerType::SerialOnly; sev << 18 - Update documentation README and .README.txt << 19 9 20 ## 2023-04-22 Julia Yarba (p8decayer-V11-01-00 10 ## 2023-04-22 Julia Yarba (p8decayer-V11-01-00) 21 - Test vs Pythia8.3.0.9 which is the latest as 11 - Test vs Pythia8.3.0.9 which is the latest as of April 2023 22 - Update README and .README.txt 12 - Update README and .README.txt 23 13 24 ## 2022-10-20 Julia Yarba (p8decayer-V11-00-05 14 ## 2022-10-20 Julia Yarba (p8decayer-V11-00-05) 25 - Minor cleanups in .README.txt 15 - Minor cleanups in .README.txt 26 16 27 ## 2022-10-19 Julia Yarba (p8decayer-V11-00-04 17 ## 2022-10-19 Julia Yarba (p8decayer-V11-00-04) 28 - Update README and .README.txt to include inf 18 - Update README and .README.txt to include information on comparing 29 contents of Geant4 and Pythia8 Particle Data 19 contents of Geant4 and Pythia8 Particle Data Tables 30 20 31 ## 2022-08-26 Julia Yarba (p8decayer-V11-00-03 21 ## 2022-08-26 Julia Yarba (p8decayer-V11-00-03) 32 - Replace ActionInit class with ActionInitiali 22 - Replace ActionInit class with ActionInitialization class 33 - Update pythia8_decayer.cc 23 - Update pythia8_decayer.cc 34 - Cleanup typos 24 - Cleanup typos 35 - Cleanup README 25 - Cleanup README 36 - Properly update .README.txt 26 - Properly update .README.txt 37 27 38 ## 2022-08-25 Julia Yarba (p8decayer-V11-00-02 28 ## 2022-08-25 Julia Yarba (p8decayer-V11-00-02) 39 - Add ActionInit class 29 - Add ActionInit class 40 - Update pythia8_decayer.cc to use ActionInit 30 - Update pythia8_decayer.cc to use ActionInit 41 - Update README to reflect use of Pythia8.3.0. 31 - Update README to reflect use of Pythia8.3.0.7 42 32 43 ## 2022-07-15 Makoto Asai (p8decayer-V11-00-01 33 ## 2022-07-15 Makoto Asai (p8decayer-V11-00-01) 44 - Py8DecayerPhysics.cc: 34 - Py8DecayerPhysics.cc: 45 Code cleanup to avoid potential misleading. 35 Code cleanup to avoid potential misleading. 46 36 47 ## 2021-12-10 Ben Morgan (p8decayer-V11-00-00) 37 ## 2021-12-10 Ben Morgan (p8decayer-V11-00-00) 48 - Change to new Markdown History format 38 - Change to new Markdown History format 49 39 50 --- 40 --- 51 41 52 # History entries prior to 11.0 42 # History entries prior to 11.0 53 43 54 21 June 2021 J. Yarba (p8decayer-V10-07-02) 44 21 June 2021 J. Yarba (p8decayer-V10-07-02) 55 - Add GNUmakefile as required 45 - Add GNUmakefile as required 56 46 57 18 June 2021 J. Yarba (p8decayer-V10-07-01) 47 18 June 2021 J. Yarba (p8decayer-V10-07-01) 58 - In CmakeLists.txt, use newly added Pythia8 f 48 - In CmakeLists.txt, use newly added Pythia8 finder module 59 - Minor code cleanup 49 - Minor code cleanup 60 50 61 16 June 2021 J. Yarba (p8decayer-V10-07-00) 51 16 June 2021 J. Yarba (p8decayer-V10-07-00) 62 - First version of the example showing how to 52 - First version of the example showing how to interface Pythia8 63 as an "external decayer", to decay desired r 53 as an "external decayer", to decay desired resonances in Geant4 64 54 65 55