| [807] | 1 | -------------------------------------------------------------------
|
|---|
| [1230] | 2 | $Id: History,v 1.24 2009/11/15 23:23:24 cirrone Exp $
|
|---|
| [807] | 3 | -------------------------------------------------------------------
|
|---|
| 4 |
|
|---|
| 5 | =========================================================
|
|---|
| 6 | Geant4 - radiprotection example
|
|---|
| 7 | =========================================================
|
|---|
| 8 |
|
|---|
| 9 | Category History file
|
|---|
| 10 | ---------------------
|
|---|
| 11 |
|
|---|
| [1230] | 12 | 16.11.2009 S. Guatelli, tag radioprotection-V09-02-04
|
|---|
| 13 | analysis output format is changed to xml
|
|---|
| 14 |
|
|---|
| 15 | 12.11.2009 S. Guatelli, tag radioprotection-V09-02-01
|
|---|
| 16 | Physics List updated
|
|---|
| 17 |
|
|---|
| 18 | 08.04.2009 G.A.P.Cirrone, tag radioprotection-V09-02-00
|
|---|
| 19 | GNUmakefile updated
|
|---|
| 20 |
|
|---|
| 21 | 6 March 2009 Guy Barrand (in agreement with G.Cosmo)
|
|---|
| 22 | - GNUmakefile : remove the G4ANALYSIS_USE logic found in this file
|
|---|
| 23 | since it is handled already in the config/analysis.gmk.
|
|---|
| 24 | This avoids a duplication in the compilation and link commands
|
|---|
| 25 | of the aida-config options.
|
|---|
| 26 |
|
|---|
| [807] | 27 | 06.06.2007 MGP tag radioprotection-V08-03-00
|
|---|
| [1230] | 28 | Minor documentation update
|
|---|
| [807] | 29 |
|
|---|
| 30 | 15th November 2006 Susanna Guatelli (radioprotection-V08-01-00)
|
|---|
| 31 | - The hadronic physics lists are more clear.
|
|---|
| 32 |
|
|---|
| 33 | 31th May 2006 Susanna Guatelli(radioprotection-V08-00-01)
|
|---|
| 34 | - Added histograms
|
|---|
| 35 | - Added comments
|
|---|
| 36 |
|
|---|
| 37 | 15th March 2006 Susanna Guatelli(radioprotection-V08-00-00)
|
|---|
| 38 | - Pion absorption at rest introduced in RemSimHadronicBinary.cc
|
|---|
| 39 | - Added more histograms
|
|---|
| 40 | - Primary particle generator can handle spectra
|
|---|
| 41 |
|
|---|
| 42 | 7th December 2005 Susanna Guatelli (radioprotection-V07-01-04)
|
|---|
| 43 | - Macros updated
|
|---|
| 44 | - Comment deleted from remsim.cc
|
|---|
| 45 |
|
|---|
| 46 | 2nd December 2005 Susanna Guatelli (radioprotection-V07-01-03)
|
|---|
| 47 | - Ions updated
|
|---|
| 48 | - General Particle source introduced
|
|---|
| 49 | - Macros updated
|
|---|
| 50 | - README updated
|
|---|
| 51 |
|
|---|
| 52 | 23th November 2005 Susanna Guatelli (radioprotection-V07-01-02)
|
|---|
| 53 | - Ions introduced
|
|---|
| 54 |
|
|---|
| 55 | 23th November 2005 Susanna Guatelli (radioprotection-V07-01-01)
|
|---|
| 56 | - Deleted warning due to standard C++ libraries concerning reading
|
|---|
| 57 | external files
|
|---|
| 58 | - Added Eta and EtaPrime as particles
|
|---|
| 59 |
|
|---|
| 60 | 8th September 2005 Susanna Guatelli (radioprotection-V07-01-00)
|
|---|
| 61 | - Deleted bug. The bug appears at the end of the execution of the simulation.
|
|---|
| 62 | The bug consists in a segmentation fault appearing after the delete
|
|---|
| 63 | of the run manager. The bug appeared with platform slc3.
|
|---|
| 64 | It is due to a bug in G4hLowEnergyIonisation.
|
|---|
| 65 |
|
|---|
| 66 | 30th May 2005 Susanna Guatelli (radioprotection-V07-00-05)
|
|---|
| 67 | - Code review, analysis with AIDA 3.2.1 and PI 1.3.3
|
|---|
| 68 |
|
|---|
| 69 | 3rd May 2005 John Allison (examples-V07-00-03)
|
|---|
| 70 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 71 |
|
|---|
| 72 | 11.2004 - Binary cascade approach added
|
|---|
| 73 |
|
|---|
| 74 | 11.2004 - Option to define the format of the output file hbook or xml
|
|---|
| 75 |
|
|---|
| 76 | 11.2004 - Add histograms
|
|---|
| 77 |
|
|---|
| 78 | 05.2004 - Design iteration with Decorator Design pattern
|
|---|
| 79 |
|
|---|
| 80 | 01.2004 - S.Guatelli
|
|---|
| 81 | First implementation
|
|---|
| 82 |
|
|---|