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

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

update...

File size: 3.0 KB
Line 
1$Id: History,v 1.11 2010/05/11 10:44:35 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
2311 May 2010  John Allison  (gMocren-V09-03-01)
24- G4GMocrenFileSceneHandler.cc: Added G4cout << G4endl; to improve printing.
25
2622 January 2010  Gabriele Cosmo (gMocren-V09-03-00)
27Fix in G4GMocrenFileSceneHandler.cc to allow for porting on C++0x Standard:
28made explicit with static_cast conversions from double to float. Also use
29G4 types in consistent way.
30
313 December 2009  Akinori Kimura
32Line 363 of G4GMocrenFileSceneHandler.cc was deleted.
33It was a debug code with G4cout.
34Another file I/O bug was fixed. The following files were committed.
35G4GMocrenFileViewer.cc
36G4GMocrenFileSceneHandler.cc
37G4GMocrenIO.{cc,hh}
38
395 November 2009  Gabriele Cosmo (gMocren-V09-02-03)
40Fix in G4GMocrenFileSceneHandler.cc for resolving compilation error on
41Windows
42
435 November 2009  Akinori Kimura
44GMocrenFileSceneHandler::AddCompound(G4THisMap<>) was modified
45to deal with /vis/scene/add/psHits <scorer_name>.
46GMocrenIO.cc was modified to remove an unnecessary output by std::cout.
47
482 November 2009  Akinori Kimura (gMocren-V09-02-02)
49I mistook to make a tag, gMocren-V09-02-01.
50So I made a tag again.
51
52
532 November 2009  Akinori Kimura (gMocren-V09-02-01)
54Deleted the following two AddEndOfEventModel(*) in
55G4GMocrenFileSceneHandler::GFBeginModeling().
56These models are entrusted to user commands /vis/scene/add/psHits or hits
57
58   scene->AddEndOfEventModel(new G4PSHitsModel());
59   scene->AddEndOfEventModel(new G4HitsModel());
60
61
621 November 2009  Akinori Kimura
63A few warning as following were fixed.
64src/G4GMocrenFileSceneHandler.cc:1812: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules
65
66
6722 October 2009  Akinori Kimura (gMocren-V09-02-00)
68G4PSHitsModel.{hh,cc} were moved to the modeling directory.
69Made a tag of the gMocren file driver.
70
7118 October 2009  Akinori Kimura
72Fixed bugs which are to create an extra file and to be not able to
73deal with multiple runs.
74
7512 October 2009  Akinori Kimura
76Large modification to support G4PhantomParameterisation,
77G4VNestedParameterisation, primitive scorer and interactive primitive
78scorer
79
801 April 2009  Akinori Kimura
81The prototype gMocren-file driver is added.
82Tagged vis-V09-02-06.
Note: See TracBrowser for help on using the repository browser.