Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/eventgenerator/pythia/decayer6/History is written in an unsupported language. File is not indexed.

0001 # Example decayer6 History
0002 
0003 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
0004 which **must** added in reverse chronological order (newest at the top). It must **not**
0005 be used as a substitute for writing good git commit messages!
0006 
0007 ## 2024-04-25 Ben Morgan (p6decayer-V11-02-00)
0008 - Update CMake script to use new Pythia6 setup/build variables
0009 
0010 ## 2023-11-14 I. Hrivnacova (p6decayer-V11-01-01)
0011 - Fixes for Doxygen:
0012   Move class description comments after namespace
0013 
0014 ## 2023-11-09 I. Hrivnacova (p6decayer-V11-01-00)
0015 - Updated common directory (excommon-V11-01-00)
0016 
0017 ## 2022-11-07 I. Hrivnacova (p6decayer-V11-00-02)
0018 - Updated common directory (excommon-V11-00-01)
0019 - Fixed P6DExtDecayerPhysics compilation
0020 
0021 ## 2022-10-26 I. Hrivnacova (p6decayer-V11-00-01)
0022 - P6DExtDecayerPhysics.cc:
0023   Make sure that the ext decayer is set to G4Decay process only once
0024   to avoid potential misleading.
0025   (Inspired by M. Asai update in p8decayer-V11-00-01.)
0026 
0027 ## 2021-12-10 Ben Morgan (p6decayer-V11-00-00)
0028 - Change to new Markdown History format
0029 
0030 ---
0031 
0032 # History entries prior to 11.0
0033 
0034 13/11/20 B.Morgan (p6decayer-V10-06-01)
0035 - Enforce use of Serial RunManager.
0036 
0037 10/11/2020 B.Morgan (p6decayer-V10-06-00)
0038 - Migration to G4RunManagerFactory.
0039 
0040 29/09/2017 I.Hrivnacova   (p6decayer-V10-03-00,01)
0041 - Updated for changes in common classes
0042 - Updated main (removed G4UI_USE, G4VIS_USE macros, moved initialization
0043   in macros)
0044 
0045 24/10/2016 I.Hrivnacova   (p6decayer-V10-02-05)
0046 - Do not use svn:extternal in the tag
0047 
0048 14/10/2016 G.Folger       (p6decayer-V10-02-04)
0049 - remove direct use of aParticleIterator, use GetParticleTableIterator().
0050     fix required by clang39 on Linux and MAC
0051 
0052 21/07/2016 I.Hrivnacova   (p6decayer-V10-02-03)
0053 -  Adding extern keyword to data declarations in pythia6_common_address.c
0054    This fixes problem on MAC OSX, where no decay happenned.
0055 
0056 20/07/2016 I.Hrivnacova   (p6decayer-V10-02-02)
0057 -  Fixed compiler warning
0058 -  Coding guidelines in common
0059 
0060 04/07/2016 I.Hrivnacova   (p6decayer-V10-02-01)
0061                           (p6decayer-V10-02-00)
0062 -  Fixes for Doxygen documentation
0063 
0064 04/11/2015 - I.Hrivnacova (p6decayer-V10-01-01)
0065 - Restored common directory (missing in previous tag)
0066 
0067 09/06/2015 - I.Hrivnacova (p6decayer-V10-01-00)
0068 -------------------------
0069 - Set a specific prefix to common library and test
0070   to avoid name clashes when building all extended examples at once
0071 
0072 06/11/2014 - I.Hrivnacova (p6decayer-V10-00-03)
0073 -------------------------
0074 - Fixed CMakeLists.txt in common (excommon-V10-00-06)
0075 
0076 05/11/2014 - I.Hrivnacova (p6decayer-V10-00-02)
0077 -------------------------
0078 - Added common directory via svn:externals property;
0079   in this tag based on excommon-V10-00-05;
0080   updated CMake and GNUmake files and documentation
0081 
0082 11/06/2014 - I.Hrivnacova (p6decayer-V10-00-01)
0083 -------------------------
0084 - Fixed path to copy_files.sh, clean_files.sh in GNUmakefile
0085   (this makes GNUmake build working with Geant4 installation via
0086    CMake)
0087 
0088 28/05/2014 - I.Hrivnacova (p6decayer-V10-00-00)
0089 -------------------------
0090 Code clean-up:
0091 - Removed P6DPhysicsList
0092 - Fixed order of instantiating Vis/UI (according to B1)
0093 - replaced std::cerr with G4cerr
0094 
0095 02/12/2013 - I.Hrivnacova (p6decayer-V09-06-01)
0096 -------------------------
0097 - Fixed warnings about shadowed variables; removed tabulations
0098 
0099 11/07/2013 - I.Hrivnacova (p6decayer-V09-06-00)
0100 -------------------------
0101 - Fixed use of particle iterator in P6DExtDecayerPhysics.cc
0102   (which was changed with changes for MT)
0103 
0104 24/08/2012 - I.Hrivnacova (p6decayer-V09-05-02)
0105 -------------------------
0106 - Fixed documentation files
0107 
0108 05/06/2012 - I.Hrivnacova (p6decayer-V09-05-01)
0109 -------------------------
0110 - Updated pythia6_decayer.in macro:
0111   - added initialization (now required)
0112   - added call to /pythia6Decayer/verbose
0113 - Fixed SharedFilesList.txt
0114 - Limited G4Pythia6Decayer verbose levels to 0, 1
0115 - Updated reference output
0116 - Updated Pythia6 version in README file
0117 
0118 11/04/2012 - I.Hrivnacova (p6decayer-V09-05-00)
0119 -------------------------
0120 - Introduced use of classes from common
0121 - Introduced a physics builder for adding the external decayer to
0122   an existing physics list
0123 - Applied coding guidelines
0124 
0125 02/12/2010 - I.Hrivnacova (p6decayer-V09-03-02)
0126 -------------------------
0127 - Migrated to use particle-based multiple-scattering.
0128 
0129 04/06/2010 - J.Perl (p6decayer-V09-03-01)
0130 -------------------
0131 - Updated vis usage
0132 
0133 12/05/2010 - J.Allison (p6decayer-V09-03-00)
0134 ----------------------
0135 - pythia6_decayer.cc: Introduced GUIExecutive.
0136 
0137 03/11/2008 - G.Cosmo (p6decayer-V09-01-00)
0138 --------------------
0139 - First version from original code by I.Hrivnakova.