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

Last change on this file since 1348 was 1348, checked in by garnier, 13 years ago

update

File size: 5.6 KB
Line 
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                      ---------------------
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
2723, December L. Garnier
28- GNUmakefile : Remove OpenGL/Qt stuff from Makefile
29
3013th November 2010  John Allison  (vistree-V09-03-00)
31- Tagged inclusion of CMake stuff.
32
3325th March 2007  John Allison  (vistree-V08-02-01)
34- Removed GAGTree.
35
365th January 2007  John Allison  (vistree-V08-02-00)
37- Bug fix: Format of total mass.
38
3911th December 2006  John Allison
40- Trapped sequential G4PVPlacements.
41
425th November 2006  John Allison  (vistree-V08-01-02)
43- Protected against zero material pointer.
44
451st November 2006  John Allison  (vistree-V08-01-01)
46- G4ASCIITreeSceneHandler.cc: Added printing of material name.
47
483rd July 2006  John Allison  (vistree-V08-01-00)
49- G4ASCIITreeSceneHandler.cc: Layout improvement.
50
514th May 2006  John Allison (vistree-V08-00-04)
52- Improved protection for null models and parameters.
53
5419th 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
5928th March 2006  John Allison (vistree-V08-00-02)
60- Made compatible with modeling-V08-00-05.
61- Migration away from EstablishSpecials mechanism.
62
6314th March 2006  John Allison (vistree-V08-00-01)
64- G4VTree and G4ASCIITree: Minor improvements to readability of code.
65
668th February 2006  John Allison (vistree-V08-00-00)
67- G4ASCIITree: Fixed bug in treatment of repeated replicas.
68
6922nd November 2005  John Allison  (vistree-V07-01-01)
70- Refined guidance and printing.
71
7213th October 2005  John Allison  (vistree-V07-01-00)
73- Fixed bug in mass calculations.
74- Migrated to <sstream>.
75
7622nd September 2004  John Allison  (vistree-V06-02-01)
77- Fixed directory name (trailing /).
78- Fixed memory leak in G4ASCIITreeSceneHandler.
79
8013th 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
946th November 2003  John Allison  (vis-V05-02-03)
95- Improved printing.
96
974th October 2003  Gabriele Cosmo (vis-V05-02-01)
98- Simplified GNUmakefile.
99
10004th 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
10511th December 2002  John Allison  (vis-V04-01-10)
106- Fixed default view parameters (global culling false).
107
10824th August 2001  John Allison  (vis-V03-02-13)
109- Replaced Dump by RequestPrimitives.  No change of functionality.
110
11125th July 2001  John Allison  (vis-V03-02-07)
112- Improved use of G4PhysicalVolumeModel::CurtailDescent().
113
11415th 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
11915th 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 
1235th June 2001  John Allison (vis-V03-01-04)
124- Moved re-useable code from G4ASCIITree to G4VTree.
125
1264th 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
13125th May 2001  John Allison
132- Bug fix in G4ASCIITree.cc: initialise fVerbosity(0).
133
13424th May 2001  John Allison  (vis-V03-01-03)
135- Added missing files G4ASCIITreeMessenger.hh/cc.
136- Bug fix in G4ASCIITreeMessenger.cc: currentAsDefault = true.
137
13822nd May 2001  John Allison
139- Refined ASCIITree.
140
14110th 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
1495th April 2001  John Allison (vis-V03-01-00)
150- First version of G4VTree and G4ASCIITree.
Note: See TracBrowser for help on using the repository browser.