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

Last change on this file since 1290 was 1228, checked in by garnier, 14 years ago

update geant4.9.3 tag

File size: 17.3 KB
Line 
1.$Id: History,v 1.132 2009/11/23 05:42:28 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
2322nd November 2009  Joseph Perl  (vis-HepRep-V09-02-03)
24- Changed messenger to a singleton.
25- Added messenger commands to HepRepFile.
26- Render G4Tubs as polygons if G4Tubs is not at a standard angle.
27
2821st October 2009  John Allison  (vis-HepRep-V09-02-02 coworks greps-V09-02-02)
29- Added default AddCompound (const G4THitsMap<G4double>&) methods.
30  o Prevents warnings about hiding - calls G4VSceneHandler base class.
31
328 May 2009  Gabriele Cosmo  (vis-HepRep-V09-02-00)
33- Added inclusion of <cstdio> in DeflateOutputStreamBuffer.h to resolve
34  compilation errors reported by gcc-4.4.0.
35
364 January 2008  John Allison  (vis-HepRep-V09-01-00)
37- Adapted to new BeginPrimitives2D signature.
38
3916 November 2007 Joseph Perl (vis-HepRep-V09-00-01)
40- Adjust geometry hierarchy in G4HepRepFileSceneHandler to accomodate
41  parallel worlds.  Where used to just have world at top of hierarchy,
42  now have world or worlds as one level below top level of geometry.
43- Cleaned up G4HepRepSceneHandler (just removing inaccurate old comment).
44
4522 May 2007 John Allison (vis-HepRep-V08-03-00)
46- Fixed memory leak in G4HepRepFile.
47
4816 November 2006 Joseph Perl (vis-HepRep-V08-01-04)
49- Omit Pos and Aux attributes for hits.
50- Protect against null Region (as in parallel geometries).
51
5214 November 2006 Joseph Perl (vis-HepRep-V08-01-03)
53- Improve handling of Trajectory Points.
54
5513 November 2006 Joseph Perl (vis-HepRep-V08-01-02)
56- Corrected handling of Hits that come via AddSolids.
57
585 November 2006 John Allison  (vis-HepRep-V08-01-01)
59- Protected against zero material pointer.
60- Corrected material pointer - pick up from PVModel instead of logical volume
61  so that it is correct for parameterised volumes.
62
631 November 2006 John Allison  (vis-HepRep-V08-01-00)
64- G4HepRepFileSceneHandler.cc:
65  o Exploit G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::GetNonCulledDepth().
66    (Saves some lines of code.)
67
684 June 2006 Joseph Perl  (vis-HepRep-V08-00-04)
69- G4HepRepFileSceneHandler: Bring trajectory points under control of filtering.
70- G4HepRepFileSceneHandler: Correct direction of G4Cons and G4Tubs.
71- G4HepRepFileSceneHandler: Use GetMarkerSize for marks and text.
72- G4HepRepFileSceneHandler: Apply correct units for Density and Radlen.
73- G4HepRepFileSceneHandler: Use BeginPrimitives2D and EndPrimitives2D to be able to cleanly
74  reject cases that don't apply to HepRep: 3D text and 2D lines and markers.
75- G4HepRepFileSceneHandler: Improve handling for case of culled volumes.
76
772 June 2006 Joseph Perl  (vis-HepRep-V08-00-03)
78- G4HepRepFileSceneHandler: Support 2D Text.
79- G4HepRepFileSceneHandler: Avoid creating Traj or Hit instances if they
80  have no primitives due to filtering.
81- G4HepRepFileSceneHandler: Assign Hits to various HepRepTypes depending on
82  attribute HitType.
83- G4HepRepFileSceneHandler: Support G4VisTrajContext.
84- G4HepRepFileSceneHandler: Include G4Version attribute in HepRep file.
85- G4HepRepFileSceneHandler: Handle Axes and other primitives that are neither
86  transients nor geometry.
87- G4HepRepFileViewer: Call ShowView from destructor to assure file is
88  properly terminated.
89
9022nd May 2006 John Allison (vis-HepRep-V08-00-02)
91- Removed dependency on Run.  (G4HepRepSceneHandler.cc: Version string
92  now obtained directly from G4Version.hh.)
93
944th May 2006 John Allison (vis-HepRep-V08-00-01)
95- Improved protection for null models and parameters.
96
9719 April 2006 John Allison (vis-HepRep-V08-00-00)
98- G4HepRepSceneHandler and G4HepRepFileSceneHandler: Migrated to direct
99  access to G4PhysicalVolumeModel.
100
10131 October 2005 Mark Donszelmann (vis-HepRep-V07-01-04)
102- Further fix for GEANT-61.
103
10413 October 2005 John Allison (vis-HepRep-V07-01-03)
105- Migrated to <sstream>.
106
10712 October 2005 Mark Donszelmann (vis-HepRep-V07-01-02)
108- Fixed compilation warning on MacOSX
109- Further fix for GEANT-61.
110
11127 September 2005 Mark Donszelmann (vis-HepRep-V07-01-01)
112- Fixed GEANT-61: Cones face wrong way.
113
1144 August 2005 Mark Donszelmann (vis-HepRep-V07-01-00)
115- Fixed GEANT-60: DrawAs value wrong for solids that use Geant4 primitives.
116
11728 June 2005 Gabriele Cosmo (vis-HepRep-V07-00-04)
118- Fixed GNUmakefile to include ZLIB module for DLLs build on Windows.
119
1202 June 2005 Mark Donszelmann (vis-HepRep-V07-00-03)
121- HepRepXML (heprep2) handles: Solids, Attributes on Hits and Tracks.
122- cheprep at 2.0.5, fix for g++ 4.0.
123
1241 June 2005 Joseph Perl
125- For HeRepFile, use attributes from hits.
126
1271 June 2005 Mark Donszelmann (vis-HepRep-V07-00-02)
128- updated documentation.
129
13031 May 2005 Joseph Perl
131- For HeRepFile, use G4AttCheck to standardize attribute units.
132
13330 May 2005 Joseph Perl
134- For HeRepFile, respect Drawing Mode.
135
13630 May 2005 Joseph Perl
137- For HeRepFile, make trajectory color come from visible->GetColour.
138
13928 May 2005 Joseph Perl
140- For HeRepFile, implement G4HEPREPFILE_CULL.
141
14228 May 2005 Joseph Perl
143- For HeRepFile, correct heprep xmlns reference.
144
14525 May 2005 Joseph Perl
146- For HeRepFile, allow user to specify output directory, filename
147  and whether to overwrite.
148
14925 May 2005 Mark Donszelmann (vis-HepRep-V07-00-01 against geant4-07-00-ref-03)
150- optionally needs externals/zlib (vis-zlib-V07-00-00)
151- HEPREP at version 2.0.1
152- cheprep at version 2.0.4
153- Added writing an EOF marker for each binary HepRep file.
154- Added version files to the copied filesets from FreeHEP.
155
15624 May 2005 Joseph Perl
157- Improve handling of solids (in HepRepFile).
158
15916 May 2005 Mark Donszelmann
160- Fixed problems with sequential heprep files, gz files,
161  too much info in the heprep file and some compilation mistakes.
162
16312 May 2005 Mark Donszelmann
164- Renamed zconf.h, zlib.h and zutil.h back into their old names.
165- Removed -DZ_PREFIX from the zlib compilation step.
166- Added G4LIB_BUILD_ZLIB for building zlib and G4LIB_USE_ZLIB for using zlib.
167- Removed all files belonging to zipios++ from include and src.
168- Removed all files from the ref include directory.
169- Moved zlib to the externals/zlib package.
170- Added cheprep src and include files and changed GNUmakefile.
171
1723 May 2005 Mark Donszelmann
173- Removed the following zlib and zipios files which are not necessary for writing
174  zip or gz files: include/zipios++/basicentry.h, include/zipios++/collcoll.h,
175  include/zipios++/dircoll.h, include/zipios++/filepath.h,
176  include/zipios++/filterinputstreambuf.h, include/zipios++/inflateinputstreambuf.h,
177  include/zipios++/zipfile.h, include/zipios++/zipinputstream.h,
178  include/zipios++/zipinputstreambuf.h,
179  include/zlib/inffast.h, include/zlib/inffixed.h, include/zlib/inflate.h,
180  include/zlib/inftrees.h, src/basicentry.cc, src/collcoll.cc, src/filepath.cc,
181  src/filterinputstreambuf.cc, src/infback.cc, src/inffast.cc, src/inflate.cc,
182  src/inflateinputstreambuf.cc, src/inftrees.cc, src/uncompr.cc, src/zipfile.cc,
183  src/zipinputstream.cc, src/zipinputstreambuf.cc
184
18516 February 2005 Mark Donszelmann (vis-HepRep-V07-00-00 against geant4-07-00-ref-00)
186- Fix for g++ compiler 2.95.2 on Linux.
187
18822 November 2004 Mark Donszelmann (vis-HepRep-V06-02-02 against geant4-06-02-ref)
189- Upgraded to latest version C++ HepRep driver from FreeHEP.
190- Fixed GEANT-51, upgrade zlib to version 1.2.2 (for AMD64 compatibility).
191
19222 August 2004 Mark Donszelmann (vis-HepRep-V06-02-01)
193- Fixed a compilation problem in zlib for AMD64, reported by Peter Niessen.
194
19517 June 2004 Mark Donszelmann (vis-HepRep-V06-01-05 against geant4-06-02-cand-02)
196- Fixed GEANT-50:
197  - Renamed zlib prefix from z_ to heprep_z_
198  - Added symbol z_errmsg to list for renaming to avoid conflicts with other
199    programs who contain a copy of zlib (such as Root).
200 
2014 June 2004 Mark Donszelmann (vis-HepRep-V06-01-04 against geant4-06-01-ref-02)
202- Fixed compilation problem with G4RunManagerKernel
203
20427 May 2004 Joseph Perl (vis-HepRep-V06-01-02)
205- Added attributes for Region and Root Region to both HepRep drivers.
206
20727 May 2004 Mark Donszelmann (vis-HepRep-V06-01-01)
208- Fixed GEANT17: geometry files can be written separately.
209- Updated README with instructions
210  see http://bugs.freehep.org/secure/BrowseProject.jspa?id=10041
211
21226 May 2004 Mark Donszelmann (vis-HepRep-V06-01-00)
213- Fixed GEANT-47: Added initial viewpoint settings and a command to set the
214  coordinate system.
215- Fixed GEANT-41: copied new interfaces for HepRep, which uses fewer pointers,
216  see http://bugs.freehep.org/secure/BrowseProject.jspa?id=10041
217
21814 March 2004 Joseph Perl (vis-HepRep-V06-00-06)
219- HepRepFile handle duplicate ShowView.
220- HepRepFile improve layering and hierarchy for hits.
221
2221 March 2004 Mark Donszelmann (vis-HepRep-V06-00-05)
223- Fixed compilation warnings for the Linux-icc (8.0) compiler.
224
22518 February 2004 Mark Donszelmann
226- Removed appendzip.cc file, since it is strictly not necessary.
227
22812 Febryary 2004 Mark Donszelmann
229- GEANT-42: Renamed the HepRep schema locator to
230  http://java.freehep.org/schemas/heprep/2.0
231 
2325 February 2004 Mark Donszelmann (vis-HepRep-V06-00-04)
233- Fixed compilation problems for the Linux-icc (7.0) compiler.
234
2353 February 2004 Mark Donszelmann (vis-HepRep-V06-00-03)
236- Further fix to GEANT-40, renamed zutil.h, zlib.h and zconf.h
237  into HepRep-zutil.h, ... to avoid conflicts with those files
238  on Unix systems if /usr/include or /usr/local/include is
239  on the include search path.
240
24128 January 2004 Mark Donszelmann (vis-HepRep-V06-00-01)
242- Attempted to fix GEANT-40. For some unclear reason the symbols zcalloc and zcfree
243  of the zlib library were being called as C++ mangled names.
244  To get rid of the situation of a mix of C++ and C names, we took
245  out the 'extern "C"' declarations from our zlib.h and zutil.h.
246  All names are C++ mangled now.
247
24811 December 2003 Mark Donszelmann
249- Removed the HepRep2 driver from FreeHEP, so the HepRep2 sources now live
250  in this directory. Modified the copyfreehep scripts, and the READMEs.
251  Re-added the cvs expand keywords to show revision and tagname.
252
25305 December 2003 Joseph Perl (vis-HepRep-V05-02-09)
254- Fix bug with CalHits by moving faces to separate HepRepType
255
25619 November 2003 Joseph Perl (vis-HepRep-V05-02-07)
257- Set two additional attributes to get correct pick response within client,
258  PickParent and ShowParentAttributes.
259  Fixes GEANT-38
260
26117 November 2003 Mark Donszelmann (vis-HepRep-V05-02-06)
262- Removed dependency on sstream which made compilation fail on Linux-g++2.95.2
263  and on Solaris 5.2.
264- Added flags for zipios++ to compile OutputStringStream using sstream only on
265  g++ 3.x (Linux/MacOS X) and on WIN32.
266- Added include to OutputStringStream.h to make it work on Solaris.
267- Removed our own sstream since it is no longer used.
268- Fixed GEANT-34 
269 
27014 November 2003 Mark Donszelmann
271- Fixed GEANT-25, GEANT-35 and GEANT-36 (vis-HepRep-V05-02-05)
272  see http://bugs.freehep.org/secure/BrowseProject.jspa?id=10041
273
27414 November 2003 Joseph Perl
275- Fixed GEANT-30
276
27714 November 2003 Mark Donszelmann and Joseph Perl (vis-HepRep-05-02-03)
278- Fixed GEANT-32
279
28013 November 2003 Mark Donszelmann
281- Fixed GEANT-29, GEANT-33
282
28312 November 2003 Joseph Perl
284- Added G4HepRepFileSceneHandler::ClearTransientStore to make geometry
285  be properly included with each event of a /run/beamOn n.
286
28712 November 2003 Mark Donszelmann
288- Fixed GEANT-18, GEANT-19, GEANT-28
289
29011 November 2003 Mark Donszelmann
291- Fixed GEANT-23, GEANT-26, GEANT-27
292
29310 November 2003 Mark Donszelmann
294- Fixed GEANT-22, GEANT-24
295
2966 November 2003 Mark Donszelmann
297- Fixed GEANT-14, GEANT-20
298
2995 November 2003 Mark Donszelmann
300- Fixed GEANT-16
301
3024 November 2003 Mark Donszelmann
303- Fixed GEANT-15
304
30530 October 2003 Mark Donszelmann
306- Fixed GEANT-10, WIRED-170
307
30828 October 2003 Mark Donszelmann
309- Several fixes (GEANT-11, GEANT-12, GEANT-3 and GEANT-13)
310 
31124 October 2003 Mark Donszelmann
312- Several fixes (GEANT-2, GEANT-4, GEANT-8 and GEANT-9)
313
31422 October 2003 Mark Donszelmann
315- Added latest HepRep2 driver.
316
31712th July 2003 Mark Donszelmann
318- Renamed XMLHepRepWriter to G4HepRepFileXMLWriter and moved its header to include.
319  Fixed initialization of some variabled in G4HepRep and G4HepRepSceneHandler, found
320  by valgrind. Removed dependency in gzio.cc of fdopen (platform specific).
321
32211th July 2003 Mark Donszelmann
323- Removed the HepRepStreamer and replaced it by a fully functional HepRep implementation
324  in C++. Added compression using ZLIB and ZIPIOS++. Moved private header files to
325  subdirectories of include so that they do not get copied by the "gmake includes"
326  command.
327  The current HepRep files are invalid, but we first need to get rid of some memory
328  leaks, using Linux, so we check this in.
329
33030th May 2003  John Allison
331- Eliminated pedantic warnings at head (johna-030530) and on
332  geant4-05-01-ref-02 (vis-V05-00-02).
333
33429th May 2003 Mark Donszelmann and Joseph Perl (mark-joseph-050329)
335- Modified G4HepRepSceneHandler (HEPREP2) to write more complete heprep, including
336  attributes.
337- Copied new Streamer from FREEHEP library.
338
33928th February 2003  Joseph Perl
340- Modified G4HepRepFileSceneHandler to allow some volumes to be initially invisible.
341
34224th January 2003  Joseph Perl
343- Modified G4HepRepFileSceneHandler:AddThis (const G4VTrajectory& traj)
344  to incorporate G4Attributes into the HepRep1 file.
345- Moved some of HepRepXMLWriter's warning messages into ifdef debug blocks.
346
34711th December 2002  John Allison  (vis-V04-01-10)
348- Fixed default view parameters (global culling false).
349
3509th December 2002 Mark Donszelmann
351- Fixed bug that files were left open. Will close now, apart from stdin/stderr
352- Fixed color call not to use array creation.
353- Fixed HepRep standard (reader related), G4 is a writer.
354- Fixed include file now to only include HepRep.h (which includes all others)
355
3563rd December 2002 Mark Donszelmann
357- Fixed bug that XML Output can be routed to stdout or stderr.
358
35927th November 2002 Mark Donszelmann
360- Fixed core dump (Solaris) if open HepRepXML and closed it w/o writing anything
361
36227th November 2002  John Allison  (vis-V04-01-08)
363- Changed mickname of HepRep to HepRepXML.
364- Fixed description of HepRepFile.
365
36626th November 2002 Mark Donszelmann
367- Fixed FillStyle, LineStyle, LineWidth, HasFrame and Symbol Names
368- Fixed parent-child relationship  for calorimeter hits
369- Fixed material state number, now a string
370- Fixed fillColor to be equal to color
371
37225th November 2002 Mark Donszelmann
373- Fixed HepRep1 warnings in HepRepFileSceneHandler
374- Fixed HepRep2 radius of markers to be non-zero
375- Fixed HepRep2 attributes some of which had wrong names, especially the markers
376- Fixed HepRep2 filename to have sequence number
377
37813th November 2002 Mark Donszelmann
379- Added HepRep2 Driver
380
3814th February 2002  Joseph Perl  (vis-V04-00-01)
382- Check for missing hierarchy layers in HepRepXMLWriter.
383  (Not strictly needed since have a culled layer check in SceneHandler,
384  but may be useful in other applications of HepRepXMLWriter).
385
3863rd February 2002  Joseph Perl
387- Detect transient data by testing for
388  !fpCurrentPV || fReadyForTransients
389  rather than just fReadyForTransients
390
3911st February 2002  Joseph Perl
392- Defer file opening until first real HepRepType is to be written.
393- Moved HepRep code from AddThis to AddPrimitive.
394- Add additional levels to hierarchy if any appear to have been
395  removed by culling.
396- Add visibility attribute.
397
39829th January 2002  Joseph Perl
399- Relocate file-opening logic to constructor and ShowView
400  (had been in SetView).
401
40228th January 2002  Joseph Perl
403- Produce hierarchical output rather than flat HepRepType structure.
404- Handle trajectories as well as detector geometry.
405- Output files now named G4Data<n>.heprep where n increments with each open.
406
40719th November 2001  John Allison  (vis-V03-02-19)
408- Added G4HEPREPFILEDEBUG to control debug code.
409- Changed <fstream.h> to "g4std/fstream".
410- Changed cout to G4cout, endl to G4endl.
411- Changed G4HepRep.xml to G4HepRepFile.xml in hepRepXMLWriter->open("..."");
412
4138th November 2001  Joseph Perl
414- HepRep Type names now come from Physical Volume names.
415- Added many HepRep Attributes for other volume properties.
416
4176th November 2001  John Allison  (HepRep-pure-C++-1st-version)
418- Removed HepRep files G4HepRep.hh, G4HepRepSceneHandler.hh,
419  G4HepRepViewer.hh, G4HepRep.cc, G4HepRepSceneHandler.cc and
420  G4HepRepViewer.cc (recoverable with tag HepRep-Java-version).
421- Added HepRepFile from version of 27th September 2001  Joseph Perl.
422  First pure C++ version (eliminates need for Java jni or freehep).
423  Named as HepRepFile rather than HepRep.
424- GNUmakefile: removed CPPFLAGS += -DHEPREP and CPPFLAGS += -DDEBUG.
425- README: completely re-written for HepRepFile.
426
4276th November 2001  John Allison  (HepRep-Java-version)
428- Tagged before major revision.
429
4304th September 2001  Joseph Perl
431- minor improvements to README.
432
43326th August 2001  Joseph Perl
434- handle PolyHedron.getNoFacets()==0 and improve README.
435
43624th August 2001  Joseph Perl  (vis-V03-02-13-00)
437- First version of HepRep Graphics Driver
Note: See TracBrowser for help on using the repository browser.