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

Last change on this file since 1292 was 1228, checked in by garnier, 16 years ago

update geant4.9.3 tag

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