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

Last change on this file since 1346 was 1337, checked in by garnier, 14 years ago

tag geant4.9.4 beta 1 + modifs locales

File size: 17.7 KB
Line 
1.$Id: History,v 1.135 2010/06/21 04:43:07 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
2320th June 2010  Joseph Perl  (vis-HepRep-V09-03-03)
24- G4HepRepMessenger: Correct default of new option renderCylAsPolygons
25
264th June 2010  Joseph Perl  (vis-HepRep-V09-03-02)
27- G4HepRepMessenger: Add command renderCylAsPolygons
28- G4HepRepFileSceneHandler: Use new command
29
3030th May 2010  John Allison  (vis-HepRep-V09-03-00)
31- G4HepRep[File}SceneHandler: Added AddCompound(const G4VDigi&).
32
3322nd November 2009  Joseph Perl  (vis-HepRep-V09-02-03)
34- Changed messenger to a singleton.
35- Added messenger commands to HepRepFile.
36- Render G4Tubs as polygons if G4Tubs is not at a standard angle.
37
3821st October 2009  John Allison  (vis-HepRep-V09-02-02 coworks greps-V09-02-02)
39- Added default AddCompound (const G4THitsMap<G4double>&) methods.
40  o Prevents warnings about hiding - calls G4VSceneHandler base class.
41
428 May 2009  Gabriele Cosmo  (vis-HepRep-V09-02-00)
43- Added inclusion of <cstdio> in DeflateOutputStreamBuffer.h to resolve
44  compilation errors reported by gcc-4.4.0.
45
464 January 2008  John Allison  (vis-HepRep-V09-01-00)
47- Adapted to new BeginPrimitives2D signature.
48
4916 November 2007 Joseph Perl (vis-HepRep-V09-00-01)
50- Adjust geometry hierarchy in G4HepRepFileSceneHandler to accomodate
51  parallel worlds.  Where used to just have world at top of hierarchy,
52  now have world or worlds as one level below top level of geometry.
53- Cleaned up G4HepRepSceneHandler (just removing inaccurate old comment).
54
5522 May 2007 John Allison (vis-HepRep-V08-03-00)
56- Fixed memory leak in G4HepRepFile.
57
5816 November 2006 Joseph Perl (vis-HepRep-V08-01-04)
59- Omit Pos and Aux attributes for hits.
60- Protect against null Region (as in parallel geometries).
61
6214 November 2006 Joseph Perl (vis-HepRep-V08-01-03)
63- Improve handling of Trajectory Points.
64
6513 November 2006 Joseph Perl (vis-HepRep-V08-01-02)
66- Corrected handling of Hits that come via AddSolids.
67
685 November 2006 John Allison  (vis-HepRep-V08-01-01)
69- Protected against zero material pointer.
70- Corrected material pointer - pick up from PVModel instead of logical volume
71  so that it is correct for parameterised volumes.
72
731 November 2006 John Allison  (vis-HepRep-V08-01-00)
74- G4HepRepFileSceneHandler.cc:
75  o Exploit G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::GetNonCulledDepth().
76    (Saves some lines of code.)
77
784 June 2006 Joseph Perl  (vis-HepRep-V08-00-04)
79- G4HepRepFileSceneHandler: Bring trajectory points under control of filtering.
80- G4HepRepFileSceneHandler: Correct direction of G4Cons and G4Tubs.
81- G4HepRepFileSceneHandler: Use GetMarkerSize for marks and text.
82- G4HepRepFileSceneHandler: Apply correct units for Density and Radlen.
83- G4HepRepFileSceneHandler: Use BeginPrimitives2D and EndPrimitives2D to be able to cleanly
84  reject cases that don't apply to HepRep: 3D text and 2D lines and markers.
85- G4HepRepFileSceneHandler: Improve handling for case of culled volumes.
86
872 June 2006 Joseph Perl  (vis-HepRep-V08-00-03)
88- G4HepRepFileSceneHandler: Support 2D Text.
89- G4HepRepFileSceneHandler: Avoid creating Traj or Hit instances if they
90  have no primitives due to filtering.
91- G4HepRepFileSceneHandler: Assign Hits to various HepRepTypes depending on
92  attribute HitType.
93- G4HepRepFileSceneHandler: Support G4VisTrajContext.
94- G4HepRepFileSceneHandler: Include G4Version attribute in HepRep file.
95- G4HepRepFileSceneHandler: Handle Axes and other primitives that are neither
96  transients nor geometry.
97- G4HepRepFileViewer: Call ShowView from destructor to assure file is
98  properly terminated.
99
10022nd May 2006 John Allison (vis-HepRep-V08-00-02)
101- Removed dependency on Run.  (G4HepRepSceneHandler.cc: Version string
102  now obtained directly from G4Version.hh.)
103
1044th May 2006 John Allison (vis-HepRep-V08-00-01)
105- Improved protection for null models and parameters.
106
10719 April 2006 John Allison (vis-HepRep-V08-00-00)
108- G4HepRepSceneHandler and G4HepRepFileSceneHandler: Migrated to direct
109  access to G4PhysicalVolumeModel.
110
11131 October 2005 Mark Donszelmann (vis-HepRep-V07-01-04)
112- Further fix for GEANT-61.
113
11413 October 2005 John Allison (vis-HepRep-V07-01-03)
115- Migrated to <sstream>.
116
11712 October 2005 Mark Donszelmann (vis-HepRep-V07-01-02)
118- Fixed compilation warning on MacOSX
119- Further fix for GEANT-61.
120
12127 September 2005 Mark Donszelmann (vis-HepRep-V07-01-01)
122- Fixed GEANT-61: Cones face wrong way.
123
1244 August 2005 Mark Donszelmann (vis-HepRep-V07-01-00)
125- Fixed GEANT-60: DrawAs value wrong for solids that use Geant4 primitives.
126
12728 June 2005 Gabriele Cosmo (vis-HepRep-V07-00-04)
128- Fixed GNUmakefile to include ZLIB module for DLLs build on Windows.
129
1302 June 2005 Mark Donszelmann (vis-HepRep-V07-00-03)
131- HepRepXML (heprep2) handles: Solids, Attributes on Hits and Tracks.
132- cheprep at 2.0.5, fix for g++ 4.0.
133
1341 June 2005 Joseph Perl
135- For HeRepFile, use attributes from hits.
136
1371 June 2005 Mark Donszelmann (vis-HepRep-V07-00-02)
138- updated documentation.
139
14031 May 2005 Joseph Perl
141- For HeRepFile, use G4AttCheck to standardize attribute units.
142
14330 May 2005 Joseph Perl
144- For HeRepFile, respect Drawing Mode.
145
14630 May 2005 Joseph Perl
147- For HeRepFile, make trajectory color come from visible->GetColour.
148
14928 May 2005 Joseph Perl
150- For HeRepFile, implement G4HEPREPFILE_CULL.
151
15228 May 2005 Joseph Perl
153- For HeRepFile, correct heprep xmlns reference.
154
15525 May 2005 Joseph Perl
156- For HeRepFile, allow user to specify output directory, filename
157  and whether to overwrite.
158
15925 May 2005 Mark Donszelmann (vis-HepRep-V07-00-01 against geant4-07-00-ref-03)
160- optionally needs externals/zlib (vis-zlib-V07-00-00)
161- HEPREP at version 2.0.1
162- cheprep at version 2.0.4
163- Added writing an EOF marker for each binary HepRep file.
164- Added version files to the copied filesets from FreeHEP.
165
16624 May 2005 Joseph Perl
167- Improve handling of solids (in HepRepFile).
168
16916 May 2005 Mark Donszelmann
170- Fixed problems with sequential heprep files, gz files,
171  too much info in the heprep file and some compilation mistakes.
172
17312 May 2005 Mark Donszelmann
174- Renamed zconf.h, zlib.h and zutil.h back into their old names.
175- Removed -DZ_PREFIX from the zlib compilation step.
176- Added G4LIB_BUILD_ZLIB for building zlib and G4LIB_USE_ZLIB for using zlib.
177- Removed all files belonging to zipios++ from include and src.
178- Removed all files from the ref include directory.
179- Moved zlib to the externals/zlib package.
180- Added cheprep src and include files and changed GNUmakefile.
181
1823 May 2005 Mark Donszelmann
183- Removed the following zlib and zipios files which are not necessary for writing
184  zip or gz files: include/zipios++/basicentry.h, include/zipios++/collcoll.h,
185  include/zipios++/dircoll.h, include/zipios++/filepath.h,
186  include/zipios++/filterinputstreambuf.h, include/zipios++/inflateinputstreambuf.h,
187  include/zipios++/zipfile.h, include/zipios++/zipinputstream.h,
188  include/zipios++/zipinputstreambuf.h,
189  include/zlib/inffast.h, include/zlib/inffixed.h, include/zlib/inflate.h,
190  include/zlib/inftrees.h, src/basicentry.cc, src/collcoll.cc, src/filepath.cc,
191  src/filterinputstreambuf.cc, src/infback.cc, src/inffast.cc, src/inflate.cc,
192  src/inflateinputstreambuf.cc, src/inftrees.cc, src/uncompr.cc, src/zipfile.cc,
193  src/zipinputstream.cc, src/zipinputstreambuf.cc
194
19516 February 2005 Mark Donszelmann (vis-HepRep-V07-00-00 against geant4-07-00-ref-00)
196- Fix for g++ compiler 2.95.2 on Linux.
197
19822 November 2004 Mark Donszelmann (vis-HepRep-V06-02-02 against geant4-06-02-ref)
199- Upgraded to latest version C++ HepRep driver from FreeHEP.
200- Fixed GEANT-51, upgrade zlib to version 1.2.2 (for AMD64 compatibility).
201
20222 August 2004 Mark Donszelmann (vis-HepRep-V06-02-01)
203- Fixed a compilation problem in zlib for AMD64, reported by Peter Niessen.
204
20517 June 2004 Mark Donszelmann (vis-HepRep-V06-01-05 against geant4-06-02-cand-02)
206- Fixed GEANT-50:
207  - Renamed zlib prefix from z_ to heprep_z_
208  - Added symbol z_errmsg to list for renaming to avoid conflicts with other
209    programs who contain a copy of zlib (such as Root).
210 
2114 June 2004 Mark Donszelmann (vis-HepRep-V06-01-04 against geant4-06-01-ref-02)
212- Fixed compilation problem with G4RunManagerKernel
213
21427 May 2004 Joseph Perl (vis-HepRep-V06-01-02)
215- Added attributes for Region and Root Region to both HepRep drivers.
216
21727 May 2004 Mark Donszelmann (vis-HepRep-V06-01-01)
218- Fixed GEANT17: geometry files can be written separately.
219- Updated README with instructions
220  see http://bugs.freehep.org/secure/BrowseProject.jspa?id=10041
221
22226 May 2004 Mark Donszelmann (vis-HepRep-V06-01-00)
223- Fixed GEANT-47: Added initial viewpoint settings and a command to set the
224  coordinate system.
225- Fixed GEANT-41: copied new interfaces for HepRep, which uses fewer pointers,
226  see http://bugs.freehep.org/secure/BrowseProject.jspa?id=10041
227
22814 March 2004 Joseph Perl (vis-HepRep-V06-00-06)
229- HepRepFile handle duplicate ShowView.
230- HepRepFile improve layering and hierarchy for hits.
231
2321 March 2004 Mark Donszelmann (vis-HepRep-V06-00-05)
233- Fixed compilation warnings for the Linux-icc (8.0) compiler.
234
23518 February 2004 Mark Donszelmann
236- Removed appendzip.cc file, since it is strictly not necessary.
237
23812 Febryary 2004 Mark Donszelmann
239- GEANT-42: Renamed the HepRep schema locator to
240  http://java.freehep.org/schemas/heprep/2.0
241 
2425 February 2004 Mark Donszelmann (vis-HepRep-V06-00-04)
243- Fixed compilation problems for the Linux-icc (7.0) compiler.
244
2453 February 2004 Mark Donszelmann (vis-HepRep-V06-00-03)
246- Further fix to GEANT-40, renamed zutil.h, zlib.h and zconf.h
247  into HepRep-zutil.h, ... to avoid conflicts with those files
248  on Unix systems if /usr/include or /usr/local/include is
249  on the include search path.
250
25128 January 2004 Mark Donszelmann (vis-HepRep-V06-00-01)
252- Attempted to fix GEANT-40. For some unclear reason the symbols zcalloc and zcfree
253  of the zlib library were being called as C++ mangled names.
254  To get rid of the situation of a mix of C++ and C names, we took
255  out the 'extern "C"' declarations from our zlib.h and zutil.h.
256  All names are C++ mangled now.
257
25811 December 2003 Mark Donszelmann
259- Removed the HepRep2 driver from FreeHEP, so the HepRep2 sources now live
260  in this directory. Modified the copyfreehep scripts, and the READMEs.
261  Re-added the cvs expand keywords to show revision and tagname.
262
26305 December 2003 Joseph Perl (vis-HepRep-V05-02-09)
264- Fix bug with CalHits by moving faces to separate HepRepType
265
26619 November 2003 Joseph Perl (vis-HepRep-V05-02-07)
267- Set two additional attributes to get correct pick response within client,
268  PickParent and ShowParentAttributes.
269  Fixes GEANT-38
270
27117 November 2003 Mark Donszelmann (vis-HepRep-V05-02-06)
272- Removed dependency on sstream which made compilation fail on Linux-g++2.95.2
273  and on Solaris 5.2.
274- Added flags for zipios++ to compile OutputStringStream using sstream only on
275  g++ 3.x (Linux/MacOS X) and on WIN32.
276- Added include to OutputStringStream.h to make it work on Solaris.
277- Removed our own sstream since it is no longer used.
278- Fixed GEANT-34 
279 
28014 November 2003 Mark Donszelmann
281- Fixed GEANT-25, GEANT-35 and GEANT-36 (vis-HepRep-V05-02-05)
282  see http://bugs.freehep.org/secure/BrowseProject.jspa?id=10041
283
28414 November 2003 Joseph Perl
285- Fixed GEANT-30
286
28714 November 2003 Mark Donszelmann and Joseph Perl (vis-HepRep-05-02-03)
288- Fixed GEANT-32
289
29013 November 2003 Mark Donszelmann
291- Fixed GEANT-29, GEANT-33
292
29312 November 2003 Joseph Perl
294- Added G4HepRepFileSceneHandler::ClearTransientStore to make geometry
295  be properly included with each event of a /run/beamOn n.
296
29712 November 2003 Mark Donszelmann
298- Fixed GEANT-18, GEANT-19, GEANT-28
299
30011 November 2003 Mark Donszelmann
301- Fixed GEANT-23, GEANT-26, GEANT-27
302
30310 November 2003 Mark Donszelmann
304- Fixed GEANT-22, GEANT-24
305
3066 November 2003 Mark Donszelmann
307- Fixed GEANT-14, GEANT-20
308
3095 November 2003 Mark Donszelmann
310- Fixed GEANT-16
311
3124 November 2003 Mark Donszelmann
313- Fixed GEANT-15
314
31530 October 2003 Mark Donszelmann
316- Fixed GEANT-10, WIRED-170
317
31828 October 2003 Mark Donszelmann
319- Several fixes (GEANT-11, GEANT-12, GEANT-3 and GEANT-13)
320 
32124 October 2003 Mark Donszelmann
322- Several fixes (GEANT-2, GEANT-4, GEANT-8 and GEANT-9)
323
32422 October 2003 Mark Donszelmann
325- Added latest HepRep2 driver.
326
32712th July 2003 Mark Donszelmann
328- Renamed XMLHepRepWriter to G4HepRepFileXMLWriter and moved its header to include.
329  Fixed initialization of some variabled in G4HepRep and G4HepRepSceneHandler, found
330  by valgrind. Removed dependency in gzio.cc of fdopen (platform specific).
331
33211th July 2003 Mark Donszelmann
333- Removed the HepRepStreamer and replaced it by a fully functional HepRep implementation
334  in C++. Added compression using ZLIB and ZIPIOS++. Moved private header files to
335  subdirectories of include so that they do not get copied by the "gmake includes"
336  command.
337  The current HepRep files are invalid, but we first need to get rid of some memory
338  leaks, using Linux, so we check this in.
339
34030th May 2003  John Allison
341- Eliminated pedantic warnings at head (johna-030530) and on
342  geant4-05-01-ref-02 (vis-V05-00-02).
343
34429th May 2003 Mark Donszelmann and Joseph Perl (mark-joseph-050329)
345- Modified G4HepRepSceneHandler (HEPREP2) to write more complete heprep, including
346  attributes.
347- Copied new Streamer from FREEHEP library.
348
34928th February 2003  Joseph Perl
350- Modified G4HepRepFileSceneHandler to allow some volumes to be initially invisible.
351
35224th January 2003  Joseph Perl
353- Modified G4HepRepFileSceneHandler:AddThis (const G4VTrajectory& traj)
354  to incorporate G4Attributes into the HepRep1 file.
355- Moved some of HepRepXMLWriter's warning messages into ifdef debug blocks.
356
35711th December 2002  John Allison  (vis-V04-01-10)
358- Fixed default view parameters (global culling false).
359
3609th December 2002 Mark Donszelmann
361- Fixed bug that files were left open. Will close now, apart from stdin/stderr
362- Fixed color call not to use array creation.
363- Fixed HepRep standard (reader related), G4 is a writer.
364- Fixed include file now to only include HepRep.h (which includes all others)
365
3663rd December 2002 Mark Donszelmann
367- Fixed bug that XML Output can be routed to stdout or stderr.
368
36927th November 2002 Mark Donszelmann
370- Fixed core dump (Solaris) if open HepRepXML and closed it w/o writing anything
371
37227th November 2002  John Allison  (vis-V04-01-08)
373- Changed mickname of HepRep to HepRepXML.
374- Fixed description of HepRepFile.
375
37626th November 2002 Mark Donszelmann
377- Fixed FillStyle, LineStyle, LineWidth, HasFrame and Symbol Names
378- Fixed parent-child relationship  for calorimeter hits
379- Fixed material state number, now a string
380- Fixed fillColor to be equal to color
381
38225th November 2002 Mark Donszelmann
383- Fixed HepRep1 warnings in HepRepFileSceneHandler
384- Fixed HepRep2 radius of markers to be non-zero
385- Fixed HepRep2 attributes some of which had wrong names, especially the markers
386- Fixed HepRep2 filename to have sequence number
387
38813th November 2002 Mark Donszelmann
389- Added HepRep2 Driver
390
3914th February 2002  Joseph Perl  (vis-V04-00-01)
392- Check for missing hierarchy layers in HepRepXMLWriter.
393  (Not strictly needed since have a culled layer check in SceneHandler,
394  but may be useful in other applications of HepRepXMLWriter).
395
3963rd February 2002  Joseph Perl
397- Detect transient data by testing for
398  !fpCurrentPV || fReadyForTransients
399  rather than just fReadyForTransients
400
4011st February 2002  Joseph Perl
402- Defer file opening until first real HepRepType is to be written.
403- Moved HepRep code from AddThis to AddPrimitive.
404- Add additional levels to hierarchy if any appear to have been
405  removed by culling.
406- Add visibility attribute.
407
40829th January 2002  Joseph Perl
409- Relocate file-opening logic to constructor and ShowView
410  (had been in SetView).
411
41228th January 2002  Joseph Perl
413- Produce hierarchical output rather than flat HepRepType structure.
414- Handle trajectories as well as detector geometry.
415- Output files now named G4Data<n>.heprep where n increments with each open.
416
41719th November 2001  John Allison  (vis-V03-02-19)
418- Added G4HEPREPFILEDEBUG to control debug code.
419- Changed <fstream.h> to "g4std/fstream".
420- Changed cout to G4cout, endl to G4endl.
421- Changed G4HepRep.xml to G4HepRepFile.xml in hepRepXMLWriter->open("..."");
422
4238th November 2001  Joseph Perl
424- HepRep Type names now come from Physical Volume names.
425- Added many HepRep Attributes for other volume properties.
426
4276th November 2001  John Allison  (HepRep-pure-C++-1st-version)
428- Removed HepRep files G4HepRep.hh, G4HepRepSceneHandler.hh,
429  G4HepRepViewer.hh, G4HepRep.cc, G4HepRepSceneHandler.cc and
430  G4HepRepViewer.cc (recoverable with tag HepRep-Java-version).
431- Added HepRepFile from version of 27th September 2001  Joseph Perl.
432  First pure C++ version (eliminates need for Java jni or freehep).
433  Named as HepRepFile rather than HepRep.
434- GNUmakefile: removed CPPFLAGS += -DHEPREP and CPPFLAGS += -DDEBUG.
435- README: completely re-written for HepRepFile.
436
4376th November 2001  John Allison  (HepRep-Java-version)
438- Tagged before major revision.
439
4404th September 2001  Joseph Perl
441- minor improvements to README.
442
44326th August 2001  Joseph Perl
444- handle PolyHedron.getNoFacets()==0 and improve README.
445
44624th August 2001  Joseph Perl  (vis-V03-02-13-00)
447- First version of HepRep Graphics Driver
Note: See TracBrowser for help on using the repository browser.