| 1 | $Id: History,v 1.14 2010/06/14 15:09:34 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 | 14 June, 10 G.Cosmo (ascii-V09-03-00)
|
|---|
| 20 | - Added missing virtual destructor to G4tgbDetectorBuilder.
|
|---|
| 21 |
|
|---|
| 22 | 25 November, 09 G.Cosmo (ascii-V09-02-10)
|
|---|
| 23 | - Fixed compilation warnings on G4tgbVolume detected on MacOS.
|
|---|
| 24 |
|
|---|
| 25 | 24 November, 09 P.Arce (ascii-V09-02-09)
|
|---|
| 26 | - Corrected compilation errors introduced in last tag.
|
|---|
| 27 |
|
|---|
| 28 | 19 November, 09 P.Arce (ascii-V09-02-08)
|
|---|
| 29 | - Small additions in Get and Set methods and constructors
|
|---|
| 30 | - Inclusion of extruded and tessellated solids
|
|---|
| 31 |
|
|---|
| 32 | 17 May, 09 P.Arce (ascii-V09-02-06)
|
|---|
| 33 | - Fix of GNUmakefile
|
|---|
| 34 |
|
|---|
| 35 | 15 May, 09 P.Arce (ascii-V09-02-05)
|
|---|
| 36 | - Added parallel world management
|
|---|
| 37 | - Added G4tgbPlaceParamPhantom
|
|---|
| 38 |
|
|---|
| 39 | 16 February, 09 P.Arce (ascii-V09-02-04)
|
|---|
| 40 | - Removed deprecated class G4tgrFileOut, not used.
|
|---|
| 41 |
|
|---|
| 42 | 5 February, 09 P.Arce (ascii-V09-02-03)
|
|---|
| 43 | - Fix in delta theta for handling of G4Sphere, and renaming 'phiTotal'
|
|---|
| 44 | to 'phiDelta' for the relevant solids in G4tgbVolume implementation.
|
|---|
| 45 |
|
|---|
| 46 | 26 January, 09 G.Cosmo (ascii-V09-02-02)
|
|---|
| 47 | - Correction for use of std:: namespace when calling standard mathematical
|
|---|
| 48 | functions, introduced in previous tag.
|
|---|
| 49 | - Fixed compilation error introduced in previous tag.
|
|---|
| 50 |
|
|---|
| 51 | 6 January, 09 P.Arce (ascii-V09-02-01)
|
|---|
| 52 | - Bug fix in definition of delta angle for all solids with section in Phi
|
|---|
| 53 | in G4tgbVolume. Take into consideration tolerance.
|
|---|
| 54 |
|
|---|
| 55 | 9 December, 08 P.Arce (ascii-V09-01-06)
|
|---|
| 56 | - SUBS -> SUBTRACTION, INTERS -> INTERSECTION
|
|---|
| 57 | - add FindG4PhysVol, delete FindLVs (declared but not defined)
|
|---|
| 58 |
|
|---|
| 59 | 3 December, 08 P.Arce (ascii-V09-01-05)
|
|---|
| 60 | - Include possibility of placements inside divisions
|
|---|
| 61 | - Correct rotation matrix in circular parameterisations
|
|---|
| 62 | - Small output messages changes
|
|---|
| 63 |
|
|---|
| 64 | 26 November, 08 G.Cosmo (ascii-V09-01-04)
|
|---|
| 65 | - Fixed compilation warnings for uninitialised variables.
|
|---|
| 66 |
|
|---|
| 67 | 21 November, 08 G.Cosmo (ascii-V09-01-03)
|
|---|
| 68 | - Corrected GNUmakefile to have ':=' instead of '=' for definition
|
|---|
| 69 | of library name. Required in order to correctly build libname.map!
|
|---|
| 70 | - Use "const G4String&" where possible.
|
|---|
| 71 | - Added missing CVS headers, some code cleanup and formatting...
|
|---|
| 72 |
|
|---|
| 73 | 21 November, 08 P.Arce (ascii-V09-01-02)
|
|---|
| 74 | - Added handling of G4EllipticalCone.
|
|---|
| 75 | - Use G4UIcommand::ConvertToString() in place of custom itoa().
|
|---|
| 76 | - Corrected GNUmakefile to add path to BREPS module.
|
|---|
| 77 |
|
|---|
| 78 | 20 November, 08 P.Arce (ascii-V09-01-01)
|
|---|
| 79 | - Added BREPS reading, support for any kind of parameterisations and
|
|---|
| 80 | dumping abilities.
|
|---|
| 81 | - Corrected handling on strings in error/warnings printouts.
|
|---|
| 82 |
|
|---|
| 83 | 23 October, 08 G.Cosmo (ascii-V09-01-00)
|
|---|
| 84 | - Created from original implementation by P.Arce (CIEMAT).
|
|---|
| 85 | - Reviewed code and formatting. First release.
|
|---|