| 1 | $Id: History,v 1.32 2011/01/03 14:55:59 lgarnier 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 | * Note that modeling and test have their own History files. *
|
|---|
| 18 | *************************************************************
|
|---|
| 19 |
|
|---|
| 20 | ----------------------------------------------------------
|
|---|
| 21 | * Reverse chronological order (last date on top), please *
|
|---|
| 22 | ----------------------------------------------------------
|
|---|
| 23 |
|
|---|
| 24 | History file for visualization/Tree sub-category
|
|---|
| 25 | ------------------------------------------------
|
|---|
| 26 |
|
|---|
| 27 | 23, December L. Garnier
|
|---|
| 28 | - GNUmakefile : Remove OpenGL/Qt stuff from Makefile
|
|---|
| 29 |
|
|---|
| 30 | 13th November 2010 John Allison (vistree-V09-03-00)
|
|---|
| 31 | - Tagged inclusion of CMake stuff.
|
|---|
| 32 |
|
|---|
| 33 | 25th March 2007 John Allison (vistree-V08-02-01)
|
|---|
| 34 | - Removed GAGTree.
|
|---|
| 35 |
|
|---|
| 36 | 5th January 2007 John Allison (vistree-V08-02-00)
|
|---|
| 37 | - Bug fix: Format of total mass.
|
|---|
| 38 |
|
|---|
| 39 | 11th December 2006 John Allison
|
|---|
| 40 | - Trapped sequential G4PVPlacements.
|
|---|
| 41 |
|
|---|
| 42 | 5th November 2006 John Allison (vistree-V08-01-02)
|
|---|
| 43 | - Protected against zero material pointer.
|
|---|
| 44 |
|
|---|
| 45 | 1st November 2006 John Allison (vistree-V08-01-01)
|
|---|
| 46 | - G4ASCIITreeSceneHandler.cc: Added printing of material name.
|
|---|
| 47 |
|
|---|
| 48 | 3rd July 2006 John Allison (vistree-V08-01-00)
|
|---|
| 49 | - G4ASCIITreeSceneHandler.cc: Layout improvement.
|
|---|
| 50 |
|
|---|
| 51 | 4th May 2006 John Allison (vistree-V08-00-04)
|
|---|
| 52 | - Improved protection for null models and parameters.
|
|---|
| 53 |
|
|---|
| 54 | 19th April March 2006 John Allison (vistree-V08-00-03)
|
|---|
| 55 | - G4GAGTreeSceneHandler.cc: Migration away from EstablishSpecials mechanism
|
|---|
| 56 | to direct access to G4PhysicalVolumeModel.
|
|---|
| 57 | - Replaced previousMotherID == i->rend() that gives problems on VC++ Net 7.1.
|
|---|
| 58 |
|
|---|
| 59 | 28th March 2006 John Allison (vistree-V08-00-02)
|
|---|
| 60 | - Made compatible with modeling-V08-00-05.
|
|---|
| 61 | - Migration away from EstablishSpecials mechanism.
|
|---|
| 62 |
|
|---|
| 63 | 14th March 2006 John Allison (vistree-V08-00-01)
|
|---|
| 64 | - G4VTree and G4ASCIITree: Minor improvements to readability of code.
|
|---|
| 65 |
|
|---|
| 66 | 8th February 2006 John Allison (vistree-V08-00-00)
|
|---|
| 67 | - G4ASCIITree: Fixed bug in treatment of repeated replicas.
|
|---|
| 68 |
|
|---|
| 69 | 22nd November 2005 John Allison (vistree-V07-01-01)
|
|---|
| 70 | - Refined guidance and printing.
|
|---|
| 71 |
|
|---|
| 72 | 13th October 2005 John Allison (vistree-V07-01-00)
|
|---|
| 73 | - Fixed bug in mass calculations.
|
|---|
| 74 | - Migrated to <sstream>.
|
|---|
| 75 |
|
|---|
| 76 | 22nd September 2004 John Allison (vistree-V06-02-01)
|
|---|
| 77 | - Fixed directory name (trailing /).
|
|---|
| 78 | - Fixed memory leak in G4ASCIITreeSceneHandler.
|
|---|
| 79 |
|
|---|
| 80 | 13th September 2004 John Allison (vistree-V06-02-00)
|
|---|
| 81 | - Improved ASCIITree:
|
|---|
| 82 | verbosity >= 3: prints volume, density of all volumes in hierarchy.
|
|---|
| 83 | verbosity >= 4: calculates the mass of the complete geometry tree taking
|
|---|
| 84 | into account daughters up to the depth specified for each physical
|
|---|
| 85 | volume in the current scene. Culling is ignored so that all volumes
|
|---|
| 86 | are processed. The calculation is quite tricky, since it involves
|
|---|
| 87 | subtracting the mass of that part of the mother that is occupied by
|
|---|
| 88 | each daughter and then adding the mass of the daughter, and so on
|
|---|
| 89 | down the heirarchy. Uses G4PhysicalVolumeMassScene.
|
|---|
| 90 | Added option to write to file (/vis/ASCIITree/set/outFile).
|
|---|
| 91 | - Minor changes to comments in header files of G4VTreeScenehandler and
|
|---|
| 92 | G4GAGTreeScenehandler.
|
|---|
| 93 |
|
|---|
| 94 | 6th November 2003 John Allison (vis-V05-02-03)
|
|---|
| 95 | - Improved printing.
|
|---|
| 96 |
|
|---|
| 97 | 4th October 2003 Gabriele Cosmo (vis-V05-02-01)
|
|---|
| 98 | - Simplified GNUmakefile.
|
|---|
| 99 |
|
|---|
| 100 | 04th June 2003 Gabriele Cosmo (vistree-V05-01-00)
|
|---|
| 101 | - Fixed trivial warning in G4GAGTreeList.hh.
|
|---|
| 102 | - Fixes for inclusion of <strstream> in G4GAGTreeSceneHandler.cc
|
|---|
| 103 | in view of the g4std wrappers migration.
|
|---|
| 104 |
|
|---|
| 105 | 11th December 2002 John Allison (vis-V04-01-10)
|
|---|
| 106 | - Fixed default view parameters (global culling false).
|
|---|
| 107 |
|
|---|
| 108 | 24th August 2001 John Allison (vis-V03-02-13)
|
|---|
| 109 | - Replaced Dump by RequestPrimitives. No change of functionality.
|
|---|
| 110 |
|
|---|
| 111 | 25th July 2001 John Allison (vis-V03-02-07)
|
|---|
| 112 | - Improved use of G4PhysicalVolumeModel::CurtailDescent().
|
|---|
| 113 |
|
|---|
| 114 | 15th June 2001 John Allison (vis-V03-01-06)
|
|---|
| 115 | - Changed char* to const char* in G4GAGTreeList.hh".
|
|---|
| 116 | - Added 2nd template argument (less) to sets in G4ASCIITreeSceneHandler and
|
|---|
| 117 | G4GAGTreeSceneHandler.
|
|---|
| 118 |
|
|---|
| 119 | 15th June 2001 Satoshi Tanaka (vis-V03-01-05)
|
|---|
| 120 | - The first committing of GAGTree driver.
|
|---|
| 121 | - Other files are the same as vis-V03-01-04
|
|---|
| 122 |
|
|---|
| 123 | 5th June 2001 John Allison (vis-V03-01-04)
|
|---|
| 124 | - Moved re-useable code from G4ASCIITree to G4VTree.
|
|---|
| 125 |
|
|---|
| 126 | 4th June 2001 John Allison
|
|---|
| 127 | - G4ASCIITree: Added logical volume name and solid name and type under
|
|---|
| 128 | verbosity control.
|
|---|
| 129 | - Forced culling off so that all volumes are seen, even if "invisible".
|
|---|
| 130 |
|
|---|
| 131 | 25th May 2001 John Allison
|
|---|
| 132 | - Bug fix in G4ASCIITree.cc: initialise fVerbosity(0).
|
|---|
| 133 |
|
|---|
| 134 | 24th May 2001 John Allison (vis-V03-01-03)
|
|---|
| 135 | - Added missing files G4ASCIITreeMessenger.hh/cc.
|
|---|
| 136 | - Bug fix in G4ASCIITreeMessenger.cc: currentAsDefault = true.
|
|---|
| 137 |
|
|---|
| 138 | 22nd May 2001 John Allison
|
|---|
| 139 | - Refined ASCIITree.
|
|---|
| 140 |
|
|---|
| 141 | 10th April 2001 John Allison (vis-V03-01-00)
|
|---|
| 142 | - Added first version of ASCIITree to dump geometry hierarchy to
|
|---|
| 143 | standard output as ASCII stream.
|
|---|
| 144 | This requires two new environment variables:
|
|---|
| 145 | G4VIS_BUILD_ASCIITREE_DRIVER
|
|---|
| 146 | G4VIS_USE_ASCIITREE
|
|---|
| 147 | and config-V03-01-00.
|
|---|
| 148 |
|
|---|
| 149 | 5th April 2001 John Allison (vis-V03-01-00)
|
|---|
| 150 | - First version of G4VTree and G4ASCIITree.
|
|---|