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

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

update

File size: 2.0 KB
Line 
1$Id: History,v 1.4 2009/11/02 04:59:07 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
232 Novemeber 2009  Akinori Kimura
24Deleted the following two AddEndOfEventModel(*) in
25G4GMocrenFileSceneHandler::GFBeginModeling().
26These models are entrusted to user commands /vis/scene/add/psHits or hits
27
28   scene->AddEndOfEventModel(new G4PSHitsModel());
29   scene->AddEndOfEventModel(new G4HitsModel());
30
31
321 Novemeber 2009  Akinori Kimura
33A few warning as following were fixed.
34src/G4GMocrenFileSceneHandler.cc:1812: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules
35
36
3722 October 2009  Akinori Kimura (gMocren-V09-02-00)
38G4PSHitsModel.{hh,cc} were moved to the modeling directory.
39Made a tag of the gMocren file driver.
40
4118 October 2009  Akinori Kimura
42Fixed bugs which are to create an extra file and to be not able to
43deal with multiple runs.
44
4512 October 2009  Akinori Kimura
46Large modification to support G4PhantomParameterisation,
47G4VNestedParameterisation, primitive scorer and interactive primitive
48scorer
49
501 April 2009  Akinori Kimura
51The prototype gMocren-file driver is added.
52Tagged vis-V09-02-06.
Note: See TracBrowser for help on using the repository browser.