source: trunk/source/visualization/Tree/History @ 1098

Last change on this file since 1098 was 834, checked in by garnier, 16 years ago

import all except CVS

File size: 5.4 KB
Line 
1$Id: History,v 1.30 2007/03/27 15:11:43 allison Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                      Category History file
9                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal 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
24History file for visualization/Tree sub-category
25------------------------------------------------
26
2725th March 2007  John Allison  (vistree-V08-02-01)
28- Removed GAGTree.
29
305th January 2007  John Allison  (vistree-V08-02-00)
31- Bug fix: Format of total mass.
32
3311th December 2006  John Allison
34- Trapped sequential G4PVPlacements.
35
365th November 2006  John Allison  (vistree-V08-01-02)
37- Protected against zero material pointer.
38
391st November 2006  John Allison  (vistree-V08-01-01)
40- G4ASCIITreeSceneHandler.cc: Added printing of material name.
41
423rd July 2006  John Allison  (vistree-V08-01-00)
43- G4ASCIITreeSceneHandler.cc: Layout improvement.
44
454th May 2006  John Allison (vistree-V08-00-04)
46- Improved protection for null models and parameters.
47
4819th April March 2006  John Allison (vistree-V08-00-03)
49- G4GAGTreeSceneHandler.cc: Migration away from EstablishSpecials mechanism
50  to direct access to G4PhysicalVolumeModel.
51- Replaced previousMotherID == i->rend() that gives problems on VC++ Net 7.1.
52
5328th March 2006  John Allison (vistree-V08-00-02)
54- Made compatible with modeling-V08-00-05.
55- Migration away from EstablishSpecials mechanism.
56
5714th March 2006  John Allison (vistree-V08-00-01)
58- G4VTree and G4ASCIITree: Minor improvements to readability of code.
59
608th February 2006  John Allison (vistree-V08-00-00)
61- G4ASCIITree: Fixed bug in treatment of repeated replicas.
62
6322nd November 2005  John Allison  (vistree-V07-01-01)
64- Refined guidance and printing.
65
6613th October 2005  John Allison  (vistree-V07-01-00)
67- Fixed bug in mass calculations.
68- Migrated to <sstream>.
69
7022nd September 2004  John Allison  (vistree-V06-02-01)
71- Fixed directory name (trailing /).
72- Fixed memory leak in G4ASCIITreeSceneHandler.
73
7413th September 2004  John Allison  (vistree-V06-02-00)
75- Improved ASCIITree:
76  verbosity >= 3: prints volume, density of all volumes in hierarchy.
77  verbosity >= 4: calculates the mass of the complete geometry tree taking
78    into account daughters up to the depth specified for each physical
79    volume in the current scene.  Culling is ignored so that all volumes
80    are processed.  The calculation is quite tricky, since it involves
81    subtracting the mass of that part of the mother that is occupied by
82    each daughter and then adding the mass of the daughter, and so on
83    down the heirarchy.  Uses G4PhysicalVolumeMassScene.
84  Added option to write to file (/vis/ASCIITree/set/outFile).
85- Minor changes to comments in header files of G4VTreeScenehandler and
86  G4GAGTreeScenehandler.
87
886th November 2003  John Allison  (vis-V05-02-03)
89- Improved printing.
90
914th October 2003  Gabriele Cosmo (vis-V05-02-01)
92- Simplified GNUmakefile.
93
9404th June 2003  Gabriele Cosmo  (vistree-V05-01-00)
95- Fixed trivial warning in G4GAGTreeList.hh.
96- Fixes for inclusion of <strstream> in G4GAGTreeSceneHandler.cc
97  in view of the g4std wrappers migration.
98
9911th December 2002  John Allison  (vis-V04-01-10)
100- Fixed default view parameters (global culling false).
101
10224th August 2001  John Allison  (vis-V03-02-13)
103- Replaced Dump by RequestPrimitives.  No change of functionality.
104
10525th July 2001  John Allison  (vis-V03-02-07)
106- Improved use of G4PhysicalVolumeModel::CurtailDescent().
107
10815th June 2001  John Allison (vis-V03-01-06)
109- Changed char* to const char* in G4GAGTreeList.hh".
110- Added 2nd template argument (less) to sets in G4ASCIITreeSceneHandler and
111  G4GAGTreeSceneHandler.
112
11315th June 2001  Satoshi Tanaka (vis-V03-01-05)
114- The  first committing of GAGTree driver.
115- Other files are the same as vis-V03-01-04
116 
1175th June 2001  John Allison (vis-V03-01-04)
118- Moved re-useable code from G4ASCIITree to G4VTree.
119
1204th June 2001  John Allison
121- G4ASCIITree: Added logical volume name and solid name and type under
122  verbosity control.
123- Forced culling off so that all volumes are seen, even if "invisible".
124
12525th May 2001  John Allison
126- Bug fix in G4ASCIITree.cc: initialise fVerbosity(0).
127
12824th May 2001  John Allison  (vis-V03-01-03)
129- Added missing files G4ASCIITreeMessenger.hh/cc.
130- Bug fix in G4ASCIITreeMessenger.cc: currentAsDefault = true.
131
13222nd May 2001  John Allison
133- Refined ASCIITree.
134
13510th April 2001  John Allison (vis-V03-01-00)
136- Added first version of ASCIITree to dump geometry hierarchy to
137  standard output as ASCII stream.
138  This requires two new environment variables:
139    G4VIS_BUILD_ASCIITREE_DRIVER
140    G4VIS_USE_ASCIITREE
141  and config-V03-01-00.
142
1435th April 2001  John Allison (vis-V03-01-00)
144- First version of G4VTree and G4ASCIITree.
Note: See TracBrowser for help on using the repository browser.