source: trunk/source/error_propagation/History

Last change on this file was 1228, checked in by garnier, 14 years ago

update geant4.9.3 tag

File size: 2.7 KB
Line 
1$Id: History,v 1.15 2009/11/11 17:12:10 arce Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     ----------------------------------------------------------
17     * Reverse chronological order (last date on top), please *
18     ----------------------------------------------------------
1911 November 2009 - P.Arce (error_propagation-V09-02-02)
20- Avoid G4ThreeVector(double) constructor in G4ErrorMagFieldLimitProcess.cc
21
2214 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
2614 November 2007 - G.Cosmo (error_propagation-V09-00-02)
27- G4ErrorPropagator: removed call to exit() and some cleanup.
28
2924 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
345 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
384 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
431 June 2007 - G.Cosmo (error_propagation-V08-03-07)
44- Some cleanup and further simplification of matrices classes.
45
4631 May 2007 - P.Arce (error_propagation-V08-03-06)
47- Using G4ErrorMatrix instead of CLHEP Matrix.
48
4931 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
5331 May 2007 - P.Arce (error_propagation-V08-03-04)
54- Fixed problem of uninitialised variables.
55
5629 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
6225 May 2007 - P.Arce (error_propagation-V08-03-00, 01, 02)
63- First version.
64
6512 May 2007 - G.Cosmo
66- Directory structure created.
Note: See TracBrowser for help on using the repository browser.