$Id: History,v 1.30 2007/03/27 15:11:43 allison Exp $ ------------------------------------------------------------------- ========================================================= Geant4 - an Object-Oriented Toolkit for Simulation in HEP ========================================================= Category History file --------------------- This file should be used by G4 developers and category coordinators to briefly summarize all major modifications introduced in the code and keep track of all category-tags. It DOES NOT substitute the CVS log-message one should put at every committal in the CVS repository ! ************************************************************* * Note that modeling and test have their own History files. * ************************************************************* ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- History file for visualization/Tree sub-category ------------------------------------------------ 25th March 2007 John Allison (vistree-V08-02-01) - Removed GAGTree. 5th January 2007 John Allison (vistree-V08-02-00) - Bug fix: Format of total mass. 11th December 2006 John Allison - Trapped sequential G4PVPlacements. 5th November 2006 John Allison (vistree-V08-01-02) - Protected against zero material pointer. 1st November 2006 John Allison (vistree-V08-01-01) - G4ASCIITreeSceneHandler.cc: Added printing of material name. 3rd July 2006 John Allison (vistree-V08-01-00) - G4ASCIITreeSceneHandler.cc: Layout improvement. 4th May 2006 John Allison (vistree-V08-00-04) - Improved protection for null models and parameters. 19th April March 2006 John Allison (vistree-V08-00-03) - G4GAGTreeSceneHandler.cc: Migration away from EstablishSpecials mechanism to direct access to G4PhysicalVolumeModel. - Replaced previousMotherID == i->rend() that gives problems on VC++ Net 7.1. 28th March 2006 John Allison (vistree-V08-00-02) - Made compatible with modeling-V08-00-05. - Migration away from EstablishSpecials mechanism. 14th March 2006 John Allison (vistree-V08-00-01) - G4VTree and G4ASCIITree: Minor improvements to readability of code. 8th February 2006 John Allison (vistree-V08-00-00) - G4ASCIITree: Fixed bug in treatment of repeated replicas. 22nd November 2005 John Allison (vistree-V07-01-01) - Refined guidance and printing. 13th October 2005 John Allison (vistree-V07-01-00) - Fixed bug in mass calculations. - Migrated to . 22nd September 2004 John Allison (vistree-V06-02-01) - Fixed directory name (trailing /). - Fixed memory leak in G4ASCIITreeSceneHandler. 13th September 2004 John Allison (vistree-V06-02-00) - Improved ASCIITree: verbosity >= 3: prints volume, density of all volumes in hierarchy. verbosity >= 4: calculates the mass of the complete geometry tree taking into account daughters up to the depth specified for each physical volume in the current scene. Culling is ignored so that all volumes are processed. The calculation is quite tricky, since it involves subtracting the mass of that part of the mother that is occupied by each daughter and then adding the mass of the daughter, and so on down the heirarchy. Uses G4PhysicalVolumeMassScene. Added option to write to file (/vis/ASCIITree/set/outFile). - Minor changes to comments in header files of G4VTreeScenehandler and G4GAGTreeScenehandler. 6th November 2003 John Allison (vis-V05-02-03) - Improved printing. 4th October 2003 Gabriele Cosmo (vis-V05-02-01) - Simplified GNUmakefile. 04th June 2003 Gabriele Cosmo (vistree-V05-01-00) - Fixed trivial warning in G4GAGTreeList.hh. - Fixes for inclusion of in G4GAGTreeSceneHandler.cc in view of the g4std wrappers migration. 11th December 2002 John Allison (vis-V04-01-10) - Fixed default view parameters (global culling false). 24th August 2001 John Allison (vis-V03-02-13) - Replaced Dump by RequestPrimitives. No change of functionality. 25th July 2001 John Allison (vis-V03-02-07) - Improved use of G4PhysicalVolumeModel::CurtailDescent(). 15th June 2001 John Allison (vis-V03-01-06) - Changed char* to const char* in G4GAGTreeList.hh". - Added 2nd template argument (less) to sets in G4ASCIITreeSceneHandler and G4GAGTreeSceneHandler. 15th June 2001 Satoshi Tanaka (vis-V03-01-05) - The first committing of GAGTree driver. - Other files are the same as vis-V03-01-04 5th June 2001 John Allison (vis-V03-01-04) - Moved re-useable code from G4ASCIITree to G4VTree. 4th June 2001 John Allison - G4ASCIITree: Added logical volume name and solid name and type under verbosity control. - Forced culling off so that all volumes are seen, even if "invisible". 25th May 2001 John Allison - Bug fix in G4ASCIITree.cc: initialise fVerbosity(0). 24th May 2001 John Allison (vis-V03-01-03) - Added missing files G4ASCIITreeMessenger.hh/cc. - Bug fix in G4ASCIITreeMessenger.cc: currentAsDefault = true. 22nd May 2001 John Allison - Refined ASCIITree. 10th April 2001 John Allison (vis-V03-01-00) - Added first version of ASCIITree to dump geometry hierarchy to standard output as ASCII stream. This requires two new environment variables: G4VIS_BUILD_ASCIITREE_DRIVER G4VIS_USE_ASCIITREE and config-V03-01-00. 5th April 2001 John Allison (vis-V03-01-00) - First version of G4VTree and G4ASCIITree.