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

Last change on this file since 1347 was 1347, checked in by garnier, 13 years ago

geant4 tag 9.4

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