| 1 | cvs log $Id: History,v 1.132 2008/04/28 16:06:06 allison 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 | 28th April 2008 John Allison (greps-V09-01-05)
|
|---|
| 21 | - HepPolyhedronEllipticalCone: correct visibility of auxiliary edges.
|
|---|
| 22 |
|
|---|
| 23 | 14th April 2008 Tatiana Nikitina (greps-V09-01-04)
|
|---|
| 24 | - Added G4Hype representation to HepPolyhedron and G4Polyhedron.
|
|---|
| 25 | - Coworks with tag "geom-specific-V09-01-08".
|
|---|
| 26 |
|
|---|
| 27 | 13th March 2008 Gabriele Cosmo (greps-V09-01-03)
|
|---|
| 28 | - Added inclusion of <cstdlib> in HepPolyhedron.cc for porting on gcc-4.3.0.
|
|---|
| 29 |
|
|---|
| 30 | 29th January 2008 John Allison (greps-V09-01-01)
|
|---|
| 31 | - HepPolyhedronParaboloid: bug fix and improvement.
|
|---|
| 32 |
|
|---|
| 33 | 4th January 2008 John Allison (greps-V09-01-00 with vis-V09-01-00)
|
|---|
| 34 | - G4VVisManager::Draw2D methods, already available for G4Text, extended to:
|
|---|
| 35 | G4Circle, G4Polyhedron, G4Polyline, G4Polymarker, G4Square.
|
|---|
| 36 |
|
|---|
| 37 | 21th August 2007 Tatiana Nikitina (greps-V09-00-02)
|
|---|
| 38 | - Fixed bug in scaling parameter for G4EllipticalCone representation in
|
|---|
| 39 | HepPolyhedron class.
|
|---|
| 40 |
|
|---|
| 41 | 18th July 2007 Tatiana Nikitina (greps-V09-00-01)
|
|---|
| 42 | - Added G4Paraboloid to HepPolyhedron and G4Polyhedron.
|
|---|
| 43 | - Coworks with tag "geom-specific-V09-00-02".
|
|---|
| 44 |
|
|---|
| 45 | 17th July 2007 John Allison (greps-V09-00-00)
|
|---|
| 46 | - G4VGraphicsScene: Added constructor and virtual destructor.
|
|---|
| 47 |
|
|---|
| 48 | 8th June 2007 Gabriele Cosmo (greps-V08-03-00)
|
|---|
| 49 | - G4AttHolder: replaced forward declarations in header with explicit inclusions
|
|---|
| 50 | to allow for porting on Intel-icc compiler.
|
|---|
| 51 |
|
|---|
| 52 | 3rd April 2007 John Allison (greps-V08-02-01)
|
|---|
| 53 | - G4AttDefStore: now comprises utility functions in namespace
|
|---|
| 54 | G4AttDefStore. (Used to be a class with only static functions and
|
|---|
| 55 | data members.)
|
|---|
| 56 | - G4AttHolder: Made copy constructor and assignment private to enforce
|
|---|
| 57 | proper usage.
|
|---|
| 58 |
|
|---|
| 59 | 5th January 2007 John Allison (greps-V08-02-00)
|
|---|
| 60 | - G4VisAttributes:
|
|---|
| 61 | o SetForceLineSegmentsPerCircle: Bug fix: Now correctly implements reset.
|
|---|
| 62 | o Minor refinement: Introduced IsForceLineSegmentsPerCircle().
|
|---|
| 63 | - G4Colour: Replaced static data members by static functions that
|
|---|
| 64 | create and copy out the relevant colours. (Static data members make
|
|---|
| 65 | a lot of noise in the gdb debugger. Anyway, are best avoided.)
|
|---|
| 66 |
|
|---|
| 67 | 7th November 2006 John Allison (greps-V08-01-11)
|
|---|
| 68 | - HepPolyhedronEllipticalCone: Bug fix.
|
|---|
| 69 | - G4Visible: Fixed possible minor (subsidiary) memory leak in SetVisAttributes.
|
|---|
| 70 | - G4AttCheck: Cosmetic.
|
|---|
| 71 |
|
|---|
| 72 | 2nd November 2006 John Allison (greps-V08-01-10)
|
|---|
| 73 | - G4Visible: Fixed copy constructor and assignment operator for deep copies.
|
|---|
| 74 |
|
|---|
| 75 | 1st November 2006 John Allison (greps-V08-01-09; co-works: vis-V08-01-09)
|
|---|
| 76 | - Tidied G4Att checking and storing:
|
|---|
| 77 | o G4AttCheck: Added store key to printing in operator<<.
|
|---|
| 78 | o G4AttDef: Improved printing of store key in operator<<.
|
|---|
| 79 | o G4AttDefStore: Removed GetName, introduced GetStoreKey.
|
|---|
| 80 | o G4AttHolder:
|
|---|
| 81 | ~ Removed GetAttDefsName.
|
|---|
| 82 | ~ Replaced AddAttValues and AddAttDefs by a combined AddAtts.
|
|---|
| 83 |
|
|---|
| 84 | 24th October 2006 John Allison (greps-V08-01-08; co-works: vis-V08-01-08)
|
|---|
| 85 | - G4VisAttributes: Change GetAttValues to CreateAttValues. It creates
|
|---|
| 86 | an expendable copy on the heap, thus following the behaviour of
|
|---|
| 87 | CreateAttValues in trajectories, hits, etc. This achieves consistency
|
|---|
| 88 | of behaviour and user expectation; the user must delete after use.
|
|---|
| 89 | - G4AttHolder: Remove CopyAndAddAttValues. No longer needed after
|
|---|
| 90 | above change to G4VisAttributes.
|
|---|
| 91 |
|
|---|
| 92 | 21st October 2006 John Allison (greps-V08-01-07)
|
|---|
| 93 | - Added G4AttHolder.
|
|---|
| 94 | - G4AttDefStore: Changed GetName type from G4String to const G4String&.
|
|---|
| 95 |
|
|---|
| 96 | 17th October 2006 John Allison (greps-V08-01-06)
|
|---|
| 97 | - Moved below operator<< from G4AttCheck.hh/cc to G4AttDef.hh/cc.
|
|---|
| 98 |
|
|---|
| 99 | 16th October 2006 John Allison (greps-V08-01-05)
|
|---|
| 100 | - Added operator<< for G4AttDefs:
|
|---|
| 101 | std::ostream& operator<<
|
|---|
| 102 | (std::ostream& os, const std::map<G4String,G4AttDef>* definitions)
|
|---|
| 103 | - Improved output diagnostics.
|
|---|
| 104 |
|
|---|
| 105 | ---------------------------------------------------------------------------
|
|---|
| 106 | 15th September 2006 John Allison (greps-V08-01-04 - coworks vis-V08-01-06)
|
|---|
| 107 | - G4Visible: Added fAllocatedVisAttributes to prevent memory leak.
|
|---|
| 108 |
|
|---|
| 109 | 12th September 2006 Jane Tinslay
|
|---|
| 110 | - Remove trailing white spaces in G4ConversionUtils
|
|---|
| 111 | - Add FilterHit method to G4VVisManager
|
|---|
| 112 |
|
|---|
| 113 | 11th September 2006 Jane Tinslay
|
|---|
| 114 | - Add templated G4AttDef's and various utilities
|
|---|
| 115 |
|
|---|
| 116 | 11th September 2006 John Allison
|
|---|
| 117 | - Fixed G4AttCheck for dimensionless "Physics" attributes (were
|
|---|
| 118 | previously "Bookkeeping").
|
|---|
| 119 |
|
|---|
| 120 | 6th September 2006 Jane Tinslay
|
|---|
| 121 | - Add G4TypeKey & G4TypeKeyT classes
|
|---|
| 122 |
|
|---|
| 123 | ------------------------------------------------
|
|---|
| 124 | 26th August 2006 John Allison (greps-V08-01-03)
|
|---|
| 125 | - G4VisAttributes: Added time range.
|
|---|
| 126 |
|
|---|
| 127 | 25th August 2006 Jane Tinslay
|
|---|
| 128 | - Make G4VFilter Accept method const
|
|---|
| 129 |
|
|---|
| 130 | 14th August 2006 John Allison (greps-V08-01-02)
|
|---|
| 131 | - G4AttCheck: Improved error checking.
|
|---|
| 132 |
|
|---|
| 133 | 10th July 2006 John Allison (greps-V08-01-01)
|
|---|
| 134 | - Co-works with vis-V08-01-01.
|
|---|
| 135 | - G4VGraphicsScene.hh: Removed Establish/DecommissionSpecials.
|
|---|
| 136 | - G4VisAttributes:
|
|---|
| 137 | o Added ForceLineSegmentsPerCircle.
|
|---|
| 138 | o Cosmetic re-ordering of methods,
|
|---|
| 139 |
|
|---|
| 140 | 3rd July 2006 John Allison (greps-V08-01-00)
|
|---|
| 141 | - G4AttCheck.cc:
|
|---|
| 142 | o Added G4bool to the list of allowed G4AttValue value types.
|
|---|
| 143 | o Added Density to the list of units categories.
|
|---|
| 144 | - G4AttDefStore: Added GetName.
|
|---|
| 145 |
|
|---|
| 146 | 2nd May 2006 Jane Tinslay (greps-V08-00-03)
|
|---|
| 147 | - Add FilterTrajectory method to G4VVisManager
|
|---|
| 148 |
|
|---|
| 149 | 19th April 2006 John Allison (greps-V08-00-02 - needs vis-V08-00-04)
|
|---|
| 150 | - G4VGraphicsScene: Added Begin/EndPrimitives2D.
|
|---|
| 151 | - G4VVisManager: Added Draw2d(const G4Text&).
|
|---|
| 152 |
|
|---|
| 153 | 28th March 2006 Jane Tinslay (jst28032006)
|
|---|
| 154 | - Add G4VFilter and G4SmartFilter
|
|---|
| 155 |
|
|---|
| 156 | 13th March 2006 John Allison (greps-V08-00-01)
|
|---|
| 157 | - Added operator<< for G4Text, G4Circle, G4Square, G4Polyhedron.
|
|---|
| 158 | - Improved/tidied operator<< for G4Polyline, G4VMarker, G4VisAttributes.
|
|---|
| 159 | - Improved comments in G4VVisManager.
|
|---|
| 160 |
|
|---|
| 161 | 13th January 2006 John Allison (greps-V08-00-00)
|
|---|
| 162 | - Added G4PolyhedronArbitrary:
|
|---|
| 163 | o Moved from geometry/solids/specific, where it was part of a
|
|---|
| 164 | development by Peter Truscott and Fan Lei of QinetiQ.
|
|---|
| 165 | G4PolyhedronArbitrary is a way of creating arbitrary G4Polyhedron
|
|---|
| 166 | objects out of vertices and indices.
|
|---|
| 167 | o Removed unnecessary operator= functions.
|
|---|
| 168 |
|
|---|
| 169 | 23rd November 2005 Jane Tinslay
|
|---|
| 170 | - Update documentation in G4Colour
|
|---|
| 171 |
|
|---|
| 172 | 10th November 2005 Jane Tinslay (greps-V07-01-09)
|
|---|
| 173 | - G4VVisManager: Fix Dispatch method name to "DispatchToModel".
|
|---|
| 174 | - G4Colour: Use public static member functions instead of public
|
|---|
| 175 | static data members to avoid problems with dynamic libraries.
|
|---|
| 176 |
|
|---|
| 177 | 10th November 2005 John Allison
|
|---|
| 178 | - G4VVisManager and G4VGraphicsScene: Replaced default arguments
|
|---|
| 179 | G4Transform3D::Identity by G4Transform3D(). (This is a avoid
|
|---|
| 180 | initialisation problems with static objects with dynamic libraries.)
|
|---|
| 181 |
|
|---|
| 182 | 9th November 2005 Gabriele Cosmo
|
|---|
| 183 | - Implemented migration to support CLHEP-2.0.X, adding explicit namespace
|
|---|
| 184 | to CLHEP types. Affected files: HepPolyhedron[.h.cc], BooleanProcessor.src.
|
|---|
| 185 |
|
|---|
| 186 | 24th October 2005 John Allison (greps-V07-01-08)
|
|---|
| 187 | - Moved G4VTrajectoryDrawer to modeling (renamed G4VTrajectoryModel).
|
|---|
| 188 | - G4VVisManager.hh: Changed DispatchToCurrentDrawer to DispatchToCurrentModel.
|
|---|
| 189 |
|
|---|
| 190 | 21st October 2005 Jane Tinslay (greps-V07-01-07)
|
|---|
| 191 | - Add G4VTrajectoryDrawer, an abstract base class for trajectory drawers
|
|---|
| 192 | - Add "DispatchToCurrentDrawer" method to G4VVisManager
|
|---|
| 193 |
|
|---|
| 194 | 20th October 2005 John Allison (greps-V07-01-06)
|
|---|
| 195 | - G4Colour.cc: Added #include <sstream>.
|
|---|
| 196 |
|
|---|
| 197 | 17th October 2005 Jane Tinslay (greps-V07-01-05)
|
|---|
| 198 | - intercoms->graphics_reps migration for G4VGraphicsScene and G4VVisManager
|
|---|
| 199 |
|
|---|
| 200 | 13th October 2005 Jane Tinslay (greps-V07-01-04)
|
|---|
| 201 | - Additions to G4Colour
|
|---|
| 202 | o Add static data members for common colours.
|
|---|
| 203 | o Add G4String->G4Colour colour map.
|
|---|
| 204 |
|
|---|
| 205 | 3rd October 2005 John Allison
|
|---|
| 206 | - G4NURBStubesector.cc: Replaced <strstream> by <sstream>.
|
|---|
| 207 |
|
|---|
| 208 | 16th September 2005 John Allison (greps-V07-01-03)
|
|---|
| 209 | - G4AttCheck.cc: Added time to legal G4AttValues.
|
|---|
| 210 |
|
|---|
| 211 | 10th August 2005 Gabriele Cosmo (greps-V07-01-02)
|
|---|
| 212 | - Added Polyhedron description for new G4EllipticalCone shape.
|
|---|
| 213 | Implementation by D.Anninos (CERN).
|
|---|
| 214 | Requires tag "geom-specific-V07-01-03" for geometry/solids/specific module.
|
|---|
| 215 |
|
|---|
| 216 | 5th July 2005 John Allison (greps-V07-01-01)
|
|---|
| 217 | - Big clean-up:
|
|---|
| 218 | o Removed redundant intermediate class, G4VVisPrim.
|
|---|
| 219 | o Removed redundant virtual assignments and similar oddities.
|
|---|
| 220 |
|
|---|
| 221 | 20th Jun 2005 Gabriele Cosmo (greps-V07-01-00)
|
|---|
| 222 | - Added Polyhedron description for new G4Ellipsoid shape.
|
|---|
| 223 | Contribution of G.Guerrieri (INFN Genova).
|
|---|
| 224 |
|
|---|
| 225 | 26th May 2005 John Allison (greps-V07-00-07)
|
|---|
| 226 | - Fixed bug introduced in greps-V07-00-05.
|
|---|
| 227 | - Removed DEPRECATION of G4Visible::SetVisAttributes(const G4VisAttributes&)
|
|---|
| 228 | pending a resolution of the issues for a future release.
|
|---|
| 229 |
|
|---|
| 230 | 22nd May 2005 John Allison (greps-V07-00-05)
|
|---|
| 231 | - DEPRECATED G4Visible::SetVisAttributes (const G4VisAttributes&).
|
|---|
| 232 | Meanwhile created copy of G4VisAttributes object on the heap.
|
|---|
| 233 |
|
|---|
| 234 | 3rd May 2005 John Allison (greps-V07-00-04)
|
|---|
| 235 | - Improved G4AttCheck.
|
|---|
| 236 |
|
|---|
| 237 | 7th April 2005 John Allison (greps-V07-00-03)
|
|---|
| 238 | - Needs g3tog4-V07-00-00 and geometry-gmk-V07-00-00.
|
|---|
| 239 | - Consolidated G4AttCheck.
|
|---|
| 240 |
|
|---|
| 241 | 28th March 2005 John Allison (johna-050328a)
|
|---|
| 242 | - G4AttCheck: Corrected for Extra and ValueType fields. Augmented
|
|---|
| 243 | test of more fields.
|
|---|
| 244 |
|
|---|
| 245 | 28th March 2005 John Allison (johna-050328)
|
|---|
| 246 | - G4AttCheck: Added check of Extra field.
|
|---|
| 247 |
|
|---|
| 248 | 26th March 2005 John Allison (johna-050326)
|
|---|
| 249 | - G4AttCheck: Implemented prototype conversion from G4AttValue/Defs to
|
|---|
| 250 | "standard" versions. Needs G4UIcommand, so makes a new category
|
|---|
| 251 | dependency. Requires one to make a new lib map. Seems OK, but
|
|---|
| 252 | must check with Gabriele.
|
|---|
| 253 |
|
|---|
| 254 | 22nd March 2005 John Allison (greps-V07-00-02)
|
|---|
| 255 | - G4Polyhedron: Added fNumberOfRotationStepsAtTimeOfCreation.
|
|---|
| 256 | - G4VisAttributes: Changed std::vector<G4AttDef> to map<G4String,G4AttDef>.
|
|---|
| 257 | - Added first version of G4AttCheck.
|
|---|
| 258 |
|
|---|
| 259 | 9th March 2005 John Allison (greps-V07-00-01)
|
|---|
| 260 | - HepPolyhedron: Added IsErrorBooleanProcess().
|
|---|
| 261 | - BooleanProcessor: Added get_processor_error().
|
|---|
| 262 | - G4Visible: Moved SetVisAttributes (const G4VisAttributes&) from .icc
|
|---|
| 263 | to .cc file and added warning message.
|
|---|
| 264 |
|
|---|
| 265 | 19th February 2005 John Allison (greps-V07-00-00)
|
|---|
| 266 | - Needed for vis-V07-00-06.
|
|---|
| 267 | - Added G4VisExtent::NullExtent.
|
|---|
| 268 |
|
|---|
| 269 | 10th December 2004 G.Cosmo (greps-V06-02-04)
|
|---|
| 270 | - Replaced M_PI with CLHEP's pi.
|
|---|
| 271 |
|
|---|
| 272 | 8th December 2004 G.Cosmo (greps-V06-02-03)
|
|---|
| 273 | - HepPolyhedron, BooleanProcessor: replaced occurences of HepStd::
|
|---|
| 274 | with std::
|
|---|
| 275 | - Added inclusion of <cmath> in HepPolyhedron.cc.
|
|---|
| 276 |
|
|---|
| 277 | 7th December 2004 G.Cosmo (greps-V06-02-02)
|
|---|
| 278 | - Implemented migration to <cmath>.
|
|---|
| 279 |
|
|---|
| 280 | 11th November 2004 J.Allison (greps-V06-02-01 - requires vis-V06-02-05)
|
|---|
| 281 | - Removed G4Polymarker::line. Use G4Polyline instead.
|
|---|
| 282 | - Improved commenting of G4AttDef.
|
|---|
| 283 |
|
|---|
| 284 | 28th July 2004 J.Allison (greps-V06-02-00)
|
|---|
| 285 | - Introduced force auxiliary edge visible.
|
|---|
| 286 |
|
|---|
| 287 | 7th June 2004 G.Cosmo (greps-V06-01-01)
|
|---|
| 288 | - Fixed compilation problem on WIN32-VC for G4AttDefStore.
|
|---|
| 289 | - Added definition of GLOBLIBS in GNUmakefile for DLLs build on Windows.
|
|---|
| 290 |
|
|---|
| 291 | 30th March 2004 G.Cosmo (greps-V06-01-00)
|
|---|
| 292 | - Implemented constructor and destructor for G4AttDefStore, to properly
|
|---|
| 293 | delete objects in the static map, allocated through explicit calls to
|
|---|
| 294 | GetInstance(). Made G4AttDefStore a singleton.
|
|---|
| 295 |
|
|---|
| 296 | 18th September 2003 J.Allison (greps-V05-02-00)
|
|---|
| 297 | - Introduced G4Colour<->G4ThreeVector conversion operators.
|
|---|
| 298 |
|
|---|
| 299 | 3rd April 2003 G.Cosmo (greps-V05-00-00)
|
|---|
| 300 | - Cleared trivial pedantic warnings.
|
|---|
| 301 |
|
|---|
| 302 | 27th November 2002 J.Allison (greps-V04-01-05)
|
|---|
| 303 | - Small revison of G4Scale and improvements in G4VMarker class description.
|
|---|
| 304 |
|
|---|
| 305 | 20th November 2002 G.Cosmo (greps-V04-01-04)
|
|---|
| 306 | - Patched access to public static data in G4Scale and G4VisAttributes.
|
|---|
| 307 | Added static accessors to be used in the kernel to allow porting on
|
|---|
| 308 | Windows DLLs.
|
|---|
| 309 | - HepPolyhedron[.hh.cc]: changed inline static methods to not inlined.
|
|---|
| 310 |
|
|---|
| 311 | 11th November 2002 E.Chernaev (greps-V04-01-03)
|
|---|
| 312 | - Minor bug fix in HepPolyhedron::GetFacet().
|
|---|
| 313 | - HepDouble, HepBoolean --> double, bool in HepPolyhedron
|
|---|
| 314 |
|
|---|
| 315 | 7th November 2002 E.Chernaev (greps-V04-01-02)
|
|---|
| 316 | - Added createTwistedTrap() and createPolyhedron() to HepPolyhedron.
|
|---|
| 317 |
|
|---|
| 318 | 28th October 2002 J.Allison (greps-V04-01-01)
|
|---|
| 319 | - Changed AttDefStore to return a map.
|
|---|
| 320 |
|
|---|
| 321 | 24th October 2002 John Allison (greps-V04-01-00)
|
|---|
| 322 | - Added G4AttDefStore.
|
|---|
| 323 | - Further improved G4AttDef/Value.
|
|---|
| 324 | - Added const G4std::vector<G4AttValue>* fAttValues/Defs to G4VisAttributes.
|
|---|
| 325 |
|
|---|
| 326 | 23rd October 2002 John Allison
|
|---|
| 327 | - G4Colour class description corrected.
|
|---|
| 328 | - G4VisAttributes comments slightly improved.
|
|---|
| 329 | - G4AttDef and G4AttValue headers changed to follow G4 conventions.
|
|---|
| 330 |
|
|---|
| 331 | 27th September 2002 Joseph Perl
|
|---|
| 332 | - Added first versions of headers for G4AttDef and G4AttValue.
|
|---|
| 333 |
|
|---|
| 334 | 10th September 2001 John Allison (greps-V03-02-04)
|
|---|
| 335 | - Added G4Scale::GuidanceString.
|
|---|
| 336 |
|
|---|
| 337 | 20th August 2001 John Allison (greps-V03-02-03)
|
|---|
| 338 | - Made typedef's public in G4Point3DList.hh and G4Polyline.hh.
|
|---|
| 339 |
|
|---|
| 340 | 14th August 2001 John Allison (greps-V03-02-02)
|
|---|
| 341 | - Coworks with vis-V03-02-11 and intercoms-V03-02-03.
|
|---|
| 342 | - Added G4Polyline::transform.
|
|---|
| 343 | - Fixed pedantic warnings in G4NURBS.
|
|---|
| 344 |
|
|---|
| 345 | 24th July May 2001 John Allison (greps-V03-02-01)
|
|---|
| 346 | - Improvements to comments and layout in G4VisExtent.
|
|---|
| 347 | - Cosmetic improvements to G4Scale, small change of interface.
|
|---|
| 348 |
|
|---|
| 349 | 21st July May 2001 John Allison (greps-V03-02-00)
|
|---|
| 350 | - Added G4Scale.
|
|---|
| 351 |
|
|---|
| 352 | 25th May 2001 John Allison (greps-V03-01-02)
|
|---|
| 353 | - Added GetSurfaceArea() and GetVolume() to HepPolyhedron (Evgeni).
|
|---|
| 354 | - Bug fix in BooleanProcessor.src (Guy, Evgeni).
|
|---|
| 355 |
|
|---|
| 356 | 3rd May 2001 John Allison (greps-V03-01-01)
|
|---|
| 357 | - Replaced G4RWTValOrderedVector by G4std::vector in G4PlacedPolyhedron
|
|---|
| 358 | and G4Point3DList. Forces co-working tags in categories:
|
|---|
| 359 | geommng-V03-01-02
|
|---|
| 360 | tracking-V03-01-00
|
|---|
| 361 | vis-V03-01-01
|
|---|
| 362 |
|
|---|
| 363 | 11th April 2001 John Allison (greps-V03-01-00)
|
|---|
| 364 | - Some code has been added to cover unforeseen earlier situation
|
|---|
| 365 | during preselection of faces without intersection (Evgeni).
|
|---|
| 366 | - Moved #include <CLHEP/config/TemplateFunctions.h> and others from
|
|---|
| 367 | HepPolyhedron.h to HepPolyhedron.cc (Evgeni).
|
|---|
| 368 | - Fixed stupid warnings about possible use of uninitialized variables (Evgeni).
|
|---|
| 369 | - Made GetNumberOfRotationSteps() static and public (John).
|
|---|
| 370 |
|
|---|
| 371 | 6th February 2001 John Allison (greps-V03-00-01)
|
|---|
| 372 | - More tidying for CodeWizard. Added virtual destructors to
|
|---|
| 373 | HepPolyhedronBox, etc. Also made all constructors non-inline.
|
|---|
| 374 |
|
|---|
| 375 | 3rd February 2001 John Allison (greps-V03-00-00)
|
|---|
| 376 | - Tidied for CodeWizard. Note: G4Circle.icc and G4VVisPrim.icc removed, so
|
|---|
| 377 | "gmake clean" all relevant directories before updating.
|
|---|
| 378 |
|
|---|
| 379 | 5th June May 2000 Evgeni Chernaev (greps-V01-01-04)
|
|---|
| 380 | - Bug fix in BooleanProcessor.src.
|
|---|
| 381 | - Graceful recovery from caseIE() and caseEE() non-implementation
|
|---|
| 382 | (first polygon returned).
|
|---|
| 383 |
|
|---|
| 384 | 20th May 2000 Evgeni Chernaev (greps-V01-01-03)
|
|---|
| 385 | - Temporary workaround to avoid caseIE() and caseEE.
|
|---|
| 386 |
|
|---|
| 387 | 13th May 2000 John Allison (greps-V01-01-02)
|
|---|
| 388 | - Changed std:: to HepStd:: for ISO compatibility (Evgeni Chernaev).
|
|---|
| 389 |
|
|---|
| 390 | 11th April 2000 John Allison (greps-V01-01-01)
|
|---|
| 391 | - Added operator = (const HepPolyhedron&) to ExtPolyhedron.
|
|---|
| 392 |
|
|---|
| 393 | 6th April 2000 John Allison (greps-V01-01-00)
|
|---|
| 394 | - Tagged.
|
|---|
| 395 |
|
|---|
| 396 | 4th April 2000 Evgeni Chernaev
|
|---|
| 397 | - Added boolean operations (add, subtract, intersect) on HepPolyhedron objects.
|
|---|
| 398 | - Added BooleanProcessor.src.
|
|---|
| 399 |
|
|---|
| 400 | 30th March 2000 John Allison
|
|---|
| 401 | - Added virtual operator= to G4Polyhedron.hh and HepPolyhedron.h to avoid
|
|---|
| 402 | warnings about hiding.
|
|---|
| 403 |
|
|---|
| 404 | 23rd February 2000 John Allison
|
|---|
| 405 | - Moved G4Polyhedron constructors and destructor to .cc.
|
|---|
| 406 |
|
|---|
| 407 | 22nd February 2000 Evgeni Chernaev (greps-V01-00-03)
|
|---|
| 408 | - Re-instated edge flags for "invisible" edges of HepPolyhedronCons and Torus.
|
|---|
| 409 |
|
|---|
| 410 | 22nd February 2000 John Allison (greps-V01-00-02)
|
|---|
| 411 | - Added HepPolyhedron (Evgeni Chernaev). Re-implemented G4Polyhedron.
|
|---|
| 412 |
|
|---|
| 413 | 11th January 2000 John Allison (greps-V01-00-01)
|
|---|
| 414 | - Fix for spheres with small dtheta.
|
|---|
| 415 |
|
|---|
| 416 | 16th December 1999 John Allison (greps-V01-00-00)
|
|---|
| 417 | - Added G4Polyhedron::Transform and G4Polyhedron::InvertFacets (Evgeni
|
|---|
| 418 | Chernaev).
|
|---|
| 419 |
|
|---|
| 420 | 17th November 1999 Satoshi Tanaka (greps-V00-01-01)
|
|---|
| 421 | - Header comments for software reference manual
|
|---|
| 422 |
|
|---|
| 423 | 4th October 1999 John Allison (greps-V00-01-00)
|
|---|
| 424 | - Improved comments in G4Visible.hh.
|
|---|
| 425 |
|
|---|
| 426 | 23rd July 1999 John Allison
|
|---|
| 427 | - Added base class copy to copy contructor of G4Polyhedron.
|
|---|
| 428 |
|
|---|
| 429 | 21st July 1999 John Allison
|
|---|
| 430 | - Added G4PlacedPolyhedron, which includes G4PlacedPolyhedronList.
|
|---|
| 431 |
|
|---|
| 432 | greps-01-00-08 5th June John Allison
|
|---|
| 433 | - Added virtual operator = and overrides to G4Circle and G4Square.
|
|---|
| 434 |
|
|---|
| 435 | greps-01-00-07 25th May 1999 John Allison
|
|---|
| 436 | - Moved operator != to member function.
|
|---|
| 437 |
|
|---|
| 438 | greps-01-00-06 19th May 1999 John Allison
|
|---|
| 439 | - Fixed compilation warnings, mainly overriding virtual functions.
|
|---|
| 440 |
|
|---|
| 441 | greps-01-00-05 12th May 1999 John Allison
|
|---|
| 442 | - Made destructors virtual where applicable.
|
|---|
| 443 |
|
|---|
| 444 | greps-01-00-04 28th April 1999 John Allison
|
|---|
| 445 | - Moved G4VVisManager and G4VGraphicsScene to intercoms.
|
|---|
| 446 |
|
|---|
| 447 | greps-01-00-03 7th February 1999 John Allison
|
|---|
| 448 | - Removed GNU_GCC from G4Polymarker.cc.
|
|---|
| 449 | - Added G4VGraphicsScene::AddThis (G4Polycone and G4Polyhedra.
|
|---|
| 450 |
|
|---|
| 451 | greps-01-00-02 6th January 1999 John Allison
|
|---|
| 452 | - Very minor change in G4VisExtent.cc - 2 -> 2.
|
|---|
| 453 | - Inclusion of test/ in tag.
|
|---|
| 454 |
|
|---|
| 455 | greps-01-00-01 6th January 1999 John Allison
|
|---|
| 456 | - Corrected constructors of G4VisAttributes for initialisation of
|
|---|
| 457 | fDaughtersInvisible.
|
|---|
| 458 |
|
|---|
| 459 | greps-00-04-02 02 December 1998 Evgeni Tcherniaev
|
|---|
| 460 | - Added G4NURBS::CalcPoint() for calculation coordinates of a
|
|---|
| 461 | point lying on the nurbs surface.
|
|---|
| 462 |
|
|---|
| 463 | greps-00-04-01 25th November 1998 John Allison
|
|---|
| 464 | - Added void G4VisAttributes::SetDaughtersInvisible (G4bool).
|
|---|
| 465 |
|
|---|
| 466 | greps-00-03-03 9th November 1998 Satoshi Tanaka
|
|---|
| 467 | Added G4String fInfo and its access functions to G4VMarker
|
|---|
| 468 |
|
|---|
| 469 | greps-00-03-02 6th November 1998 John Allison
|
|---|
| 470 | - Cleaned up GNUmakefile - no longer includes unnecesary -I's
|
|---|
| 471 |
|
|---|
| 472 | greps-00-03-01 26th September 1998 John Allison
|
|---|
| 473 | - Removed SetWorldVolume from G4VVisManager - no longer used.
|
|---|
| 474 |
|
|---|
| 475 | greps-00-02-03 21st August 1998 John Allison
|
|---|
| 476 | - Rationalised G4VisExtent::G4VisExtent (const G4Point3D& centre,
|
|---|
| 477 | G4double radius) so that iit is a true "inverse" of GetExtentRadius.
|
|---|
| 478 | - Added global target to GNUmakefile (Gabriele Cosmo).
|
|---|
| 479 |
|
|---|
| 480 | greps-00-02-02 14th August 1998 John Allison
|
|---|
| 481 | - Added GeometryHasChanged() to G4VVisManager. To be used by the run manager.
|
|---|
| 482 |
|
|---|
| 483 | greps-00-02-01 6th August 1998 John Allison
|
|---|
| 484 | - Removed Draw, ClearView and Show in G4VVisManager.
|
|---|
| 485 |
|
|---|
| 486 | greps-00-06-03 26th June 1998 Gabriele Cosmo
|
|---|
| 487 | - Updated test/GNUmakefile to new electromagnetics.
|
|---|
| 488 |
|
|---|
| 489 | greps-00-06-02 10th June 1998 John Allison
|
|---|
| 490 | - Changed defaults in G4VisExtent to 0.
|
|---|
| 491 |
|
|---|
| 492 | 1st June 1998 Satoshi Tanaka
|
|---|
| 493 | - Added Draw(), ClearView(), Show() to G4VVisManager.
|
|---|
| 494 |
|
|---|
| 495 | greps-00-06-01 29th April 1998 John Allison
|
|---|
| 496 | - Introduced Establish/DecommissionSpecials (G4PhysicalVolumeModel&)
|
|---|
| 497 | in place of BeginModeling (G4PhysicalVolumeModel&).
|
|---|
| 498 |
|
|---|
| 499 | April 21st, 98 G.Cosmo (greps-00-05-03)
|
|---|
| 500 | - Tagged.
|
|---|
| 501 |
|
|---|
| 502 | April 9th, 98 G.Cosmo
|
|---|
| 503 | - Porting on DEC-cxx 6.0.
|
|---|
| 504 | Removed meaningless usage of "const" qualifier from functions
|
|---|
| 505 | return type for basic types by value. Modified files: G4NURBS.cc
|
|---|
| 506 |
|
|---|
| 507 | greps-00-05-02 4th April 1998 John Allison
|
|---|
| 508 | - Re-engineered maintenance of current depth, etc. Needed new method
|
|---|
| 509 | G4VGraphicsScene::BeginModeling (G4PhysicalVolumeModel&) in
|
|---|
| 510 | graphics_reps. The result is much cleaner model and modeling
|
|---|
| 511 | parameters classes. Also, the current depth, physical volume and
|
|---|
| 512 | logical volume are immediately available as protected pointers in
|
|---|
| 513 | G4VScene.
|
|---|
| 514 |
|
|---|
| 515 | HEAD 3rd April 1998 John Allison
|
|---|
| 516 | - Added GetWorld/ScreenDiameter/Radius to G4VMarker.
|
|---|
| 517 |
|
|---|
| 518 | April 2, 1998 G.Barrand :
|
|---|
| 519 | - G4Polyhedron.cc : add a G4double cast to help NT/Visual compiler.
|
|---|
| 520 |
|
|---|
| 521 | greps-00-05-01 26th March 1998 John Allison
|
|---|
| 522 | - Removed #if defined(__DECCXX) || defined(WIN32) from G4NURBS.hh.
|
|---|
| 523 | - Improved comments in G4VMarker.hh
|
|---|
| 524 |
|
|---|
| 525 | 7th January 1998 John Allison
|
|---|
| 526 | - Added arguments to PreAddThis in G4VGraphicsScene.hh.
|
|---|
| 527 | - Added virtual destructor to G4VVisManager.
|
|---|
| 528 |
|
|---|
| 529 | December 19, 97 G. Cosmo - (alpha03)
|
|---|
| 530 |
|
|---|
| 531 | - Created.
|
|---|
| 532 |
|
|---|
| 533 | - Previous history (from README)
|
|---|
| 534 |
|
|---|
| 535 | vis-00-01-02 13th July 1997 John Allison
|
|---|
| 536 | - Consolidation of previous tag.
|
|---|
| 537 |
|
|---|
| 538 | vis-00-01-01 8th June 1997 John Allison
|
|---|
| 539 | - First systematic tag.
|
|---|
| 540 | - G4Polyhedron - can now set number of sides for circle polygon approximation
|
|---|