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

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

geant4 tag 9.4

File size: 17.8 KB
Line 
1.$Id: History,v 1.136 2010/11/07 22:29:30 perl 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     * Reverse chronological order (last date on top), please *
18     ----------------------------------------------------------
19
20History file for visualization/HepRep sub-category
21--------------------------------------------------
22
237th November 2010  Joseph Perl  (vis-HepRep-V09-03-04)
24- G4HepRepFileSceneHandler.hh: Fix coverity warning about uninitialized variables. Turns out they were unneeded.
25
2620th June 2010  Joseph Perl  (vis-HepRep-V09-03-03)
27- G4HepRepMessenger: Correct default of new option renderCylAsPolygons
28
294th June 2010  Joseph Perl  (vis-HepRep-V09-03-02)
30- G4HepRepMessenger: Add command renderCylAsPolygons
31- G4HepRepFileSceneHandler: Use new command
32
3330th May 2010  John Allison  (vis-HepRep-V09-03-00)
34- G4HepRep[File}SceneHandler: Added AddCompound(const G4VDigi&).
35
3622nd November 2009  Joseph Perl  (vis-HepRep-V09-02-03)
37- Changed messenger to a singleton.
38- Added messenger commands to HepRepFile.
39- Render G4Tubs as polygons if G4Tubs is not at a standard angle.
40
4121st October 2009  John Allison  (vis-HepRep-V09-02-02 coworks greps-V09-02-02)
42- Added default AddCompound (const G4THitsMap<G4double>&) methods.
43  o Prevents warnings about hiding - calls G4VSceneHandler base class.
44
458 May 2009  Gabriele Cosmo  (vis-HepRep-V09-02-00)
46- Added inclusion of <cstdio> in DeflateOutputStreamBuffer.h to resolve
47  compilation errors reported by gcc-4.4.0.
48
494 January 2008  John Allison  (vis-HepRep-V09-01-00)
50- Adapted to new BeginPrimitives2D signature.
51
5216 November 2007 Joseph Perl (vis-HepRep-V09-00-01)
53- Adjust geometry hierarchy in G4HepRepFileSceneHandler to accomodate
54  parallel worlds.  Where used to just have world at top of hierarchy,
55  now have world or worlds as one level below top level of geometry.
56- Cleaned up G4HepRepSceneHandler (just removing inaccurate old comment).
57
5822 May 2007 John Allison (vis-HepRep-V08-03-00)
59- Fixed memory leak in G4HepRepFile.
60
6116 November 2006 Joseph Perl (vis-HepRep-V08-01-04)
62- Omit Pos and Aux attributes for hits.
63- Protect against null Region (as in parallel geometries).
64
6514 November 2006 Joseph Perl (vis-HepRep-V08-01-03)
66- Improve handling of Trajectory Points.
67
6813 November 2006 Joseph Perl (vis-HepRep-V08-01-02)
69- Corrected handling of Hits that come via AddSolids.
70
715 November 2006 John Allison  (vis-HepRep-V08-01-01)
72- Protected against zero material pointer.
73- Corrected material pointer - pick up from PVModel instead of logical volume
74  so that it is correct for parameterised volumes.
75
761 November 2006 John Allison  (vis-HepRep-V08-01-00)
77- G4HepRepFileSceneHandler.cc:
78  o Exploit G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::GetNonCulledDepth().
79    (Saves some lines of code.)
80
814 June 2006 Joseph Perl  (vis-HepRep-V08-00-04)
82- G4HepRepFileSceneHandler: Bring trajectory points under control of filtering.
83- G4HepRepFileSceneHandler: Correct direction of G4Cons and G4Tubs.
84- G4HepRepFileSceneHandler: Use GetMarkerSize for marks and text.
85- G4HepRepFileSceneHandler: Apply correct units for Density and Radlen.
86- G4HepRepFileSceneHandler: Use BeginPrimitives2D and EndPrimitives2D to be able to cleanly
87  reject cases that don't apply to HepRep: 3D text and 2D lines and markers.
88- G4HepRepFileSceneHandler: Improve handling for case of culled volumes.
89
902 June 2006 Joseph Perl  (vis-HepRep-V08-00-03)
91- G4HepRepFileSceneHandler: Support 2D Text.
92- G4HepRepFileSceneHandler: Avoid creating Traj or Hit instances if they
93  have no primitives due to filtering.
94- G4HepRepFileSceneHandler: Assign Hits to various HepRepTypes depending on
95  attribute HitType.
96- G4HepRepFileSceneHandler: Support G4VisTrajContext.
97- G4HepRepFileSceneHandler: Include G4Version attribute in HepRep file.
98- G4HepRepFileSceneHandler: Handle Axes and other primitives that are neither
99  transients nor geometry.
100- G4HepRepFileViewer: Call ShowView from destructor to assure file is
101  properly terminated.
102
10322nd May 2006 John Allison (vis-HepRep-V08-00-02)
104- Removed dependency on Run.  (G4HepRepSceneHandler.cc: Version string
105  now obtained directly from G4Version.hh.)
106
1074th May 2006 John Allison (vis-HepRep-V08-00-01)
108- Improved protection for null models and parameters.
109
11019 April 2006 John Allison (vis-HepRep-V08-00-00)
111- G4HepRepSceneHandler and G4HepRepFileSceneHandler: Migrated to direct
112  access to G4PhysicalVolumeModel.
113
11431 October 2005 Mark Donszelmann (vis-HepRep-V07-01-04)
115- Further fix for GEANT-61.
116
11713 October 2005 John Allison (vis-HepRep-V07-01-03)
118- Migrated to <sstream>.
119
12012 October 2005 Mark Donszelmann (vis-HepRep-V07-01-02)
121- Fixed compilation warning on MacOSX
122- Further fix for GEANT-61.
123
12427 September 2005 Mark Donszelmann (vis-HepRep-V07-01-01)
125- Fixed GEANT-61: Cones face wrong way.
126
1274 August 2005 Mark Donszelmann (vis-HepRep-V07-01-00)
128- Fixed GEANT-60: DrawAs value wrong for solids that use Geant4 primitives.
129
13028 June 2005 Gabriele Cosmo (vis-HepRep-V07-00-04)
131- Fixed GNUmakefile to include ZLIB module for DLLs build on Windows.
132
1332 June 2005 Mark Donszelmann (vis-HepRep-V07-00-03)
134- HepRepXML (heprep2) handles: Solids, Attributes on Hits and Tracks.
135- cheprep at 2.0.5, fix for g++ 4.0.
136
1371 June 2005 Joseph Perl
138- For HeRepFile, use attributes from hits.
139
1401 June 2005 Mark Donszelmann (vis-HepRep-V07-00-02)
141- updated documentation.
142
14331 May 2005 Joseph Perl
144- For HeRepFile, use G4AttCheck to standardize attribute units.
145
14630 May 2005 Joseph Perl
147- For HeRepFile, respect Drawing Mode.
148
14930 May 2005 Joseph Perl
150- For HeRepFile, make trajectory color come from visible->GetColour.
151
15228 May 2005 Joseph Perl
153- For HeRepFile, implement G4HEPREPFILE_CULL.
154
15528 May 2005 Joseph Perl
156- For HeRepFile, correct heprep xmlns reference.
157
15825 May 2005 Joseph Perl
159- For HeRepFile, allow user to specify output directory, filename
160  and whether to overwrite.
161
16225 May 2005 Mark Donszelmann (vis-HepRep-V07-00-01 against geant4-07-00-ref-03)
163- optionally needs externals/zlib (vis-zlib-V07-00-00)
164- HEPREP at version 2.0.1
165- cheprep at version 2.0.4
166- Added writing an EOF marker for each binary HepRep file.
167- Added version files to the copied filesets from FreeHEP.
168
16924 May 2005 Joseph Perl
170- Improve handling of solids (in HepRepFile).
171
17216 May 2005 Mark Donszelmann
173- Fixed problems with sequential heprep files, gz files,
174  too much info in the heprep file and some compilation mistakes.
175
17612 May 2005 Mark Donszelmann
177- Renamed zconf.h, zlib.h and zutil.h back into their old names.
178- Removed -DZ_PREFIX from the zlib compilation step.
179- Added G4LIB_BUILD_ZLIB for building zlib and G4LIB_USE_ZLIB for using zlib.
180- Removed all files belonging to zipios++ from include and src.
181- Removed all files from the ref include directory.
182- Moved zlib to the externals/zlib package.
183- Added cheprep src and include files and changed GNUmakefile.
184
1853 May 2005 Mark Donszelmann
186- Removed the following zlib and zipios files which are not necessary for writing
187  zip or gz files: include/zipios++/basicentry.h, include/zipios++/collcoll.h,
188  include/zipios++/dircoll.h, include/zipios++/filepath.h,
189  include/zipios++/filterinputstreambuf.h, include/zipios++/inflateinputstreambuf.h,
190  include/zipios++/zipfile.h, include/zipios++/zipinputstream.h,
191  include/zipios++/zipinputstreambuf.h,
192  include/zlib/inffast.h, include/zlib/inffixed.h, include/zlib/inflate.h,
193  include/zlib/inftrees.h, src/basicentry.cc, src/collcoll.cc, src/filepath.cc,
194  src/filterinputstreambuf.cc, src/infback.cc, src/inffast.cc, src/inflate.cc,
195  src/inflateinputstreambuf.cc, src/inftrees.cc, src/uncompr.cc, src/zipfile.cc,
196  src/zipinputstream.cc, src/zipinputstreambuf.cc
197
19816 February 2005 Mark Donszelmann (vis-HepRep-V07-00-00 against geant4-07-00-ref-00)
199- Fix for g++ compiler 2.95.2 on Linux.
200
20122 November 2004 Mark Donszelmann (vis-HepRep-V06-02-02 against geant4-06-02-ref)
202- Upgraded to latest version C++ HepRep driver from FreeHEP.
203- Fixed GEANT-51, upgrade zlib to version 1.2.2 (for AMD64 compatibility).
204
20522 August 2004 Mark Donszelmann (vis-HepRep-V06-02-01)
206- Fixed a compilation problem in zlib for AMD64, reported by Peter Niessen.
207
20817 June 2004 Mark Donszelmann (vis-HepRep-V06-01-05 against geant4-06-02-cand-02)
209- Fixed GEANT-50:
210  - Renamed zlib prefix from z_ to heprep_z_
211  - Added symbol z_errmsg to list for renaming to avoid conflicts with other
212    programs who contain a copy of zlib (such as Root).
213 
2144 June 2004 Mark Donszelmann (vis-HepRep-V06-01-04 against geant4-06-01-ref-02)
215- Fixed compilation problem with G4RunManagerKernel
216
21727 May 2004 Joseph Perl (vis-HepRep-V06-01-02)
218- Added attributes for Region and Root Region to both HepRep drivers.
219
22027 May 2004 Mark Donszelmann (vis-HepRep-V06-01-01)
221- Fixed GEANT17: geometry files can be written separately.
222- Updated README with instructions
223  see http://bugs.freehep.org/secure/BrowseProject.jspa?id=10041
224
22526 May 2004 Mark Donszelmann (vis-HepRep-V06-01-00)
226- Fixed GEANT-47: Added initial viewpoint settings and a command to set the
227  coordinate system.
228- Fixed GEANT-41: copied new interfaces for HepRep, which uses fewer pointers,
229  see http://bugs.freehep.org/secure/BrowseProject.jspa?id=10041
230
23114 March 2004 Joseph Perl (vis-HepRep-V06-00-06)
232- HepRepFile handle duplicate ShowView.
233- HepRepFile improve layering and hierarchy for hits.
234
2351 March 2004 Mark Donszelmann (vis-HepRep-V06-00-05)
236- Fixed compilation warnings for the Linux-icc (8.0) compiler.
237
23818 February 2004 Mark Donszelmann
239- Removed appendzip.cc file, since it is strictly not necessary.
240
24112 Febryary 2004 Mark Donszelmann
242- GEANT-42: Renamed the HepRep schema locator to
243  http://java.freehep.org/schemas/heprep/2.0
244 
2455 February 2004 Mark Donszelmann (vis-HepRep-V06-00-04)
246- Fixed compilation problems for the Linux-icc (7.0) compiler.
247
2483 February 2004 Mark Donszelmann (vis-HepRep-V06-00-03)
249- Further fix to GEANT-40, renamed zutil.h, zlib.h and zconf.h
250  into HepRep-zutil.h, ... to avoid conflicts with those files
251  on Unix systems if /usr/include or /usr/local/include is
252  on the include search path.
253
25428 January 2004 Mark Donszelmann (vis-HepRep-V06-00-01)
255- Attempted to fix GEANT-40. For some unclear reason the symbols zcalloc and zcfree
256  of the zlib library were being called as C++ mangled names.
257  To get rid of the situation of a mix of C++ and C names, we took
258  out the 'extern "C"' declarations from our zlib.h and zutil.h.
259  All names are C++ mangled now.
260
26111 December 2003 Mark Donszelmann
262- Removed the HepRep2 driver from FreeHEP, so the HepRep2 sources now live
263  in this directory. Modified the copyfreehep scripts, and the READMEs.
264  Re-added the cvs expand keywords to show revision and tagname.
265
26605 December 2003 Joseph Perl (vis-HepRep-V05-02-09)
267- Fix bug with CalHits by moving faces to separate HepRepType
268
26919 November 2003 Joseph Perl (vis-HepRep-V05-02-07)
270- Set two additional attributes to get correct pick response within client,
271  PickParent and ShowParentAttributes.
272  Fixes GEANT-38
273
27417 November 2003 Mark Donszelmann (vis-HepRep-V05-02-06)
275- Removed dependency on sstream which made compilation fail on Linux-g++2.95.2
276  and on Solaris 5.2.
277- Added flags for zipios++ to compile OutputStringStream using sstream only on
278  g++ 3.x (Linux/MacOS X) and on WIN32.
279- Added include to OutputStringStream.h to make it work on Solaris.
280- Removed our own sstream since it is no longer used.
281- Fixed GEANT-34 
282 
28314 November 2003 Mark Donszelmann
284- Fixed GEANT-25, GEANT-35 and GEANT-36 (vis-HepRep-V05-02-05)
285  see http://bugs.freehep.org/secure/BrowseProject.jspa?id=10041
286
28714 November 2003 Joseph Perl
288- Fixed GEANT-30
289
29014 November 2003 Mark Donszelmann and Joseph Perl (vis-HepRep-05-02-03)
291- Fixed GEANT-32
292
29313 November 2003 Mark Donszelmann
294- Fixed GEANT-29, GEANT-33
295
29612 November 2003 Joseph Perl
297- Added G4HepRepFileSceneHandler::ClearTransientStore to make geometry
298  be properly included with each event of a /run/beamOn n.
299
30012 November 2003 Mark Donszelmann
301- Fixed GEANT-18, GEANT-19, GEANT-28
302
30311 November 2003 Mark Donszelmann
304- Fixed GEANT-23, GEANT-26, GEANT-27
305
30610 November 2003 Mark Donszelmann
307- Fixed GEANT-22, GEANT-24
308
3096 November 2003 Mark Donszelmann
310- Fixed GEANT-14, GEANT-20
311
3125 November 2003 Mark Donszelmann
313- Fixed GEANT-16
314
3154 November 2003 Mark Donszelmann
316- Fixed GEANT-15
317
31830 October 2003 Mark Donszelmann
319- Fixed GEANT-10, WIRED-170
320
32128 October 2003 Mark Donszelmann
322- Several fixes (GEANT-11, GEANT-12, GEANT-3 and GEANT-13)
323 
32424 October 2003 Mark Donszelmann
325- Several fixes (GEANT-2, GEANT-4, GEANT-8 and GEANT-9)
326
32722 October 2003 Mark Donszelmann
328- Added latest HepRep2 driver.
329
33012th July 2003 Mark Donszelmann
331- Renamed XMLHepRepWriter to G4HepRepFileXMLWriter and moved its header to include.
332  Fixed initialization of some variabled in G4HepRep and G4HepRepSceneHandler, found
333  by valgrind. Removed dependency in gzio.cc of fdopen (platform specific).
334
33511th July 2003 Mark Donszelmann
336- Removed the HepRepStreamer and replaced it by a fully functional HepRep implementation
337  in C++. Added compression using ZLIB and ZIPIOS++. Moved private header files to
338  subdirectories of include so that they do not get copied by the "gmake includes"
339  command.
340  The current HepRep files are invalid, but we first need to get rid of some memory
341  leaks, using Linux, so we check this in.
342
34330th May 2003  John Allison
344- Eliminated pedantic warnings at head (johna-030530) and on
345  geant4-05-01-ref-02 (vis-V05-00-02).
346
34729th May 2003 Mark Donszelmann and Joseph Perl (mark-joseph-050329)
348- Modified G4HepRepSceneHandler (HEPREP2) to write more complete heprep, including
349  attributes.
350- Copied new Streamer from FREEHEP library.
351
35228th February 2003  Joseph Perl
353- Modified G4HepRepFileSceneHandler to allow some volumes to be initially invisible.
354
35524th January 2003  Joseph Perl
356- Modified G4HepRepFileSceneHandler:AddThis (const G4VTrajectory& traj)
357  to incorporate G4Attributes into the HepRep1 file.
358- Moved some of HepRepXMLWriter's warning messages into ifdef debug blocks.
359
36011th December 2002  John Allison  (vis-V04-01-10)
361- Fixed default view parameters (global culling false).
362
3639th December 2002 Mark Donszelmann
364- Fixed bug that files were left open. Will close now, apart from stdin/stderr
365- Fixed color call not to use array creation.
366- Fixed HepRep standard (reader related), G4 is a writer.
367- Fixed include file now to only include HepRep.h (which includes all others)
368
3693rd December 2002 Mark Donszelmann
370- Fixed bug that XML Output can be routed to stdout or stderr.
371
37227th November 2002 Mark Donszelmann
373- Fixed core dump (Solaris) if open HepRepXML and closed it w/o writing anything
374
37527th November 2002  John Allison  (vis-V04-01-08)
376- Changed mickname of HepRep to HepRepXML.
377- Fixed description of HepRepFile.
378
37926th November 2002 Mark Donszelmann
380- Fixed FillStyle, LineStyle, LineWidth, HasFrame and Symbol Names
381- Fixed parent-child relationship  for calorimeter hits
382- Fixed material state number, now a string
383- Fixed fillColor to be equal to color
384
38525th November 2002 Mark Donszelmann
386- Fixed HepRep1 warnings in HepRepFileSceneHandler
387- Fixed HepRep2 radius of markers to be non-zero
388- Fixed HepRep2 attributes some of which had wrong names, especially the markers
389- Fixed HepRep2 filename to have sequence number
390
39113th November 2002 Mark Donszelmann
392- Added HepRep2 Driver
393
3944th February 2002  Joseph Perl  (vis-V04-00-01)
395- Check for missing hierarchy layers in HepRepXMLWriter.
396  (Not strictly needed since have a culled layer check in SceneHandler,
397  but may be useful in other applications of HepRepXMLWriter).
398
3993rd February 2002  Joseph Perl
400- Detect transient data by testing for
401  !fpCurrentPV || fReadyForTransients
402  rather than just fReadyForTransients
403
4041st February 2002  Joseph Perl
405- Defer file opening until first real HepRepType is to be written.
406- Moved HepRep code from AddThis to AddPrimitive.
407- Add additional levels to hierarchy if any appear to have been
408  removed by culling.
409- Add visibility attribute.
410
41129th January 2002  Joseph Perl
412- Relocate file-opening logic to constructor and ShowView
413  (had been in SetView).
414
41528th January 2002  Joseph Perl
416- Produce hierarchical output rather than flat HepRepType structure.
417- Handle trajectories as well as detector geometry.
418- Output files now named G4Data<n>.heprep where n increments with each open.
419
42019th November 2001  John Allison  (vis-V03-02-19)
421- Added G4HEPREPFILEDEBUG to control debug code.
422- Changed <fstream.h> to "g4std/fstream".
423- Changed cout to G4cout, endl to G4endl.
424- Changed G4HepRep.xml to G4HepRepFile.xml in hepRepXMLWriter->open("..."");
425
4268th November 2001  Joseph Perl
427- HepRep Type names now come from Physical Volume names.
428- Added many HepRep Attributes for other volume properties.
429
4306th November 2001  John Allison  (HepRep-pure-C++-1st-version)
431- Removed HepRep files G4HepRep.hh, G4HepRepSceneHandler.hh,
432  G4HepRepViewer.hh, G4HepRep.cc, G4HepRepSceneHandler.cc and
433  G4HepRepViewer.cc (recoverable with tag HepRep-Java-version).
434- Added HepRepFile from version of 27th September 2001  Joseph Perl.
435  First pure C++ version (eliminates need for Java jni or freehep).
436  Named as HepRepFile rather than HepRep.
437- GNUmakefile: removed CPPFLAGS += -DHEPREP and CPPFLAGS += -DDEBUG.
438- README: completely re-written for HepRepFile.
439
4406th November 2001  John Allison  (HepRep-Java-version)
441- Tagged before major revision.
442
4434th September 2001  Joseph Perl
444- minor improvements to README.
445
44626th August 2001  Joseph Perl
447- handle PolyHedron.getNoFacets()==0 and improve README.
448
44924th August 2001  Joseph Perl  (vis-V03-02-13-00)
450- First version of HepRep Graphics Driver
Note: See TracBrowser for help on using the repository browser.