| 1 | $Id: History,v 1.9 2009/02/25 10:43:40 gcosmo Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 | =========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 5 | =========================================================
|
|---|
| 6 |
|
|---|
| 7 | Category History file
|
|---|
| 8 | ---------------------
|
|---|
| 9 | This file should be used by G4 developers and category coordinators
|
|---|
| 10 | to briefly summarize all major modifications introduced in the code
|
|---|
| 11 | and keep track of all category-tags.
|
|---|
| 12 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 13 | committal in the CVS repository !
|
|---|
| 14 |
|
|---|
| 15 | ----------------------------------------------------------
|
|---|
| 16 | * Reverse chronological order (last date on top), please *
|
|---|
| 17 | ----------------------------------------------------------
|
|---|
| 18 |
|
|---|
| 19 | 16 February, 09 P.Arce (ascii-V09-02-04)
|
|---|
| 20 | - Removed deprecated class G4tgrFileOut, not used.
|
|---|
| 21 |
|
|---|
| 22 | 5 February, 09 P.Arce (ascii-V09-02-03)
|
|---|
| 23 | - Fix in delta theta for handling of G4Sphere, and renaming 'phiTotal'
|
|---|
| 24 | to 'phiDelta' for the relevant solids in G4tgbVolume implementation.
|
|---|
| 25 |
|
|---|
| 26 | 26 January, 09 G.Cosmo (ascii-V09-02-02)
|
|---|
| 27 | - Correction for use of std:: namespace when calling standard mathematical
|
|---|
| 28 | functions, introduced in previous tag.
|
|---|
| 29 | - Fixed compilation error introduced in previous tag.
|
|---|
| 30 |
|
|---|
| 31 | 6 January, 09 P.Arce (ascii-V09-02-01)
|
|---|
| 32 | - Bug fix in definition of delta angle for all solids with section in Phi
|
|---|
| 33 | in G4tgbVolume. Take into consideration tolerance.
|
|---|
| 34 |
|
|---|
| 35 | 9 December, 08 P.Arce (ascii-V09-01-06)
|
|---|
| 36 | - SUBS -> SUBTRACTION, INTERS -> INTERSECTION
|
|---|
| 37 | - add FindG4PhysVol, delete FindLVs (declared but not defined)
|
|---|
| 38 |
|
|---|
| 39 | 3 December, 08 P.Arce (ascii-V09-01-05)
|
|---|
| 40 | - Include possibility of placements inside divisions
|
|---|
| 41 | - Correct rotation matrix in circular parameterisations
|
|---|
| 42 | - Small output messages changes
|
|---|
| 43 |
|
|---|
| 44 | 26 November, 08 G.Cosmo (ascii-V09-01-04)
|
|---|
| 45 | - Fixed compilation warnings for uninitialised variables.
|
|---|
| 46 |
|
|---|
| 47 | 21 November, 08 G.Cosmo (ascii-V09-01-03)
|
|---|
| 48 | - Corrected GNUmakefile to have ':=' instead of '=' for definition
|
|---|
| 49 | of library name. Required in order to correctly build libname.map!
|
|---|
| 50 | - Use "const G4String&" where possible.
|
|---|
| 51 | - Added missing CVS headers, some code cleanup and formatting...
|
|---|
| 52 |
|
|---|
| 53 | 21 November, 08 P.Arce (ascii-V09-01-02)
|
|---|
| 54 | - Added handling of G4EllipticalCone.
|
|---|
| 55 | - Use G4UIcommand::ConvertToString() in place of custom itoa().
|
|---|
| 56 | - Corrected GNUmakefile to add path to BREPS module.
|
|---|
| 57 |
|
|---|
| 58 | 20 November, 08 P.Arce (ascii-V09-01-01)
|
|---|
| 59 | - Added BREPS reading, support for any kind of parameterisations and
|
|---|
| 60 | dumping abilities.
|
|---|
| 61 | - Corrected handling on strings in error/warnings printouts.
|
|---|
| 62 |
|
|---|
| 63 | 23 October, 08 G.Cosmo (ascii-V09-01-00)
|
|---|
| 64 | - Created from original implementation by P.Arce (CIEMAT).
|
|---|
| 65 | - Reviewed code and formatting. First release.
|
|---|