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