| 1 | $Id: History,v 1.9 2006/05/08 12:28:20 gcosmo Exp $
|
|---|
| 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 |
|
|---|
| 20 | May 8th, 2005 G.Cosmo (gflash-V08-00-00)
|
|---|
| 21 | ---------------------
|
|---|
| 22 | - Fix compilation warning on SUN-CC in GFlashSamplingShowerParameterisation.cc.
|
|---|
| 23 |
|
|---|
| 24 | Nov 28th, 2005 G.Cosmo (gflash-V07-01-01)
|
|---|
| 25 | ----------------------
|
|---|
| 26 | - Migration to <sstream> for GFlashShowerModelMessenger.
|
|---|
| 27 |
|
|---|
| 28 | Oct 4th, 2005 G.Cosmo (gflash-V07-01-00)
|
|---|
| 29 | ---------------------
|
|---|
| 30 | - Corrected typo to name GFlashHomoShowerParamterisation, to become
|
|---|
| 31 | GFlashHomoShowerParameterisation. Replaced affected files.
|
|---|
| 32 | - Code cleanup for Software Reference Manual.
|
|---|
| 33 | - Fixed usage of random numbers in GFlashHomoShowerParameterisation
|
|---|
| 34 | to allow for event reproducibility.
|
|---|
| 35 |
|
|---|
| 36 | Jul 15th, 2005 J.Weng
|
|---|
| 37 | ---------------------
|
|---|
| 38 | - Added overflow protection in method GenerateRadius() for
|
|---|
| 39 | GFlashHomoShowerParamterisation.
|
|---|
| 40 |
|
|---|
| 41 | Jun 22nd, 2005 G.Cosmo (gflash-V07-00-04)
|
|---|
| 42 | ----------------------
|
|---|
| 43 | - Corrected signature for IntegrateNspLongitudinal() to remove
|
|---|
| 44 | const qualifier. Problem detected on SUN-CC.
|
|---|
| 45 |
|
|---|
| 46 | Jun 9th, 2005 G.Cosmo (gflash-V07-00-03)
|
|---|
| 47 | ---------------------
|
|---|
| 48 | - Fixed compilation warnings on SUN-CC for hiding of class attributes.
|
|---|
| 49 |
|
|---|
| 50 | Apr 22nd, 2005 G.Cosmo (gflash-V07-00-02)
|
|---|
| 51 | ----------------------
|
|---|
| 52 | - GFlashShowerModel.cc: fixed problem of possible undefined operation on
|
|---|
| 53 | 'NlateralInside' and 'NSpotDeposited'. Compilation warning on gcc-4.0.
|
|---|
| 54 |
|
|---|
| 55 | Jan 13th, 2005 H.P.Wellisch (gflash-V07-00-01)
|
|---|
| 56 | ---------------------------
|
|---|
| 57 | - Fix in GFlashHitMaker for treatment of detector sensitivity.
|
|---|
| 58 |
|
|---|
| 59 | Dec 7th, 2004 G.Cosmo
|
|---|
| 60 | ---------------------
|
|---|
| 61 | - Implemented migration to <cmath>.
|
|---|
| 62 |
|
|---|
| 63 | Nov 26th, 2004 H.P.Wellisch
|
|---|
| 64 | ---------------------------
|
|---|
| 65 | - New 'gflash' submodule, contribution of CMS and ATLAS.
|
|---|
| 66 | - Moved original TRD classes to 'trd_models' submodule.
|
|---|
| 67 | - Created History file
|
|---|
| 68 |
|
|---|