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

Last change on this file since 1347 was 1347, checked in by garnier, 15 years ago

geant4 tag 9.4

File size: 5.5 KB
RevLine 
[1347]1$Id: History,v 1.31 2010/11/13 11:26:01 allison Exp $
[834]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
[1347]2713th November 2010 John Allison (vistree-V09-03-00)
28- Tagged inclusion of CMake stuff.
29
[834]3025th March 2007 John Allison (vistree-V08-02-01)
31- Removed GAGTree.
32
335th January 2007 John Allison (vistree-V08-02-00)
34- Bug fix: Format of total mass.
35
3611th December 2006 John Allison
37- Trapped sequential G4PVPlacements.
38
395th November 2006 John Allison (vistree-V08-01-02)
40- Protected against zero material pointer.
41
421st November 2006 John Allison (vistree-V08-01-01)
43- G4ASCIITreeSceneHandler.cc: Added printing of material name.
44
453rd July 2006 John Allison (vistree-V08-01-00)
46- G4ASCIITreeSceneHandler.cc: Layout improvement.
47
484th May 2006 John Allison (vistree-V08-00-04)
49- Improved protection for null models and parameters.
50
5119th April March 2006 John Allison (vistree-V08-00-03)
52- G4GAGTreeSceneHandler.cc: Migration away from EstablishSpecials mechanism
53 to direct access to G4PhysicalVolumeModel.
54- Replaced previousMotherID == i->rend() that gives problems on VC++ Net 7.1.
55
5628th March 2006 John Allison (vistree-V08-00-02)
57- Made compatible with modeling-V08-00-05.
58- Migration away from EstablishSpecials mechanism.
59
6014th March 2006 John Allison (vistree-V08-00-01)
61- G4VTree and G4ASCIITree: Minor improvements to readability of code.
62
638th February 2006 John Allison (vistree-V08-00-00)
64- G4ASCIITree: Fixed bug in treatment of repeated replicas.
65
6622nd November 2005 John Allison (vistree-V07-01-01)
67- Refined guidance and printing.
68
6913th October 2005 John Allison (vistree-V07-01-00)
70- Fixed bug in mass calculations.
71- Migrated to <sstream>.
72
7322nd September 2004 John Allison (vistree-V06-02-01)
74- Fixed directory name (trailing /).
75- Fixed memory leak in G4ASCIITreeSceneHandler.
76
7713th September 2004 John Allison (vistree-V06-02-00)
78- Improved ASCIITree:
79 verbosity >= 3: prints volume, density of all volumes in hierarchy.
80 verbosity >= 4: calculates the mass of the complete geometry tree taking
81 into account daughters up to the depth specified for each physical
82 volume in the current scene. Culling is ignored so that all volumes
83 are processed. The calculation is quite tricky, since it involves
84 subtracting the mass of that part of the mother that is occupied by
85 each daughter and then adding the mass of the daughter, and so on
86 down the heirarchy. Uses G4PhysicalVolumeMassScene.
87 Added option to write to file (/vis/ASCIITree/set/outFile).
88- Minor changes to comments in header files of G4VTreeScenehandler and
89 G4GAGTreeScenehandler.
90
916th November 2003 John Allison (vis-V05-02-03)
92- Improved printing.
93
944th October 2003 Gabriele Cosmo (vis-V05-02-01)
95- Simplified GNUmakefile.
96
9704th June 2003 Gabriele Cosmo (vistree-V05-01-00)
98- Fixed trivial warning in G4GAGTreeList.hh.
99- Fixes for inclusion of <strstream> in G4GAGTreeSceneHandler.cc
100 in view of the g4std wrappers migration.
101
10211th December 2002 John Allison (vis-V04-01-10)
103- Fixed default view parameters (global culling false).
104
10524th August 2001 John Allison (vis-V03-02-13)
106- Replaced Dump by RequestPrimitives. No change of functionality.
107
10825th July 2001 John Allison (vis-V03-02-07)
109- Improved use of G4PhysicalVolumeModel::CurtailDescent().
110
11115th June 2001 John Allison (vis-V03-01-06)
112- Changed char* to const char* in G4GAGTreeList.hh".
113- Added 2nd template argument (less) to sets in G4ASCIITreeSceneHandler and
114 G4GAGTreeSceneHandler.
115
11615th June 2001 Satoshi Tanaka (vis-V03-01-05)
117- The first committing of GAGTree driver.
118- Other files are the same as vis-V03-01-04
119
1205th June 2001 John Allison (vis-V03-01-04)
121- Moved re-useable code from G4ASCIITree to G4VTree.
122
1234th June 2001 John Allison
124- G4ASCIITree: Added logical volume name and solid name and type under
125 verbosity control.
126- Forced culling off so that all volumes are seen, even if "invisible".
127
12825th May 2001 John Allison
129- Bug fix in G4ASCIITree.cc: initialise fVerbosity(0).
130
13124th May 2001 John Allison (vis-V03-01-03)
132- Added missing files G4ASCIITreeMessenger.hh/cc.
133- Bug fix in G4ASCIITreeMessenger.cc: currentAsDefault = true.
134
13522nd May 2001 John Allison
136- Refined ASCIITree.
137
13810th April 2001 John Allison (vis-V03-01-00)
139- Added first version of ASCIITree to dump geometry hierarchy to
140 standard output as ASCII stream.
141 This requires two new environment variables:
142 G4VIS_BUILD_ASCIITREE_DRIVER
143 G4VIS_USE_ASCIITREE
144 and config-V03-01-00.
145
1465th April 2001 John Allison (vis-V03-01-00)
147- First version of G4VTree and G4ASCIITree.
Note: See TracBrowser for help on using the repository browser.