| [1228] | 1 | $Id: History,v 1.15 2009/11/11 17:12:10 arce Exp $
|
|---|
| [815] | 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 | ----------------------------------------------------------
|
|---|
| [1228] | 19 | 11 November 2009 - P.Arce (error_propagation-V09-02-02)
|
|---|
| 20 | - Avoid G4ThreeVector(double) constructor in G4ErrorMagFieldLimitProcess.cc
|
|---|
| [815] | 21 |
|
|---|
| [1228] | 22 | 14 May 2008 - P.Arce (error_propagation-V09-02-01)
|
|---|
| 23 | - Inclusion of pion+/- and proton in physics list
|
|---|
| 24 | - Possibility to account for error deflation (needed to make 'smoothing')
|
|---|
| 25 |
|
|---|
| [815] | 26 | 14 November 2007 - G.Cosmo (error_propagation-V09-00-02)
|
|---|
| 27 | - G4ErrorPropagator: removed call to exit() and some cleanup.
|
|---|
| 28 |
|
|---|
| 29 | 24 September 2007 - P.Arce (error_propagation-V09-00-01)
|
|---|
| 30 | - G4ErrorFreeTrajState: corrected bug in one of the transformation matrix
|
|---|
| 31 | terms. Addresses problem report #971.
|
|---|
| 32 | - G4ErrorFreeTrajParam: corrected normalization of Y and Z coordinates.
|
|---|
| 33 |
|
|---|
| 34 | 5 June 2007 - G.Cosmo (error_propagation-V08-03-09)
|
|---|
| 35 | - Added missing definition of GLOBLIBS in GNUmakefile to allow for
|
|---|
| 36 | building DLLs on Windows.
|
|---|
| 37 |
|
|---|
| 38 | 4 June 2007 - G.Cosmo (error_propagation-V08-03-08)
|
|---|
| 39 | - Fixed compilation errors and warnings on WIN32-VC platform: replaced
|
|---|
| 40 | usage of M_PI with CLHEP::pi; replaced usage of 'uint' with 'size_t';
|
|---|
| 41 | fixed boolean operation in conditional statement.
|
|---|
| 42 |
|
|---|
| 43 | 1 June 2007 - G.Cosmo (error_propagation-V08-03-07)
|
|---|
| 44 | - Some cleanup and further simplification of matrices classes.
|
|---|
| 45 |
|
|---|
| 46 | 31 May 2007 - P.Arce (error_propagation-V08-03-06)
|
|---|
| 47 | - Using G4ErrorMatrix instead of CLHEP Matrix.
|
|---|
| 48 |
|
|---|
| 49 | 31 May 2007 - G.Cosmo (error_propagation-V08-03-05)
|
|---|
| 50 | - Fixed compilation problems on Windows/VC++.
|
|---|
| 51 | - Use G4bool for bool and CLHEP::pi for M_PI.
|
|---|
| 52 |
|
|---|
| 53 | 31 May 2007 - P.Arce (error_propagation-V08-03-04)
|
|---|
| 54 | - Fixed problem of uninitialised variables.
|
|---|
| 55 |
|
|---|
| 56 | 29 May 2007 - G.Cosmo (error_propagation-V08-03-03)
|
|---|
| 57 | - Fixed errors for unnecessary inclusion of non-existing headers.
|
|---|
| 58 | - Use G4GeometryTolerance for retrivial of kCarTolerance.
|
|---|
| 59 | - Fixed GNUmakefile for setting of debug verbosity.
|
|---|
| 60 | - Added CVS headers and some cleanup ...
|
|---|
| 61 |
|
|---|
| 62 | 25 May 2007 - P.Arce (error_propagation-V08-03-00, 01, 02)
|
|---|
| 63 | - First version.
|
|---|
| 64 |
|
|---|
| 65 | 12 May 2007 - G.Cosmo
|
|---|
| 66 | - Directory structure created.
|
|---|