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

Last change on this file since 1161 was 1161, checked in by garnier, 15 years ago

gMocren update

File size: 2.4 KB
Line 
1$Id: History,v 1.7 2009/11/05 11:37:12 gcosmo 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
235 November 2009  Gabriele Cosmo (gMocren-V09-02-03)
24Fix in G4GMocrenFileSceneHandler.cc for resolving compilation error on
25Windows
26
275 November 2009  Akinori Kimura
28GMocrenFileSceneHandler::AddCompound(G4THisMap<>) was modified
29to deal with /vis/scene/add/psHits <scorer_name>.
30GMocrenIO.cc was modified to remove an unnecessary output by std::cout.
31
322 November 2009  Akinori Kimura (gMocren-V09-02-02)
33I mistook to make a tag, gMocren-V09-02-01.
34So I made a tag again.
35
36
372 November 2009  Akinori Kimura (gMocren-V09-02-01)
38Deleted the following two AddEndOfEventModel(*) in
39G4GMocrenFileSceneHandler::GFBeginModeling().
40These models are entrusted to user commands /vis/scene/add/psHits or hits
41
42   scene->AddEndOfEventModel(new G4PSHitsModel());
43   scene->AddEndOfEventModel(new G4HitsModel());
44
45
461 November 2009  Akinori Kimura
47A few warning as following were fixed.
48src/G4GMocrenFileSceneHandler.cc:1812: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules
49
50
5122 October 2009  Akinori Kimura (gMocren-V09-02-00)
52G4PSHitsModel.{hh,cc} were moved to the modeling directory.
53Made a tag of the gMocren file driver.
54
5518 October 2009  Akinori Kimura
56Fixed bugs which are to create an extra file and to be not able to
57deal with multiple runs.
58
5912 October 2009  Akinori Kimura
60Large modification to support G4PhantomParameterisation,
61G4VNestedParameterisation, primitive scorer and interactive primitive
62scorer
63
641 April 2009  Akinori Kimura
65The prototype gMocren-file driver is added.
66Tagged vis-V09-02-06.
Note: See TracBrowser for help on using the repository browser.