| [1342] | 1 | $Id: History,v 1.15 2010/10/27 10:41:33 gcosmo Exp $
|
|---|
| [807] | 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators
|
|---|
| 11 | to briefly summarize all major modifications introduced in the code
|
|---|
| 12 | and keep track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 14 | committal in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| 19 |
|
|---|
| [1342] | 20 | October 27th, 2010 G.Cosmo - olapex-V09-03-02
|
|---|
| 21 | - Set primary-generator action after physics-list to run-manager.
|
|---|
| 22 | - Fixed compilation warnings for unused parameters.
|
|---|
| 23 |
|
|---|
| 24 | August 24th, 2010 G.Cosmo - olapex-V09-03-01
|
|---|
| 25 | - Fixed compilation error for setting of kRadTolerance.
|
|---|
| 26 |
|
|---|
| 27 | August 16th, 2010 H.Kurashige
|
|---|
| 28 | - Removed inclusion of G4ParticleWithCuts header.
|
|---|
| 29 |
|
|---|
| [1337] | 30 | May 12th, 2010 J.Allison - olapex-V09-03-00
|
|---|
| 31 | - Introduced G4UIExecutive.
|
|---|
| 32 |
|
|---|
| [807] | 33 | November 15th, 2005 G.Cosmo - olapex-V07-01-00
|
|---|
| 34 | - migration to <sstream> from deprecated <strstream>.
|
|---|
| 35 |
|
|---|
| 36 | May 3rd, 2005 J.Allison
|
|---|
| 37 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 38 |
|
|---|
| 39 | June 28th, 2004 G.Cosmo - olapex-V06-02-00
|
|---|
| 40 | - Reordered storage of parameters for solids according to arguments order
|
|---|
| 41 | in construction in SolidAnalyser.cc. Resolving issue in problem report
|
|---|
| 42 | #635.
|
|---|
| 43 |
|
|---|
| 44 | November 13th, 2003 J.Allison - olapex-V05-02-00
|
|---|
| 45 | - Reconstructed Vis Manager.
|
|---|
| 46 |
|
|---|
| 47 | June 12th, 2003 G.Cosmo - olapex-V05-01-00
|
|---|
| 48 | - Fixed pedantic warnings on Linux-g++.
|
|---|
| 49 |
|
|---|
| 50 | February 19th, 2003 G.Cosmo - olapex-V05-00-00
|
|---|
| 51 | - Removed redundant inclusion of SystemOfUnits.h.
|
|---|
| 52 | Now using CLHEP headers.
|
|---|
| 53 |
|
|---|
| 54 | June 5th, 2002 M.Liendl - olapex-V04-00-01
|
|---|
| 55 | - Updated README.
|
|---|
| 56 |
|
|---|
| 57 | June 4th, 2002 G.Cosmo - olapex-V04-00-00
|
|---|
| 58 | - Some general code cleanup.
|
|---|
| 59 | - Added disclaimer of liability.
|
|---|
| 60 | - Fixed usage of G4 types (G4int, G4double, G4bool).
|
|---|
| 61 | - Fixed usage of namespace (G4std::, G4endl, #include "g4std/...")
|
|---|
| 62 | - Fixed warnings and porting on supported platforms.
|
|---|
| 63 |
|
|---|
| 64 | June 3rd, 2002 M.Liendl
|
|---|
| 65 | - First implementation of the CMS tool for debugging overlapping geometries.
|
|---|
| 66 |
|
|---|
| 67 | June 3rd, 2002 G.Cosmo
|
|---|
| 68 | - Created.
|
|---|