$Id: History,v 1.6 2001/06/15 12:29:04 johna 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 ------------------------------------------------ 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.