| 1 | $Id: History,v 1.28 2008/08/18 16:14:13 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 | August, 18th, 2008 T.Nikitina (geomdiv-V09-01-01)
|
|---|
| 21 | - Corrected initialisation for 'fnReplicas' and 'fwidth' data members in
|
|---|
| 22 | CheckAndSetParameters(), to make use of precomputed values retrieved from
|
|---|
| 23 | parameterisations; simplified method signature.
|
|---|
| 24 |
|
|---|
| 25 | July, 25th, 2008 I.Hrivnacova (geomdiv-V09-01-00)
|
|---|
| 26 | - Corrected error message in G4VDivisionParameterisation::CheckNDivAndWidth().
|
|---|
| 27 |
|
|---|
| 28 | May, 18th, 2007 G.Cosmo (geomdiv-V08-03-01)
|
|---|
| 29 | - Use kAngTolerance from G4GeometryTolerance class.
|
|---|
| 30 | - Coworks with tag "global-V08-03-03".
|
|---|
| 31 |
|
|---|
| 32 | May, 11th, 2007 G.Cosmo (geomdiv-V08-03-00)
|
|---|
| 33 | - Use call to G4GeometryTolerance instead of kCarTolerance constant in
|
|---|
| 34 | G4VDivisionParameterisation.
|
|---|
| 35 | - Requires tag "global-V08-03-00" and related tag set.
|
|---|
| 36 |
|
|---|
| 37 | June 8th, 2006 G.Cosmo (geomdiv-V08-00-03)
|
|---|
| 38 | - Added CLHEP namespace to unit tests where missing.
|
|---|
| 39 |
|
|---|
| 40 | March 7th, 2006 P.Arce (geomdiv-V08-00-02)
|
|---|
| 41 | - Revised text in G4Exceptions thrown by various classes.
|
|---|
| 42 |
|
|---|
| 43 | February 3rd, 2006 G.Cosmo (geomdiv-V08-00-01)
|
|---|
| 44 | - Cache information about axis of division and provided accessor method
|
|---|
| 45 | GetDivisionAxis() in G4PVDivision.
|
|---|
| 46 |
|
|---|
| 47 | January 10th, 2006 G.Cosmo (geomdiv-V08-00-00)
|
|---|
| 48 | - Added missing setting of mother-logical pointer in constructors of
|
|---|
| 49 | G4PVDivision. Fixes problem report #829.
|
|---|
| 50 | - Added checks for illegal constructs of G4PVDivision (NULL pointer to
|
|---|
| 51 | mother logical and self-placement).
|
|---|
| 52 | - Fixed check for generic construct in G4ParameterisationPolycone and
|
|---|
| 53 | G4ParameterisationPolyhedra: allow it for the automatic replicated instance.
|
|---|
| 54 |
|
|---|
| 55 | November 16th, 2005 J.Apostolakis (geomdiv-V07-01-02)
|
|---|
| 56 | - Adapted to revision of G4VPhysicalVolume that identifies some
|
|---|
| 57 | regular structures: added two methods for G4PVDivision (IsRegularStructure()
|
|---|
| 58 | and GetRegularStructureId()).
|
|---|
| 59 |
|
|---|
| 60 | November 9th, 2005 G.Cosmo (geomdiv-V07-01-01)
|
|---|
| 61 | - Migration to <sstream> from deprecated <strstream> for the
|
|---|
| 62 | unit test ExDivisions.
|
|---|
| 63 |
|
|---|
| 64 | November 2nd, 2005 G.Cosmo (geomdiv-V07-01-00)
|
|---|
| 65 | - Protected case of generic construct for G4Polyhedra and G4Polycone
|
|---|
| 66 | currently NOT supported for divisions.
|
|---|
| 67 | - Coworks with tag "geom-specific-V07-01-05".
|
|---|
| 68 |
|
|---|
| 69 | June 6th, 2005 G.Cosmo (geomdiv-V07-00-00)
|
|---|
| 70 | - Fixed compilation problems on unit test.
|
|---|
| 71 |
|
|---|
| 72 | December 2nd, 2004 G.Cosmo (geomdiv-V06-02-02)
|
|---|
| 73 | - Implemented migration to <cmath> for standard mathematical functions.
|
|---|
| 74 |
|
|---|
| 75 | August 26th, 2004 G.Cosmo (geomdiv-V06-02-01)
|
|---|
| 76 | - G4PVDivision.cc: removed unnecessary debub printout in
|
|---|
| 77 | CheckAndSetParamenters().
|
|---|
| 78 |
|
|---|
| 79 | June 15th, 2004 G.Cosmo (geomdiv-V06-02-00)
|
|---|
| 80 | - Removed unnecessary forward declaration of HepTransform3D from
|
|---|
| 81 | G4ParameterisationBox.hh and G4VDivisionParameterisation.hh.
|
|---|
| 82 |
|
|---|
| 83 | May 17th, 2004 G.Cosmo (geomdiv-V06-01-01)
|
|---|
| 84 | - Corrected handling of offset in Z for reflection.
|
|---|
| 85 |
|
|---|
| 86 | May 13th, 2004 G.Cosmo (geomdiv-V06-01-00)
|
|---|
| 87 | - Added support for reflection of divided volumes (courtesy of I.Hrivnacova):
|
|---|
| 88 | o Added concrete istance of division-factory G4PVDivisionFactory
|
|---|
| 89 | for the creation of volume divisions on demand.
|
|---|
| 90 | o Enhanced unit-test suite "ExDivisions" to support reflections with
|
|---|
| 91 | additional input argument for positioning type (normal/reflected).
|
|---|
| 92 | o Coworks with tags: geommng-V06-01-00, geomvol-V06-01-00 and
|
|---|
| 93 | geom-bool-V06-01-00.
|
|---|
| 94 |
|
|---|
| 95 | Nov 19th, 2003 G.Cosmo (geomdiv-V05-02-07)
|
|---|
| 96 | - Moved verbose output between G4DIVDEBUG compilation flag.
|
|---|
| 97 | - Added testing framework for divisions to be used also as base for user's example.
|
|---|
| 98 | - General cleanup.
|
|---|
| 99 |
|
|---|
| 100 | Nov 18th, 2003 P.Arce (geomdiv-V05-02-06)
|
|---|
| 101 | - Added divisions in X and Y for G4Para.
|
|---|
| 102 | - Added divisions in Z for G4Polycone and G4Polyhedra.
|
|---|
| 103 | - Fixed handling of offsets and added more checks.
|
|---|
| 104 |
|
|---|
| 105 | Nov 4th, 2003 G.Cosmo (geomdiv-V05-02-05)
|
|---|
| 106 | - Fixes in the logic of resetting parameters in ComputeDimension() for
|
|---|
| 107 | polycones and polyhedra. Requires tag "geom-specific-V05-02-05".
|
|---|
| 108 | - Implementation NOT yet complete for division in Z for polycones and
|
|---|
| 109 | for division in Phi and Z for polyhedra.
|
|---|
| 110 |
|
|---|
| 111 | Oct 31st, 2003 P.Arce (geomdiv-V05-02-04)
|
|---|
| 112 | - First implementation for G4Polyhedra.
|
|---|
| 113 |
|
|---|
| 114 | Oct 31st, 2003 G.Cosmo (geomdiv-V05-02-03a)
|
|---|
| 115 | - Fixed compilation errors on Windows.
|
|---|
| 116 |
|
|---|
| 117 | Oct 24th, 2003 G.Cosmo (geomdiv-V05-02-03)
|
|---|
| 118 | - Completed implementation for Para, Trd. (by P.Arce)
|
|---|
| 119 | - Corrections for cons and tubs.
|
|---|
| 120 | - First trial implementation for polyhedra.
|
|---|
| 121 | - Migrated calls to G4Exception to new scheme.
|
|---|
| 122 | - Added G4Orb to dummy parameterisations.
|
|---|
| 123 |
|
|---|
| 124 | Sep 30th, 2003 G.Cosmo (geomdiv-V05-02-02)
|
|---|
| 125 | - Removed concrete implementation of Setup() method, according to
|
|---|
| 126 | changes made to base class G4VPhysicalVolume.
|
|---|
| 127 | - Updated GNUmakefile for unit tests, according to new structure
|
|---|
| 128 | introduced in "geometry-V05-02-00".
|
|---|
| 129 |
|
|---|
| 130 | Jul 4th, 2003 G.Cosmo (geomdiv-V05-02-01)
|
|---|
| 131 | - Removed useless test header...
|
|---|
| 132 |
|
|---|
| 133 | Jun 16th, 2003 G.Cosmo (geomdiv-V05-02-00)
|
|---|
| 134 | - Code cleanup and restructured.
|
|---|
| 135 | - Created.
|
|---|
| 136 | Original implementation by P.Arce Dubois (University of Cantabria, CMS).
|
|---|