source: trunk/source/geometry/divisions/History @ 1010

Last change on this file since 1010 was 1010, checked in by garnier, 15 years ago

update

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