source: trunk/source/visualization/gMocren/History @ 1288

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

update from CVS

File size: 3.3 KB
Line 
1$Id: History,v 1.13 2010/06/01 16:18:46 allison 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/gMocren sub-category
21---------------------------------------------------
22
231st May 2010  John Allison  (gMocren-V09-03-03)
24- G4GMocrenFileSceneHandler.cc: Removed dependency on G4VisManager.
25
2630th May 2010  John Allison  (gMocren-V09-03-02)
27- G4GMocrenFileSceneHandler: Added AddCompound(const G4VDigi&).
28  o Simply invokes G4VSceneHandler::AddCompound(const G4VDigi&) for now.
29
3011 May 2010  John Allison  (gMocren-V09-03-01)
31- G4GMocrenFileSceneHandler.cc: Added G4cout << G4endl; to improve printing.
32
3322 January 2010  Gabriele Cosmo (gMocren-V09-03-00)
34Fix in G4GMocrenFileSceneHandler.cc to allow for porting on C++0x Standard:
35made explicit with static_cast conversions from double to float. Also use
36G4 types in consistent way.
37
383 December 2009  Akinori Kimura
39Line 363 of G4GMocrenFileSceneHandler.cc was deleted.
40It was a debug code with G4cout.
41Another file I/O bug was fixed. The following files were committed.
42G4GMocrenFileViewer.cc
43G4GMocrenFileSceneHandler.cc
44G4GMocrenIO.{cc,hh}
45
465 November 2009  Gabriele Cosmo (gMocren-V09-02-03)
47Fix in G4GMocrenFileSceneHandler.cc for resolving compilation error on
48Windows
49
505 November 2009  Akinori Kimura
51GMocrenFileSceneHandler::AddCompound(G4THisMap<>) was modified
52to deal with /vis/scene/add/psHits <scorer_name>.
53GMocrenIO.cc was modified to remove an unnecessary output by std::cout.
54
552 November 2009  Akinori Kimura (gMocren-V09-02-02)
56I mistook to make a tag, gMocren-V09-02-01.
57So I made a tag again.
58
59
602 November 2009  Akinori Kimura (gMocren-V09-02-01)
61Deleted the following two AddEndOfEventModel(*) in
62G4GMocrenFileSceneHandler::GFBeginModeling().
63These models are entrusted to user commands /vis/scene/add/psHits or hits
64
65   scene->AddEndOfEventModel(new G4PSHitsModel());
66   scene->AddEndOfEventModel(new G4HitsModel());
67
68
691 November 2009  Akinori Kimura
70A few warning as following were fixed.
71src/G4GMocrenFileSceneHandler.cc:1812: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules
72
73
7422 October 2009  Akinori Kimura (gMocren-V09-02-00)
75G4PSHitsModel.{hh,cc} were moved to the modeling directory.
76Made a tag of the gMocren file driver.
77
7818 October 2009  Akinori Kimura
79Fixed bugs which are to create an extra file and to be not able to
80deal with multiple runs.
81
8212 October 2009  Akinori Kimura
83Large modification to support G4PhantomParameterisation,
84G4VNestedParameterisation, primitive scorer and interactive primitive
85scorer
86
871 April 2009  Akinori Kimura
88The prototype gMocren-file driver is added.
89Tagged vis-V09-02-06.
Note: See TracBrowser for help on using the repository browser.