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

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

update geant4.9.3 tag

File size: 2.7 KB
Line 
1$Id: History,v 1.9 2009/12/03 11:44:42 akimura 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
233 December 2009  Akinori Kimura
24Line 363 of G4GMocrenFileSceneHandler.cc was deleted.
25It was a debug code with G4cout.
26Another file I/O bug was fixed. The following files were committed.
27G4GMocrenFileViewer.cc
28G4GMocrenFileSceneHandler.cc
29G4GMocrenIO.{cc,hh}
30
315 November 2009  Gabriele Cosmo (gMocren-V09-02-03)
32Fix in G4GMocrenFileSceneHandler.cc for resolving compilation error on
33Windows
34
355 November 2009  Akinori Kimura
36GMocrenFileSceneHandler::AddCompound(G4THisMap<>) was modified
37to deal with /vis/scene/add/psHits <scorer_name>.
38GMocrenIO.cc was modified to remove an unnecessary output by std::cout.
39
402 November 2009  Akinori Kimura (gMocren-V09-02-02)
41I mistook to make a tag, gMocren-V09-02-01.
42So I made a tag again.
43
44
452 November 2009  Akinori Kimura (gMocren-V09-02-01)
46Deleted the following two AddEndOfEventModel(*) in
47G4GMocrenFileSceneHandler::GFBeginModeling().
48These models are entrusted to user commands /vis/scene/add/psHits or hits
49
50   scene->AddEndOfEventModel(new G4PSHitsModel());
51   scene->AddEndOfEventModel(new G4HitsModel());
52
53
541 November 2009  Akinori Kimura
55A few warning as following were fixed.
56src/G4GMocrenFileSceneHandler.cc:1812: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules
57
58
5922 October 2009  Akinori Kimura (gMocren-V09-02-00)
60G4PSHitsModel.{hh,cc} were moved to the modeling directory.
61Made a tag of the gMocren file driver.
62
6318 October 2009  Akinori Kimura
64Fixed bugs which are to create an extra file and to be not able to
65deal with multiple runs.
66
6712 October 2009  Akinori Kimura
68Large modification to support G4PhantomParameterisation,
69G4VNestedParameterisation, primitive scorer and interactive primitive
70scorer
71
721 April 2009  Akinori Kimura
73The prototype gMocren-file driver is added.
74Tagged vis-V09-02-06.
Note: See TracBrowser for help on using the repository browser.