Geant4 Cross Reference |
1 # Category geometry History << 1 $Id: History,v 1.36 2005/11/09 15:12:31 gcosmo Exp $ >> 2 ------------------------------------------------------------------- 2 3 3 See `CONTRIBUTING.rst` for details of **requir << 4 ========================================================= 4 which **must** added in reverse chronological << 5 Geant4 - an Object-Oriented Toolkit for Simulation in HEP 5 It must **not** be used as a substitute for wr << 6 ========================================================= 6 << 7 7 ---------------------------------------------- << 8 Category History file 8 << 9 --------------------- 9 << 10 This file should be used by G4 developers and category coordinators 10 ## 2022-12-12 Ben Morgan (geometry-V11-01-00) << 11 to briefly summarize all major modifications introduced in the code 11 - Remove obsolete GNUmakefile scripts << 12 and keep track of all category-tags. 12 << 13 It DOES NOT substitute the CVS log-message one should put at every 13 ## 2022-11-10 Gabriele Cosmo (geometry-V11-00- << 14 committal in the CVS repository ! 14 - Fixed compilation warnings for implicit type << 15 15 << 16 ---------------------------------------------------------- 16 ## 2022-01-28 Ben Morgan (geometry-V11-00-01) << 17 * Reverse chronological order (last date on top), please * 17 - Replace `geant4_global_library_target` with << 18 ---------------------------------------------------------- 18 call to `geant4_add_category` to define libr << 19 << 20 ## 2021-12-10 Ben Morgan (geometry-V11-00-00) << 21 - Change to new Markdown History format << 22 << 23 --- << 24 << 25 # History entries prior to 11.0 << 26 << 27 March 30, 2021 B.Morgan geo << 28 ----------------------- << 29 - Migrate sources.cmake to modular build API << 30 << 31 November 16, 2020 Gabriele Cosmo geo << 32 -------------------------------- << 33 - Fixed typos in printed-out text. Addressing << 34 << 35 December 10, 2019 Ben Morgan geo << 36 ---------------------------- << 37 - Cleanup CMake build, removing obsolete granu << 38 explicit include_directories. << 39 << 40 June 5, 2019 John Apostolakis geo << 41 ------------------------------ << 42 - Change CMakeLists.txt in test directories to << 43 with integrated testing, while keeping exist << 44 one-target builds when G4TARGET is defined. << 45 << 46 Jan 31, 2019 Ivana Hrivnacova ge << 47 ---------------------------- << 48 - Merged GitHub PR #4: all Boolean operators n << 49 << 50 Oct 31, 2014 Gabriele Cosmo ge << 51 ---------------------------- << 52 - Fixed internal link dependency on USolids mo << 53 << 54 Oct 29, 2014 Gabriele Cosmo ge << 55 ---------------------------- << 56 - Moved solids/usolids module to source/extern << 57 - Groups tags geommng-V10-00-05 and geomsolids << 58 geant4-10-00-ref-08. << 59 << 60 Nov 7, 2013 Gabriele Cosmo ge << 61 ---------------------------- << 62 - Groups tags geom-usolids-V09-06-04, geom-spe << 63 geom-csg-V09-06-06 and geom-bool-V09-06-03 o << 64 << 65 Nov 1, 2013 Gabriele Cosmo ge << 66 ---------------------------- << 67 - Groups tags geom-usolids-V09-06-01, geom-spe << 68 geomvol-V09-06-17 on top of geometry-V09-06- << 69 << 70 Oct 29, 2013 Gabriele Cosmo ge << 71 ----------------------------- << 72 - Include tags on top of geant4-09-06-ref-10: << 73 geomsolids-V09-06-01 and geomdiv-V09-06-04. << 74 - Updated build scripts for additional 'usolid << 75 << 76 Dec 18, 2012 Gabriele Cosmo ge << 77 ----------------------------- << 78 - Include tags on top of geant4-09-06-ref-00: << 79 geommng-V09-06-00, geomnav-V09-06-00, geomso << 80 - Syncronised SVN Id on trunk. << 81 << 82 Jun 14, 2012 Gabriele Cosmo ge << 83 ----------------------------- << 84 - Include tags on top of geant4-09-05-ref-05: << 85 field-V09-05-05, geommng-V09-05-02, geomnav- << 86 - Grouping updates to unit tests for compilati << 87 << 88 May 19, 2011 Ben Morgan ge << 89 ----------------------------- << 90 - CMakeLists.txt : Added G4GEOM_ALLOC_EXPORT c << 91 add_definitions so all submodules pick it up << 92 << 93 << 94 May 18, 2007 Gabriele Cosmo ge << 95 ----------------------------- << 96 - Includes tags: geomdiv-V08-03-01, geomnav-V0 << 97 geom-bool-V08-03-00, geom-csg << 98 geom-specific-V08-03-01 and g << 99 - Use kAngTolerance and kRadTolerance from G4G << 100 - Coworks with tag "global-V08-03-03". << 101 << 102 May 11, 2007 Gabriele Cosmo ge << 103 ----------------------------- << 104 - Includes tags: geomvol-V08-03-00, geom-speci << 105 geomnav-V08-03-00, geommng-V0 << 106 geombias-V08-03-00, field-V08 << 107 - Use call to G4GeometryTolerance instead of k << 108 - Requires tag "global-V08-03-00" and related << 109 19 110 Nov 09, 2005 Gabriele Cosmo ge 20 Nov 09, 2005 Gabriele Cosmo geometry-V07-01-00 111 ----------------------------- 21 ----------------------------- 112 - Includes tags: geomsolids-V07-01-00, geomvol 22 - Includes tags: geomsolids-V07-01-00, geomvol-V07-01-02, geombias-V07-01-00, 113 geomdiv-V07-01-01, field-V07- 23 geomdiv-V07-01-01, field-V07-01-00, geommng-V07-01-03. 114 - Implemented changes for support of CLHEP-2.0 24 - Implemented changes for support of CLHEP-2.0.X. 115 - Added fake default constructor for all concr 25 - Added fake default constructor for all concrete volumes, solids, base 116 classes and relevant utility classes for han 26 classes and relevant utility classes for handling of direct object 117 persistency. 27 persistency. 118 - Implemented migration to <sstream> from depr 28 - Implemented migration to <sstream> from deprecated <strstream>. 119 29 120 Dec 10, 2004 Gabriele Cosmo ge 30 Dec 10, 2004 Gabriele Cosmo geometry-V06-02-02 121 ----------------------------- 31 ----------------------------- 122 - Replaced M_PI with CLHEP's pi. 32 - Replaced M_PI with CLHEP's pi. 123 33 124 Dec 02, 2004 Gabriele Cosmo ge 34 Dec 02, 2004 Gabriele Cosmo geometry-V06-02-01 125 ----------------------------- 35 ----------------------------- 126 - Implemented migration to <cmath> for standar 36 - Implemented migration to <cmath> for standard mathematical functions. 127 - Includes tags: field-V06-02-02, geomdiv-V06- 37 - Includes tags: field-V06-02-02, geomdiv-V06-02-02, geommng-V06-02-08, 128 geomnav-V06-02-08, geomsolids-V06-02-01, geo 38 geomnav-V06-02-08, geomsolids-V06-02-01, geomvol-V06-02-01. 129 39 130 Oct 13, 2004 Gabriele Cosmo ge 40 Oct 13, 2004 Gabriele Cosmo geometry-V06-02-00 131 ----------------------------- 41 ----------------------------- 132 - Includes tags: 42 - Includes tags: 133 geommng-V06-02-03, geom-csg-V06-02-05, geom- 43 geommng-V06-02-03, geom-csg-V06-02-05, geom-bool-V06-02-01, 134 breps-V06-02-02, geom-specific-V06-02-02, ge 44 breps-V06-02-02, geom-specific-V06-02-02, geomnav-V06-02-04. 135 45 136 Jun 11, 2004 Gabriele Cosmo ge 46 Jun 11, 2004 Gabriele Cosmo geometry-V06-01-01 137 ----------------------------- 47 ----------------------------- 138 - Includes tag "geomnav-V06-01-01". 48 - Includes tag "geomnav-V06-01-01". 139 - Use global flag G4GEOMETRY_ALLOC_EXPORT to e 49 - Use global flag G4GEOMETRY_ALLOC_EXPORT to export extern symbols for DLLs. 140 Modified granular GNUmakefiles and rearrange 50 Modified granular GNUmakefiles and rearranged usage of extern symbols 141 in classes in volumes module. 51 in classes in volumes module. 142 52 143 Jun 07, 2004 Gabriele Cosmo ge 53 Jun 07, 2004 Gabriele Cosmo geometry-V06-01-00 144 ----------------------------- 54 ----------------------------- 145 - GNUmakefile: added definition of GLOBLIBS fo 55 - GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows. 146 - Includes tags in "geant4-06-02-cand-00" plus 56 - Includes tags in "geant4-06-02-cand-00" plus "geomvol-V06-01-02". 147 57 148 Nov 04, 2003 Gabriele Cosmo ge 58 Nov 04, 2003 Gabriele Cosmo geometry-V05-02-01 149 ----------------------------- 59 ----------------------------- 150 - Includes headers review. Tags included: 60 - Includes headers review. Tags included: 151 field-V05-02-01, geommng-V05-02-03, geomnav- 61 field-V05-02-01, geommng-V05-02-03, geomnav-V05-02-03, geom-bool-V05-02-03, 152 geom-csg-V05-02-04, geom-specific-V05-02-04, 62 geom-csg-V05-02-04, geom-specific-V05-02-04, geomvol-V05-02-03. 153 63 154 Sep 30, 2003 Gabriele Cosmo ge 64 Sep 30, 2003 Gabriele Cosmo geometry-V05-02-00 155 ----------------------------- 65 ----------------------------- 156 - Logical reorganisation and restructure of mo 66 - Logical reorganisation and restructure of modules: 157 o Added new module "navigation" for navigati 67 o Added new module "navigation" for navigation-releated classes. 158 o Removed module "verification" and merged c 68 o Removed module "verification" and merged classes in "navigation". 159 o Archived solids/STEP and solids/STEPinterf 69 o Archived solids/STEP and solids/STEPinterface modules. 160 o Modified GNUmakefiles in the various modul 70 o Modified GNUmakefiles in the various modules to cope with these changes. 161 - Includes tags: geomvol-V05-02-01, geommng-V0 71 - Includes tags: geomvol-V05-02-01, geommng-V05-02-00, geomdiv-V05-02-02, 162 geombias-V05-02-02, geomnav-V 72 geombias-V05-02-02, geomnav-V05-02-00, geomsolids-V05-02-00. 163 73 164 Dec 04, 2002 Makoto Asai ge 74 Dec 04, 2002 Makoto Asai geometry-V04-01-00 165 -------------------------- 75 -------------------------- 166 - Migration to new G4ApplicationState 76 - Migration to new G4ApplicationState 167 77 168 Apr 19, 2002 Gabriele Cosmo ge 78 Apr 19, 2002 Gabriele Cosmo geometry-V04-00-03 169 ----------------------------- 79 ----------------------------- 170 - Groups the following tags (see related Histo 80 - Groups the following tags (see related History files for details): 171 geom-bool-V04-00-04, geom-csg-V04-00-03, geo 81 geom-bool-V04-00-04, geom-csg-V04-00-03, geommng-V04-00-03, 172 geomvol-V04-00-06, geomver-V04-00-00, breps- 82 geomvol-V04-00-06, geomver-V04-00-00, breps-V04-00-05. 173 83 174 Apr 10, 2002 Gabriele Cosmo ge 84 Apr 10, 2002 Gabriele Cosmo geometry-V04-00-02 175 ----------------------------- 85 ----------------------------- 176 - Fixed compilation problems for porting on su 86 - Fixed compilation problems for porting on supported and non-ISO platforms 177 on 'biasing' module. Includes "geomvol-V04-0 87 on 'biasing' module. Includes "geomvol-V04-00-05" and "geombias-V04-00-03" 178 on top of previous global geometry tag. 88 on top of previous global geometry tag. 179 89 180 Mar 25, 2002 Gabriele Cosmo ge 90 Mar 25, 2002 Gabriele Cosmo geometry-V04-00-01 181 ----------------------------- 91 ----------------------------- 182 - Added 'biasing' module. Updated global GNUma 92 - Added 'biasing' module. Updated global GNUmakefile. 183 - Includes "biasing" module on top of 'geant4- 93 - Includes "biasing" module on top of 'geant4-04-00-ref-03'. 184 94 185 Jan 11, 2002 Gabriele Cosmo ge 95 Jan 11, 2002 Gabriele Cosmo geometry-V04-00-00 186 ----------------------------- 96 ----------------------------- 187 - Updated unit tests and benchmarks. 97 - Updated unit tests and benchmarks. 188 - This tag includes also the following tags on 98 - This tag includes also the following tags on top of "geant4-04-00-ref-00": 189 geomvol-V04-00-01, geommng-V04-00-00, geom-s 99 geomvol-V04-00-01, geommng-V04-00-00, geom-solids-csg-V04-00-00, 190 field-V04-00-00, geom-solid-bool-V04-00-00, 100 field-V04-00-00, geom-solid-bool-V04-00-00, geom-solids-specific-V04-00-00. 191 See related History files for details. 101 See related History files for details. 192 102 193 Oct 22, 2001 Gabriele Cosmo ge 103 Oct 22, 2001 Gabriele Cosmo geometry-V03-02-01 194 ----------------------------- 104 ----------------------------- 195 - Introduced new module "verification" for geo 105 - Introduced new module "verification" for geometry debugging. 196 - This tag includes the following tags on top 106 - This tag includes the following tags on top of "geant4-03-02-ref-05": 197 geomver-V03-02-00, field-V03-02-00, geomvol- 107 geomver-V03-02-00, field-V03-02-00, geomvol-V03-02-00, 198 geommng-V03-02-00, geom-solid-bool-V03-02-01 108 geommng-V03-02-00, geom-solid-bool-V03-02-01. 199 See related History files for details. 109 See related History files for details. 200 110 201 Jul 11, 2001 Gabriele Cosmo ge 111 Jul 11, 2001 Gabriele Cosmo geometry-V03-02-00 202 ----------------------------- 112 ----------------------------- 203 - Includes same code contents as in "geant4-03 113 - Includes same code contents as in "geant4-03-02-ref-00" except that 204 CVS file revision is now synchronized with H 114 CVS file revision is now synchronized with HEAD, after the update for 205 the disclaimer of warranty. 115 the disclaimer of warranty. 206 - Includes tag "breps-V03-02-00". 116 - Includes tag "breps-V03-02-00". 207 117 208 Apr 20, 2001 Gabriele Cosmo ge 118 Apr 20, 2001 Gabriele Cosmo geometry-V03-01-00 209 ----------------------------- 119 ----------------------------- 210 - Includes all geometry coworking tags after t 120 - Includes all geometry coworking tags after the migration to STL vector: 211 field-V03-00-05, geommng-V03-01-00, geomsoli 121 field-V03-00-05, geommng-V03-01-00, geomsolids-V03-01-00 and 212 geomvol-V03-01-01. 122 geomvol-V03-01-01. 213 123 214 Nov 20, 2000 Gabriele Cosmo ge 124 Nov 20, 2000 Gabriele Cosmo geometry-V02-00-00 215 ----------------------------- 125 ----------------------------- 216 - QA code cleanup from Code-Wizard and warning 126 - QA code cleanup from Code-Wizard and warnings issued by 217 "-Wall -ansi -pedantic" g++ compiler options 127 "-Wall -ansi -pedantic" g++ compiler options. Includes tags: 218 geom-solids-csg-V02-00-11, breps-V02-00-03, 128 geom-solids-csg-V02-00-11, breps-V02-00-03, geom-solid-bool-V02-00-02, 219 STEP-V02-00-00, stepinterface-V02-00-02, geo 129 STEP-V02-00-00, stepinterface-V02-00-02, geom-solids-specific-V02-00-04, 220 field-V02-00-02, geommng-V02-00-04, geomvol- 130 field-V02-00-02, geommng-V02-00-04, geomvol-V02-00-01. 221 131 222 May 12, 2000 Gabriele Cosmo ge 132 May 12, 2000 Gabriele Cosmo geometry-V01-01-03 223 ----------------------------- 133 ----------------------------- 224 - magneticfield (field-V01-01-03): 134 - magneticfield (field-V01-01-03): 225 o fixes to G4MagErrorStepper (check on chord 135 o fixes to G4MagErrorStepper (check on chord endpoint), 226 G4RKG3_Stepper (deleted error message from 136 G4RKG3_Stepper (deleted error message from StepNoErr), 227 G4MagIntegratorDriver (modified debug info 137 G4MagIntegratorDriver (modified debug information). 228 o minor fix to dummy implementation of assig 138 o minor fix to dummy implementation of assignment operator 229 in G4MagneticField.hh. 139 in G4MagneticField.hh. 230 o modified method for finding new trial step 140 o modified method for finding new trial step in G4ChordFinder. 231 - volumes (geomvol-V01-01-00): 141 - volumes (geomvol-V01-01-00): 232 o introduced kCarTolerance for check over ta 142 o introduced kCarTolerance for check over taken step length and 233 TruePathLength in G4PropagatorInField::Com 143 TruePathLength in G4PropagatorInField::ComputeStep(). 234 - solids/CSG (geom-solids-csg-V01-01-02): 144 - solids/CSG (geom-solids-csg-V01-01-02): 235 o fixes in DistanceToIn(p,v) for G4Box and G 145 o fixes in DistanceToIn(p,v) for G4Box and G4Trd to return 0 distance 236 in case computed value is less than 0.5*kC 146 in case computed value is less than 0.5*kCarTolerance. 237 147 238 Apr 27, 2000 Gabriele Cosmo ge 148 Apr 27, 2000 Gabriele Cosmo geometry-V01-01-02 239 ----------------------------- 149 ----------------------------- 240 - management, solids/Boolean, magneticfield, v 150 - management, solids/Boolean, magneticfield, volumes: 241 o reorganised comments for the Software Refe 151 o reorganised comments for the Software Reference Manual 242 - solids/specific: 152 - solids/specific: 243 o minor fixes and removed dependency over so 153 o minor fixes and removed dependency over solids/CSG module. 244 - solids/test 154 - solids/test 245 o updated SBT test suite. 155 o updated SBT test suite. 246 156 247 Apr 11, 2000 John Allison ge 157 Apr 11, 2000 John Allison geometry-V01-01-01 248 --------------------------- 158 --------------------------- 249 - management: 159 - management: 250 o made virtual G4VisExtent G4VSolid::GetExte 160 o made virtual G4VisExtent G4VSolid::GetExtent() non-pure and 251 implemented a default in terms of Calculat 161 implemented a default in terms of CalculateExtent. 252 - solids: 162 - solids: 253 o removed implementations of GetExtent in mo 163 o removed implementations of GetExtent in most sub-classes of G4VSolid. 254 o all implementations of DescribeYourselfTo 164 o all implementations of DescribeYourselfTo (G4VGraphicsScene& scene) const 255 now correctly written: scene.AddThis(*this 165 now correctly written: scene.AddThis(*this). 256 - solids/Boolean: 166 - solids/Boolean: 257 o CreatePolyhedron implemented for BooleanSo 167 o CreatePolyhedron implemented for BooleanSolids. 258 o G4DisplacedSolid: reversed implementation 168 o G4DisplacedSolid: reversed implementation of GetFrameRotation and 259 GetObjectRotation, removing inappropriate 169 GetObjectRotation, removing inappropriate invertion. 260 o G4DisplacedSolid::GetConstituentMovedSolid 170 o G4DisplacedSolid::GetConstituentMovedSolid() made const. 261 171 262 Apr 05, 2000 Gabriele Cosmo ge 172 Apr 05, 2000 Gabriele Cosmo geometry-V01-01-00 263 ---------------------------- 173 ---------------------------- 264 - This tag includes the following sub-category 174 - This tag includes the following sub-category tags since geometry-V01-00-00a 265 (all of them collected by geomsolids-V01-01- 175 (all of them collected by geomsolids-V01-01-00): 266 o geom-solids-csg-V01-01-01 176 o geom-solids-csg-V01-01-01 267 + fixes to G4PolyhedraSide.cc, G4Tubs.cc ( 177 + fixes to G4PolyhedraSide.cc, G4Tubs.cc (see related History file) 268 + added diagnostics to G4Cons, G4Sphere an 178 + added diagnostics to G4Cons, G4Sphere and G4Torus in function 269 DistanceToOut() 179 DistanceToOut() 270 + general directory restructuring: moved n 180 + general directory restructuring: moved non 'CSG' shapes to new directory 271 'specific' 181 'specific' 272 o breps-V01-00-02 182 o breps-V01-00-02 273 + implemented decoupling from NIST STEP Re 183 + implemented decoupling from NIST STEP Reader 274 + several fixes for porting and memory lea 184 + several fixes for porting and memory leaks (see related History file) 275 o STEP-V01-00-01 185 o STEP-V01-00-01 276 + upgrade to NIST SCL 3.2 186 + upgrade to NIST SCL 3.2 277 + porting and ISO-ANSI C++ fixes 187 + porting and ISO-ANSI C++ fixes 278 o stepinterface-V01-00-01 188 o stepinterface-V01-00-01 279 + upgrade to support the new NIST STEP Rea 189 + upgrade to support the new NIST STEP Reader 280 + improved overall diagnostics 190 + improved overall diagnostics 281 + several fixes for memory leaks and check 191 + several fixes for memory leaks and check of NULL pointers (see History) 282 o geom-solids-specific-V01-01-00 192 o geom-solids-specific-V01-01-00 283 + new directory containing the implementat 193 + new directory containing the implementation of specific solids, 284 several classes moved from solids/CSG 194 several classes moved from solids/CSG 285 + new specific solid G4EllipticalTube, imp 195 + new specific solid G4EllipticalTube, implementing a tube with 286 elliptical cross section (geant3 solid ' 196 elliptical cross section (geant3 solid 'ELTU') 287 - Generic tests "SBT" and "Fred" have been mov 197 - Generic tests "SBT" and "Fred" have been moved from solids/CSG/test to 288 solids/test (new directory). 198 solids/test (new directory). 289 - Organised class description comments for the 199 - Organised class description comments for the Software Reference Manual in 290 CSG and specific headers. Added CVS headers 200 CSG and specific headers. Added CVS headers to files in specific. 291 201 292 Feb 29, 2000 Gabriele Cosmo ge 202 Feb 29, 2000 Gabriele Cosmo geometry-V01-00-00a 293 ---------------------------- 203 ---------------------------- 294 - Minor fixes to unit tests (CSG) to make them 204 - Minor fixes to unit tests (CSG) to make them up-to-date with recent 295 development versions. 205 development versions. 296 206 297 Jan 19, 2000 Gabriele Cosmo ge 207 Jan 19, 2000 Gabriele Cosmo geometry-V01-00-00 298 ---------------------------- 208 ---------------------------- 299 - Sycronized file versions with HEAD after ISO 209 - Sycronized file versions with HEAD after ISO-C++ migration. 300 Collecting subtags: field-V01-00-00, geomsol 210 Collecting subtags: field-V01-00-00, geomsolids-V01-00-00, 301 geommng-V01-00-00 and ge 211 geommng-V01-00-00 and geomvol-V01-00-00. 302 - Changes are now documented in the individual << 212 >> 213 Changes are now documented in the individual sub-category History files. >> 214 ------------------------------------------------------------------------ 303 215 304 Nov 10, 99 John Apostolakis g 216 Nov 10, 99 John Apostolakis geometry-V00-01-01 305 ------------------------------- << 217 306 - geomsolids-V00-01-03 << 218 geomsolids-V00-01-03 307 which includes the following sub-tags: 219 which includes the following sub-tags: 308 geom-solids-csg-01-00-02-cand 220 geom-solids-csg-01-00-02-cand 309 geom-solid-bool-V00-01-03b 221 geom-solid-bool-V00-01-03b 310 breps-V00-01-00 222 breps-V00-01-00 311 stepinterface-V00-01-00 223 stepinterface-V00-01-00 312 - geomvol-01-01-01b << 313 - geommng-V00-01-01 << 314 - field-V00-01-02 << 315 << 316 ############################################## << 317 Geant4 1.0 , 1st STL-based release. << 318 ############################################## << 319 224 >> 225 geomvol-01-01-01b >> 226 >> 227 geommng-V00-01-01 >> 228 >> 229 field-V00-01-02 >> 230 >> 231 =============================================================================== >> 232 Geant4 1.0 , 1st STL-based release. >> 233 =============================================================================== 320 June 7, 99 John Apostolakis g 234 June 7, 99 John Apostolakis geometry-01-00-06 321 ------------------------------- << 235 322 - Tagged. 236 - Tagged. 323 237 324 June 7, 99 D. C. Williams 238 June 7, 99 D. C. Williams 325 ------------------------------- << 239 CSG Pcon/Pgon (and supporting classes) : several changes 326 - CSG Pcon/Pgon (and supporting classes) : se << 327 240 328 June 4, 99 S. Giani 241 June 4, 99 S. Giani 329 ------------------------------- << 242 G4Trap : CalculateExtent fix 330 - G4Trap : CalculateExtent fix << 243 G4SmartVoxelHeader.cc : protection against inconsistent CalculateExtent 331 - G4SmartVoxelHeader.cc : protection against << 332 244 333 May 21, 99 John Apostolakis g 245 May 21, 99 John Apostolakis geometry-01-00-05 334 ------------------------------- << 335 - Tagged. 246 - Tagged. 336 247 337 May 20, 99 S.Giani, S.Magni 248 May 20, 99 S.Giani, S.Magni 338 ------------------------------- << 249 339 - Fixes in BREP Line, & (PCone, FCylindrical/ << 250 Fixes in BREP Line, & (PCone, FCylindrical/FConical surf) respectively 340 - For more details see solids/BREP/History << 251 For more details see solids/BREP/History 341 - Also see changes mentioned in solids/CSG/His << 252 >> 253 Also see changes mentioned in solids/CSG/History for CSG Pcon/Pgon 342 254 343 May 19, 99 Frank Behner 255 May 19, 99 Frank Behner 344 ------------------------------- << 256 345 - Volumes: Further minor fixes for STL. << 257 Volumes: Further minor fixes for STL. 346 258 347 May 12, 99 John Apostolakis g 259 May 12, 99 John Apostolakis geometry-01-00-04 348 ------------------------------- << 260 349 - Tagged. 261 - Tagged. 350 262 351 May 12, 99 Simone Giani 263 May 12, 99 Simone Giani 352 ------------------------------- << 264 Fixes to G4BREPSolidPolyhedra and G4FPlane. 353 - Fixes to G4BREPSolidPolyhedra and G4FPlane. << 354 265 355 May 10, 99 Frank Behner 266 May 10, 99 Frank Behner 356 ------------------------------- << 267 Changes in RW use for compatibility with RW/STL in 357 - Changes in RW use for compatibility with RW/ << 268 management/src/G4PhysicalVolumeStore.cc 358 management/src/G4PhysicalVolumeStore.c << 359 management/src/G4LogicalVolumeStore.cc 269 management/src/G4LogicalVolumeStore.cc 360 modifying "delete first();" to "removeFirst << 270 modifying "delete first();" to "removeFirst();" 361 271 362 May 7, 98 John Apostolakis 272 May 7, 98 John Apostolakis 363 ------------------------------- << 273 364 - Changed G4Navigator to issue warning in the << 274 Changed G4Navigator to issue warning in the case of small inaccuracies 365 & cause fatal exception only for large devi 275 & cause fatal exception only for large deviations. 366 276 367 May 3, 99 John Apostolakis g 277 May 3, 99 John Apostolakis geometry-01-00-03 368 ------------------------------- << 278 369 - Minor fixes << 279 Minor fixes 370 In CSG solids: Cons & Tubs minor, and in << 280 In CSG solids: Cons & Tubs minor, and in PCon/PGon 371 For STL migration: PV-vol-store, NavLevel 281 For STL migration: PV-vol-store, NavLevel (Frank Boehner) 372 282 373 Apr 19, 99 John Apostolakis g 283 Apr 19, 99 John Apostolakis geometry-01-00-02 374 ------------------------------- << 284 375 - Small fixes to solids: consistency fix for C << 285 Small fixes to solids: consistency fix for CalculateExtent & tolerance 376 - CodeWarrior fixes (some) to magneticfield << 286 >> 287 CodeWarrior fixes (some) to magneticfield >> 288 377 289 378 Apr 15, 99 John Allison 290 Apr 15, 99 John Allison 379 ------------------------------- << 291 380 - Added -I$(G4BASE)/intercoms/include to BREPS << 292 Added -I$(G4BASE)/intercoms/include to BREPS, Boolean abd CSG GNUmakefiles 381 in preparation for move of G4VGraphicsScene << 293 in preparation for move of G4VGraphicsScene to intercoms. 382 294 383 Mar 19, 99 John Apostolakis g 295 Mar 19, 99 John Apostolakis geometry-01-00-01 384 ------------------------------- << 296 385 - Category tag using: << 297 Category tag using: 386 solids: [tag geomsolids-01-00-01] 298 solids: [tag geomsolids-01-00-01] 387 volumes: [tag geomsolids-01-00-01] 299 volumes: [tag geomsolids-01-00-01] 388 management: [tag geommng-01-00-02 ] 300 management: [tag geommng-01-00-02 ] 389 magneticfield [tag field-01-00-03] 301 magneticfield [tag field-01-00-03] 390 302 391 Mar 19, 99 John Apostolakis 303 Mar 19, 99 John Apostolakis 392 ------------------------------- << 304 393 - Summary of significant changes in sub-catego << 305 Summary of significant changes in sub-categories/sub-directories 394 management: [tag geommng-01-00-02 ] << 306 management: [tag geommng-01-00-02 ] 395 G4AffineTransform.icc InverseProduct fix << 307 G4AffineTransform.icc InverseProduct fix (used in Navigator). 396 << 308 397 Jan 15, 99 John Apostolakis << 309 [.... Add information here .... ? ] 398 ------------------------------- << 310 399 - Fixes in CSG solids (Cons by V.Grichine, CSG << 311 Jan 15, 99 John Apostolakis >> 312 >> 313 Fixes in CSG solids (Cons by V.Grichine, CSG Pcone+Pgon by D.C.Williams) 400 314 401 Jan 15, 99 Simone Giani ( rec by JA. 315 Jan 15, 99 Simone Giani ( rec by JA. ) 402 ------------------------------- << 316 Fixes in the creation of Smart Voxels: 403 - Fixes in the creation of Smart Voxels: << 317 404 - Less memory intensive and much more performa << 318 Less memory intensive and much more performant at initialisation. 405 No worse, but a little faster at tracking ti << 319 No worse, but a little faster at tracking time. (G4SmartVoxelHeader) 406 320 407 Jan 10, 99 John Apostolakis ( geometry-0 321 Jan 10, 99 John Apostolakis ( geometry-01-00-01 to be done) 408 ------------------------------- geometry a << 322 geometry as in geant4-00-patch2 409 - Fixes in BREPs (Pcone, Pgon, ...) see solid << 323 410 includes the subtags << 324 Fixes in BREPs (Pcone, Pgon, ...) see solids/BREPS/History 411 stepinterface-01-00-01 << 325 includes the subtags >> 326 >> 327 stepinterface-01-00-01 412 step-01-00-01 328 step-01-00-01 413 329 414 ############################################## << 330 =============================================================================== 415 Geant4.0.0 , 1st production release. << 331 Geant4.0.0 , 1st production release. 416 ############################################## << 332 =============================================================================== 417 333 418 Dec 11, 98 John Apostolakis geometry-00- 334 Dec 11, 98 John Apostolakis geometry-00-04-04 419 ------------------------------- << 335 420 - Fixes in BREP Pcone, Pgon new csg versions o << 336 Fixes in BREP Pcone, Pgon >> 337 new csg versions of above too. >> 338 421 339 422 Dec 9, 98 John Apostolakis geometry-00- 340 Dec 9, 98 John Apostolakis geometry-00-04-03 423 ------------------------------- << 341 424 - Fixes for: << 342 Fixes for >> 343 425 - BrepPCone in constructor, FPlane, Cylin 344 - BrepPCone in constructor, FPlane, Cylindrical, Conical surfaces. 426 Ellipse and others. 345 Ellipse and others. 427 346 428 - Navigator for Replica Navigation (edges 347 - Navigator for Replica Navigation (edges). 429 348 430 - STEPinterface : several creators 349 - STEPinterface : several creators 431 350 >> 351 432 Dec 1, 98 John Apostolakis geometry-00- 352 Dec 1, 98 John Apostolakis geometry-00-04-02 433 ------------------------------- << 353 434 - New code in solids/CSG (other implementation << 354 New code in solids/CSG (other implementation of Pgon, Pcon - not exercised) 435 355 436 Dec 1, 98 John Apostolakis geometry-00- 356 Dec 1, 98 John Apostolakis geometry-00-04-02minus 437 ------------------------------- << 357 Fixes in Boolean/src portability 438 - Fixes in Boolean/src portability << 439 BREPS/src logical pr 358 BREPS/src logical problems (bPcone, ConeSurf, Plane) 440 - Added History files in subdirectories. << 359 >> 360 Added History files in subdirectories. >> 361 441 362 442 Nov 27, 98 John Apostolakis geometry-00- 363 Nov 27, 98 John Apostolakis geometry-00-04-01 443 ------------------------------- << 364 444 - Fixes in Boolean/src code: logi << 365 Fixes in Boolean/src code: logical fixes 445 magneticfield/include interface 366 magneticfield/include interface problem 446 src printing i 367 src printing in propagator (debug) 447 Breps renamed me 368 Breps renamed methods (from compiler warnings) 448 + several 369 + several fixes: Fplane, BREPSolid, Cylinder 449 volumes/NormalNav stores Cop 370 volumes/NormalNav stores Copy No 450 management no changes 371 management no changes - but fixed versions (now head) 451 372 >> 373 ======= 452 Nov 19, 98 John Apostolakis geometry-00- 374 Nov 19, 98 John Apostolakis geometry-00-03-10 453 ------------------------------- << 375 454 - Fixes from Lionel in BREPS/STEP/STEPinterfac << 376 - Fixes from Lionel in BREPS/STEP/STEPinterface 455 - management/include/G4LogicalVolume.icc << 377 456 Deleted and readded same version to get CVS << 378 - management/include/G4LogicalVolume.icc >> 379 Deleted and readded same version to get CVS to see it on the head. >> 380 457 381 458 Nov 19, 98 John Apostolakis geometry-00- 382 Nov 19, 98 John Apostolakis geometry-00-03-09 459 ------------------------------- << 383 460 - Added field-00-03-03 << 384 - Added field-00-03-03 461 (it fixes propagation and several stepper 385 (it fixes propagation and several steppers) 462 386 463 Nov 13, 98 John Apostolakis geometry-00- 387 Nov 13, 98 John Apostolakis geometry-00-03-08 464 ------------------------------- << 465 - Tagged. << 466 388 >> 389 - Added ??? >> 390 >> 391 ---------------------------------------------------------------------- 467 Nov 12, 98 John Apostolakis geometry-00- 392 Nov 12, 98 John Apostolakis geometry-00-03-07 468 ------------------------------- << 393 469 - Tagged for the STT. << 394 - Tagged for the STT. 470 - solids-00-03-02: << 395 >> 396 - solids-00-03-02: 471 i) New directory finally included: 397 i) New directory finally included: 472 solids/Boolean << 398 solids/Boolean 473 As in geometry-00-03-03 with minor chan 399 As in geometry-00-03-03 with minor change/fix. 474 400 475 ii) Fix in solids/CSG/src/G4Sphere.cc (V. G 401 ii) Fix in solids/CSG/src/G4Sphere.cc (V. Grichine). 476 - field-00-03-02 << 402 >> 403 - field-00-03-02 477 Many changes in Magnetic field to accomod 404 Many changes in Magnetic field to accomodate Electric Field. 478 - Still does not contain the fixes in geometry << 405 479 following directories: << 406 Still does not contain the fixes in geometry-00-03-03 (and later) in the 480 BREPS, << 407 following directories: 481 STEP, << 408 BREPS, >> 409 STEP, 482 STEPinterface 410 STEPinterface >> 411 ---------------------------------------------------------------------------- 483 412 484 Nov 9, 98 John Apostolakis geometry-00- 413 Nov 9, 98 John Apostolakis geometry-00-03-06 485 ------------------------------- << 414 486 - Tagged for the STT. << 415 - Tagged for the STT. >> 416 487 Includes reorganisation of volumes 417 Includes reorganisation of volumes 488 Still does not contain the fixes in geometry << 418 489 following directories: << 419 Still does not contain the fixes in geometry-00-03-03 (and later) in the >> 420 following directories: 490 BREPS, STEP, STEPinterface, 421 BREPS, STEP, STEPinterface, 491 >all< of solids/Boolean 422 >all< of solids/Boolean 492 423 493 Oct 30, 98 John Apostolakis geometry-00- << 424 ---------------------------------------------------------------------- 494 ------------------------------- << 425 495 - New Boolean directory. << 426 Oct 30, 98 John Apostolakis geometry-00-03-03 -- NOT TESTED -- 496 - Many fixes in BREPS: << 427 >> 428 New Boolean directory. >> 429 >> 430 Many fixes in BREPS: 497 Deleted StepCopyData from all classes. 431 Deleted StepCopyData from all classes. 498 Replaced G4Point, Point3d and Point2d wit 432 Replaced G4Point, Point3d and Point2d with G4Point3D 499 Fixes to BREPSolid for BoundingBoxes 433 Fixes to BREPSolid for BoundingBoxes 500 434 >> 435 ---------------------------------------------------------------------- >> 436 501 Sept 23rd, 98 John Apostolakis 437 Sept 23rd, 98 John Apostolakis 502 ------------------------------- << 438 503 - G4Box: changed DistanceToIn to fix new probl << 439 G4Box: Changed DistanceToIn to fix new problem. 504 - G4ParameterisedNavigation << 440 505 - G4VoxelNavigation: fixed VoxelSafety computa << 441 G4ParameterisedNavigation 506 middle voxel of a set of equivalent (lowest- << 442 G4VoxelNavigation >> 443 Fixed VoxelSafety computation for the case of the middle voxel of >> 444 a set of equivalent (lowest-level) voxels. 507 445 508 Sept 17th, 98 John Apostolakis geometry-00 446 Sept 17th, 98 John Apostolakis geometry-00-03-01 509 ------------------------------- << 447 510 - Tag created. << 448 Tag created. 511 449 512 Sept 15th, 98 John Apostolakis 450 Sept 15th, 98 John Apostolakis 513 ------------------------------- << 451 514 - In G4ParameterisedNavigation << 452 In G4ParameterisedNavigation >> 453 515 i) Corrected ComputeSafety(...) which calle 454 i) Corrected ComputeSafety(...) which called ComputeVoxelSafety without 516 setting the fVoxelNode & fVoxelNodeNo to 455 setting the fVoxelNode & fVoxelNodeNo to the ones at localpoint. >> 456 517 [ This produced incorrect safeties in som 457 [ This produced incorrect safeties in some cases & resulted in an 518 assertion failure in testT08 because of 458 assertion failure in testT08 because of an unexpected change of volume. ] >> 459 519 ii) ComputeStep: Fixed assertion check of bl 460 ii) ComputeStep: Fixed assertion check of blocked replica number. 520 461 >> 462 521 Aug 24th, 98 John Apostolakis geometry-00-0 463 Aug 24th, 98 John Apostolakis geometry-00-02-01 522 ------------------------------- << 464 523 - Tagged. << 465 Tagged. 524 Small fixes in BREPS, to allow compilation o 466 Small fixes in BREPS, to allow compilation on different platforms. 525 467 526 ############################################## << 468 >> 469 ============================================================================== 527 beta01 release 470 beta01 release 528 ############################################## << 471 ============================================================================== >> 472 July 31st, 98 Peter Urban 529 473 530 July 31st, 98 Peter Urban << 474 Several fixes for BREPS. 531 ------------------------------- << 532 - Several fixes for BREPS. << 533 475 534 476 535 July 29th, 98 John Apostolakis (with Stefano 477 July 29th, 98 John Apostolakis (with Stefano Magni) 536 ------------------------------- << 478 537 - G4BREPSolidPCone.cc : Cylindrical sections w << 479 G4BREPSolidPCone.cc : Cylindrical sections were incorrectly placed. 538 - G4ConicalSurface.cc << 480 539 G4CylindricalSurface.cc: << 481 G4ConicalSurface.cc >> 482 G4CylindricalSurface.cc: >> 483 540 The Inside functions are modified to try t 484 The Inside functions are modified to try to use the Geant-4 tolerance. 541 --> must be checked further 485 --> must be checked further 542 [ The method is used by Intersect of re 486 [ The method is used by Intersect of respective surfaces in a 543 complicated manner. ] 487 complicated manner. ] 544 - G4FConicalSurface.cc << 488 >> 489 G4FConicalSurface.cc 545 - Fix to Bounding Box, which was incorrectl 490 - Fix to Bounding Box, which was incorrectly centered/placed. 546 - Fix to Intersect, to insure that only int << 491 - Fix to Intersect, to insure that only intersection in Finite extent of 547 Surface are found. 492 Surface are found. 548 493 549 July 28th, 98 John Apostolakis << 494 550 ------------------------------- << 495 July 28th, 98 John Apostolakis 551 - In the Navigator location, the blocked Volum << 496 552 navigator descended several levels in the tr << 497 In the Navigator location, the blocked Volume was not cleared when the 553 in another part of the tree to be wrongly bl << 498 navigator descended several levels in the tree. This would allows the same in another part of the tree to be wrongly blocked. 554 - In G4ParameterisedNavigation, the identity o << 499 555 was not checked! You would block replica num << 500 In G4ParameterisedNavigation, the identity of the blocked Physical Volume 556 volume although you exited replica number 3 << 501 was not checked! You would block replica number 3 of your parameterised volume 557 - The above problems combined to allow Blockin << 502 although you exited replica number 3 of another volume! 558 replicaNo = -1, which caused Linux/G++ & HP << 503 559 Modified Files: << 504 The above problems combined to allow BlockingList to be >> 505 called with replicaNo = -1, which caused Linux/G++ & HP to dump core >> 506 on program exit. >> 507 >> 508 Modified Files: 560 G4Navigator.cc 509 G4Navigator.cc 561 G4ParameterisedNavigation.cc 510 G4ParameterisedNavigation.cc 562 - An assignment used to be an equality check b << 563 (Probably it was ok because it is redundant) << 564 Modified Files: << 565 G4VoxelNavigation.cc << 566 511 >> 512 An assignment used to be an equality check by mistake. (Probably it was ok >> 513 because it is redundant) >> 514 >> 515 Modified Files: >> 516 G4VoxelNavigation.cc >> 517 >> 518 >> 519 July 23rd, 98 John Apostolakis >> 520 >> 521 >> 522 567 June 26th, 98 John Apostolakis geometry-00-0 523 June 26th, 98 John Apostolakis geometry-00-06-05 568 ------------------------------- << 524 569 - 1) Modified check in ComputeStep that pseud << 525 1) Modified check in ComputeStep that pseudo-relocation is within safety: 570 i) no check is made is the move is within 526 i) no check is made is the move is within tolerance as it makes no sense 571 - on a boundary it would cause a volu 527 - on a boundary it would cause a volume change (where there was none.) 572 ii) the Navigator now stores the last safe << 528 ii) the Navigator now stores the last safety it calculated (origin, value) 573 and uses it for the calculation of th 529 and uses it for the calculation of this check. 574 This eliminates problems with this che 530 This eliminates problems with this check, that produced assertion 575 failure in many example codes. 531 failure in many example codes. 576 - 2) NavigationHistory equality operator modif << 532 577 - 3) G4Box Problem in DistanceToIn reporti << 533 2) NavigationHistory equality operator modified for efficiency (with P.Urban) >> 534 >> 535 3) G4Box Problem in DistanceToIn reporting intersection where there was 578 none has been given a more comp 536 none has been given a more complete solution (V.Grichine) 579 G4Sphere Exception problem fixed. (V.Gr 537 G4Sphere Exception problem fixed. (V.Grichine) 580 538 >> 539 581 June 20th, 98 John Apostolakis geometry-00-0 540 June 20th, 98 John Apostolakis geometry-00-06-04 582 ------------------------------- << 541 583 - 1) I have added a check that any pseudo-relo << 542 1) I have added a check that any pseudo-relocation made between a 584 call to Locate (the true Relocation) and << 543 call to Locate (the true Relocation) and the next call to ComputeStep 585 (eg in a PostStepDoIt) is truly within sa << 544 (eg in a PostStepDoIt) is truly within safety. 586 - 2) The Navigator's ComputeStep method now al << 545 587 does not limit the step << 546 2) The Navigator's ComputeStep method now always returns infinity, when it 588 - 3) G4Tubs.cc: Fixed surface normal (in R) wh << 547 does not limit the step 589 << 548 590 June 18th, 98 John Apostolakis << 549 3) G4Tubs.cc: Fixed surface normal (in R) which was not a unit vector. 591 ------------------------------- << 550 592 - In the Navigator: << 551 >> 552 June 18th, 98 John Apostolakis >> 553 >> 554 In the Navigator: 593 1) Fix to allow lateral displacement (with 555 1) Fix to allow lateral displacement (within safety) in PostStepDoIts 594 without messaging the Navigator. << 556 without messaging the Navigator. 595 2) A first implementation of LocateGlobalP 557 2) A first implementation of LocateGlobalPointWithinVolume 596 - A fix in NormalNavigation's Compute Step, to << 558 597 to be tagged as entered. (Ie, if the step i << 559 A fix in NormalNavigation's Compute Step, to allow volumes that are "touched" 598 the surface of a volume, the navigator can s << 560 to be tagged as entered. (Ie, if the step is just long enough to arrive at >> 561 the surface of a volume, the navigator can still enter it quickly.) >> 562 599 563 600 June 12th, 98 John Apostolakis (geometry-00- 564 June 12th, 98 John Apostolakis (geometry-00-06-03) 601 ------------------------------- << 565 602 - Candidate fix to BREP PCone, constructing Co << 566 Candidate fix to BREP PCone, constructing Conical Surfaces using different 603 starting point. << 567 starting point. 604 - Fix to ReplicaNavigation to temporarily patc << 568 >> 569 Fix to ReplicaNavigation to temporarily patch "assertion" problem. >> 570 605 571 606 June 10th, 98 John Apostolakis (geometry-00- 572 June 10th, 98 John Apostolakis (geometry-00-06-02) 607 ------------------------------- << 573 608 - Added a new CSG Solid (G4Hype), a Hyperboloi << 574 Added a new CSG Solid (G4Hype), a Hyperboloid by rotation 609 - Bug fix to G4Box::DistanceToIn (which report << 575 610 was none). << 576 Bug fix to G4Box::DistanceToIn (which reported intersection where there 611 - Bug fix to G4FConicalSurface and G4ConicalSu << 577 was none). 612 Correction to to DistanceToOut of BREPSolid << 578 Bug fix to G4FConicalSurface and G4ConicalSurface to fix G4BREPSolidPCone. 613 convexity assumptions of Navigator << 579 Correction to to DistanceToOut of BREPSolid to ensure compatibility with >> 580 convexity assumptions of Navigator >> 581 614 582 615 June 8th, 98 John Apostolakis (geometry-00- 583 June 8th, 98 John Apostolakis (geometry-00-06-01) 616 ------------------------------- << 584 617 - Created a tag for BREPS at the last point be << 585 Created a tag for BREPS at the last point before merge with Peter's Developments. 618 Developments. << 586 619 Modified << 587 Modified 620 G4Navigator and 588 G4Navigator and 621 G4NormalNavigation G4ParameterisedNaviga 589 G4NormalNavigation G4ParameterisedNavigation 622 G4ReplicaNavigation G4VoxelNavigation 590 G4ReplicaNavigation G4VoxelNavigation >> 591 623 to add ComputeSafety methods. These make a q 592 to add ComputeSafety methods. These make a quick estimation of the 624 safety and can/should be called for the fina << 593 safety and can/should be called for the final point of a step only. >> 594 625 595 626 June 3rd, 98 John Apostolakis 596 June 3rd, 98 John Apostolakis 627 ------------------------------- << 597 628 - G4Navigator: << 598 G4Navigator: 629 Added a new new method LocateGlobalPointWith << 599 >> 600 Added a new new method LocateGlobalPointWithinVolume that serves to notify 630 the Navigator that a track has moved to the 601 the Navigator that a track has moved to the new Global point 'position'. 631 This point must be known to be within the cu 602 This point must be known to be within the current volume, probably because it 632 is withing safety. 603 is withing safety. 633 604 634 May 11th, 98 John Apostolakis 605 May 11th, 98 John Apostolakis 635 ------------------------------- << 606 636 - G4PVPlacement: << 607 G4PVPlacement: 637 - Implemented additional (4th) constructor t << 608 - Implemented additional (4th) constructor that takes a pointer to a 638 logical mother volume and a G4Transform3D << 609 logical mother volume and a G4Transform3D with the solid's rotation. 639 - Also added a data member to store whether << 610 - Also added a data member to store whether a RotationMatrix was created. 640 This allows us to avoid a small memory lea << 611 This allows us to avoid a small memory leak in use of 2 constructors. 641 612 642 May 8th, 98 John Apostolakis 613 May 8th, 98 John Apostolakis 643 ------------------------------- << 644 - History files created in magneticfield direc << 645 It will be used exclusively for the maintena << 646 this category. Only what impacts its interac << 647 (G4PropagatorInField) will be mentioned here << 648 614 649 - History file has existed in solids/BREPS fo << 615 - History files created in magneticfield directory for this category. 650 changes in that sub-category. << 616 It will be used exclusively for the maintenance of information in >> 617 this category. Only what impacts its interaction with the geometry >> 618 (G4PropagatorInField) will be mentioned here. >> 619 >> 620 - History file has existed in solids/BREPS for slightly more detailed >> 621 changes in that sub-category. >> 622 651 623 652 April 29th, 98 John Apostolakis (geometry-00 624 April 29th, 98 John Apostolakis (geometry-00-05-05) 653 ------------------------------- << 625 654 - A significant logical error in G4VoxelNaviga << 626 - A significant logical error in G4VoxelNavigation::LocateNextVoxel was 655 corrected: the search for the next voxel cou 627 corrected: the search for the next voxel could ignore voxels at lower levels 656 - Small changes for DEC in GNUmakefile in BREP << 628 >> 629 - Small changes for DEC in GNUmakefile in BREPS & STEP 657 * Removed -cfront option from GNUmakefile f 630 * Removed -cfront option from GNUmakefile for DEC. -cfront 658 overrides ANSI standard rules in cxx-6.0 631 overrides ANSI standard rules in cxx-6.0. 659 * Cleaned up trivial warnings on DEC (Extra 632 * Cleaned up trivial warnings on DEC (Extraneous semicolons). 660 633 >> 634 661 April 27th, 98 John Apostolakis (geometry-00 635 April 27th, 98 John Apostolakis (geometry-00-05-04) 662 ------------------------------- << 636 663 - Tagged 637 - Tagged 664 638 665 April 24th, 98 Jari Sulkimo ( recorded 639 April 24th, 98 Jari Sulkimo ( recorded by John Apostolakis here) 666 ------------------------------- << 667 - Fixes in BREPs (see solids/BREP/History for 640 - Fixes in BREPs (see solids/BREP/History for details, by author) 668 * fixed scope bugs in for loops 641 * fixed scope bugs in for loops 669 * bug fixes to G4Assembly.cc for STEP file << 642 * bug fixes to G4Assembly.cc for STEP file interaction & placed solids 670 creation. << 643 creation. 671 644 672 April 23rd, 98 John Apostolakis (geometry-00 645 April 23rd, 98 John Apostolakis (geometry-00-05-03) 673 ------------------------------- << 646 674 - Bug fixes to BREP code for Assembly level of 647 - Bug fixes to BREP code for Assembly level of STEP files 675 (introduced in alpha05) << 648 (introduced in alpha05) >> 649 676 - Renamed file G4Point3d.hh to G4Point3d.h (be 650 - Renamed file G4Point3d.hh to G4Point3d.h (because of problems 677 on Windows NT in name clash with G4Point3D.h 651 on Windows NT in name clash with G4Point3D.hh). 678 652 >> 653 679 April 22nd, 98 John Apostolakis (geom-05-02) 654 April 22nd, 98 John Apostolakis (geom-05-02) 680 ------------------------------- << 681 - Tagged. 655 - Tagged. 682 656 683 April 21st, 98 John Apostolakis (geometry-00 657 April 21st, 98 John Apostolakis (geometry-00-05-01) 684 ------------------------------- << 685 - Added SetAllParameters methods to G4Torus an 658 - Added SetAllParameters methods to G4Torus and G4Para. 686 - All CSG solids now inherit from the new abst << 659 - All CSG solids now inherit from the new abstract class G4CSGSolid, instead 687 of directly from G4VSolid. << 660 of directly from G4VSolid. 688 - "const G4double" arguments have been changed 661 - "const G4double" arguments have been changed to "G4double" for CSG methods. 689 662 690 April 21st, 98 John Allison 663 April 21st, 98 John Allison 691 ------------------------------- << 692 - Slightly relaxed tolerance in G4Trap (for g3 664 - Slightly relaxed tolerance in G4Trap (for g3tog4). 693 - Corrected G4BREPSolidPolyhedra.cc for graphi 665 - Corrected G4BREPSolidPolyhedra.cc for graphics_reps/G4Polyhedron. 694 - Added void G4Trd::SetAllParameters. 666 - Added void G4Trd::SetAllParameters. 695 - Also relaxed check in G4Trd::CheckAndSetAllP 667 - Also relaxed check in G4Trd::CheckAndSetAllParameters (pdx1>=0, etc.) 696 668 697 April 2, 98 G.Barrand 669 April 2, 98 G.Barrand 698 ------------------------------- << 699 - STEP/dirobj.cc : #ifdef WIN32, do not compil 670 - STEP/dirobj.cc : #ifdef WIN32, do not compile opendir and closedir. 700 671 701 March 24, 98 G.Barrand 672 March 24, 98 G.Barrand 702 ------------------------------- << 703 - GNUmakefile : MAKESHLIB changed in G4MAKESHL 673 - GNUmakefile : MAKESHLIB changed in G4MAKESHLIB 704 674 705 March 13, 98 G.Cosmo (on behalf of S.Giani) 675 March 13, 98 G.Cosmo (on behalf of S.Giani) - (geometry-00-04-05) 706 ------------------------------- << 676 707 - Added G4VPVParameterisation.cc including def 677 - Added G4VPVParameterisation.cc including default implementations 708 of ComputeSolid() and ComputeMaterial() miss 678 of ComputeSolid() and ComputeMaterial() missing previously (J.Apostolakis). 709 - Included fixes for aCC compiler in BREPS and << 679 - Included fixes for aCC compiler in BREPS and STEP (J.Sulkimo, G.Cosmo). >> 680 710 681 711 March 9, 98 J. Apostolakis - (geometry-00-04 682 March 9, 98 J. Apostolakis - (geometry-00-04-04) 712 ------------------------------- << 683 713 - Small fix to G4BREPSolid.cc which was causin 684 - Small fix to G4BREPSolid.cc which was causing problems on HP-UX. 714 (Deleted use of floating point modulo for in 685 (Deleted use of floating point modulo for integers, with Jari S.) 715 - G4Sphere: further small corrections. << 686 >> 687 - G4Sphere: further small corrections. >> 688 716 689 717 March 5, 98 J. Apostolakis - (geometry- 690 March 5, 98 J. Apostolakis - (geometry-00-04-03) 718 ------------------------------- << 691 719 - Parameterised Volume can now VARY the TYPE o 692 - Parameterised Volume can now VARY the TYPE of SOLID and/or Material 720 by copy number. PVParameterisation classes << 693 by copy number. PVParameterisation classes can now compute these. 721 The Navigator has been modified to compute s << 694 The Navigator has been modified to compute solid and material, and 722 to set them in the associated logical volume << 695 to set them in the associated logical volume >> 696 723 - Now able to process an extra level of STEP f 697 - Now able to process an extra level of STEP files, using new code in 724 BREPs (Jari Sulkimo). << 698 BREPs (Jari Sulkimo). 725 - Further cleanup of code in BREP category (P << 699 >> 700 - Further cleanup of code in BREP category (Peter Urban). >> 701 726 - Small modification in solids/STEP/GNUmakefil 702 - Small modification in solids/STEP/GNUmakefile for Win/NT port (S. Sadilov). 727 703 >> 704 728 March 4, 98 J. Apostolakis - (geometry- 705 March 4, 98 J. Apostolakis - (geometry-00-04-02) 729 ------------------------------- << 706 730 - G4Sphere: corrected tests of the phi angle a 707 - G4Sphere: corrected tests of the phi angle and with tolerance checking 731 that compared squares of distances. << 708 that compared squares of distances. >> 709 732 - The World volume can now be split into repli 710 - The World volume can now be split into replicas. This not recommended, but 733 the Navigator is now able to handle it. << 711 the Navigator is now able to handle it. >> 712 734 - Cleanup of code in BREP category (Peter Urba 713 - Cleanup of code in BREP category (Peter Urban & Jari Sulkimo) 735 714 >> 715 736 February 16, 98 J. Apostolakis - (geometry- 716 February 16, 98 J. Apostolakis - (geometry-00-04-01) 737 ------------------------------- << 717 738 - Replicas and parameterised physical-volumes 718 - Replicas and parameterised physical-volumes now store the copy number of 739 their current copy. (It is valid only for ph << 719 their current copy. (It is valid only for physical volume in the hot tree). 740 Navigation routines were modified to enable << 720 Navigation routines were modified to enable this. >> 721 741 722 742 February 4, 98 J. Apostolakis - (geometry- 723 February 4, 98 J. Apostolakis - (geometry-00-03-02) 743 ------------------------------- << 724 744 - A few small changes were made to the Magneti << 725 - A few small changes were made to the Magnetic Field classes. 745 This included one that allows it to work wit << 726 This included one that allows it to work without repeatedly 746 issuing an unneccessary warning. << 727 issuing an unneccessary warning. >> 728 747 - Small fixes to BREP and STEP parts help in f 729 - Small fixes to BREP and STEP parts help in fixing a problem 748 with True/false on some platforms. << 730 with True/false on some platforms. 749 731 750 January 28, 98 S. Sadilov 732 January 28, 98 S. Sadilov 751 ------------------------------- << 733 - Small modification in GNUmakefile for Win/NT port 752 - Small modification in GNUmakefile for Win/NT << 734 753 735 754 January 26, 98 J. Apostolakis - (geometry- 736 January 26, 98 J. Apostolakis - (geometry-00-03-01) 755 ------------------------------- << 737 756 - i) New implementation of G4NavigationHistor << 738 i) New implementation of G4NavigationHistory using G4NavigationLevel. 757 This implementation allows for very fast << 739 This implementation allows for very fast copying of G4NavigationHistory, 758 which is required in order to copy G4Tou << 740 which is required in order to copy G4TouchableHistory. 759 - ii) Correction in G4ReplicaNavigation.cc in << 741 760 replicas divided in phi. << 742 ii) Correction in G4ReplicaNavigation.cc in DistanceToOutPhi, influencing >> 743 replicas divided in phi. >> 744 761 745 762 December 19, 97 G. Cosmo - (alpha03) 746 December 19, 97 G. Cosmo - (alpha03) 763 ------------------------------- << 747 764 - Created. 748 - Created.