Warning, /geant4/examples/extended/parameterisations/gflash/History is written in an unsupported language. File is not indexed.
0001 # Example gflash 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-10-02 I. Semeniouk (exgflash-V11-02-00)
0008 - Add dedicated History files to all exaples
0009
0010 ## 2023-06-13 I. Semeniouk (exgflash-V11-01-01)
0011 - gflash1,2,3,a - replaces static with inline static and moveinitialization into .hh files
0012 - gflasha - Use G4PhysListFactory for physics list initialization
0013 - gflash2 - remove unused statics from Detector Construction class
0014 - Update History and gflasha README files
0015
0016 ## 2023-04-19 I. Semeniouk (exgflash-V11-01-00)
0017 - gflash1,2,3,a clang-tidy and clang format
0018 - gflasha add cmpE.C macro
0019 - gfalsh1,2,3 comment /run/beamOn commands
0020 - Add History entry
0021
0022 ## 2022-11-04 I. Hrivnacova (exgflash-V11-00-01)
0023 - Fixed Doxygen file descriptions in glash2 and gflash3
0024
0025 ## 2021-12-10 Ben Morgan (exgflash-V11-00-00)
0026 - Change to new Markdown History format
0027
0028 ---
0029
0030 # History entries prior to 11.0
0031
0032 18-Oct-2021
0033 - clang-tidy and clang-format on code
0034 - remove local History file and power-off.png
0035 - test.mac run twice with and without gflash
0036
0037 06-Oct-2021 I. Hrivnacova (exgflash-V10-07-01)
0038 - Migration to new G4AnalysisManager.hh header;
0039 define the default output file type (root).
0040
0041 19-Jul-2021 I. Hrivnacova (exgflash-V10-07-00)
0042 - Updated for changes in the analysis category:
0043 removed deleting of the analysis manager,
0044 as this is now done by the Geant4 kernel.
0045
0046 10-Nov-2020 B. Morgan (exgflash-V10-06-00)
0047 - Migration to G4RunManagerFactory.
0048
0049 28-Nov-2019 I. Hrivnacova (exgflash-V10-05-02)
0050 - Updated README files:
0051 changed text to correspond to a description of a set of examples;
0052 fixed formatting in .README.txt
0053 - Fixed Doxygen warnings
0054
0055 25-Nov-2019 I. Semeniouk (exgflash-V10-05-01)
0056 - Add gflasha example with histogramming
0057
0058 01-Nov-2019 A.Zaborowska (exgflash-V10-05-00)
0059 - Extend GFlash example moving existing one to gflash1
0060 - Add gflash2 with envelope in parallel world
0061 - Add gflash3 with SD in parallel world
0062
0063 17-May-2018 J.Allison (exgflash-V10-04-00)
0064 - Add #include "G4Types.hh"
0065 - Remove G4UI_USE and G4VIS_USE.
0066 - Move instantiation of G4UIExecutive to start of main.
0067
0068 03-Nov-2016 M. Verderi (exgflash-V10-02-02)
0069 - Use G4FastSimulationPhysics constructor to configure the
0070 physics list. Remove ExGflashPhysics one.
0071
0072 14-Oct-2016 G.Folger (exgflash-V10-02-01)
0073 - remove direct use of aParticleIterator, use GetParticleTableIterator().
0074 fix required by clang39 on Linux and MAC
0075
0076 04-Jul-2016, Ivana Hrivnacova (exgflash-V10-02-00)
0077 - Fixes for Doxygen documentation
0078
0079 13-Nov-2015, Ivana Hrivnacova (exgflash-V10-01-01)
0080 - ExGflashPhysicsList replaced with ExGflashPhysics builder
0081 - Code clean-up, coding guidelines
0082
0083 06-Mar-2015, Andrea Dotti (exgflash-V10-01-00)
0084 - Remove unnecessary GPS in master
0085
0086 04-Jun-2014, Andrea Dotti (exgflash-V10-00-00)
0087 - New GPS MT compliant system
0088
0089 06-Nov-2013, Marc Verderi (exgflash-V09-06-03)
0090 - Fix event action destructor in case fNevent == 0
0091 - change /gps/centre 0 0 0 to /gps/pos/centre 0 0 0 to
0092 clear gps deprecating command message in test.mac .
0093
0094 30-Jul-2013, Peter Gumplinger (exgflash-V09-06-02)
0095 - fix MAC/clang32 compilation warnings
0096
0097 16-Jul-2013, Marc Verderi (exgflash-V09-06-01)
0098 - Migration to MT
0099
0100 7-June-2013, Marc Verderi (exgflash-V09-06-00)
0101 - Adopt coding guidelines
0102 - Remove ExGflashMaterialManager class, as using NIST manager
0103
0104 17-November 2012, Ivana Hrivnacova (exgflash-V09-05-01)
0105 - Fixed .README file for artefacts from Markdown support
0106
0107 15-November 2012, Ivana Hrivnacova (exgflash-V09-05-00)
0108 - Minor fix in .README
0109
0110 24-November 2010, Gunter Folger (exgflash-V09-04-01)
0111 - Fix bug in ExGflashSensitiveDetector::Initialize():
0112 create/new Collection before adding it to HCE
0113
0114 26-January 2010, Gunter Folger (exgflash-V09-04-00)
0115 - Finnish correcting namepsace problems on Windows,
0116 removed using namespace, use G4cout,.. and few std::
0117
0118 03-December 2010, Gunter Folger (exgflash-V09-03-04)
0119 - Correct use of "using namespace std", needed for Windows VC
0120
0121 07-November 2010, John Allison (exgflash-V09-03-03)
0122 - Introduced G4UIExecutive.
0123
0124 27-October 2010, Gunter Folger (exgflash-V09-03-02)
0125 - Fix gcc4.x compilation warnings
0126 - Add default production cut to region crystals to shut down warning on stderr
0127
0128 27-October 2010, Gunter Folger (exgflash-V09-03-01)
0129 - Migrate to new MultipleScattering classes
0130 - fix compilation warning in ExGflashHit.hh on unused variable
0131
0132 June 4, 2010, J.Perl (exgflash-V09-03-00)
0133 - Update vis usage
0134
0135 May 18, 2007, M. Verderi (exgflash-V08-03-00)
0136 - ExGflashPhysicsList.cc : the fast simulation process is now a discrete process
0137
0138 Dec 1st, 2005 G.Cosmo (exgflash-V07-01-00)
0139 ---------------------
0140 - Adapted to new gflash redesign. Coworks with "gflash-V07-01-02".
0141
0142 Nov 4th, 2005 J.Weng
0143 --------------------
0144 - New example demonstrating usage 'gflash' shower parameterisation.
0145