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

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

tag geant4.9.4 beta 1 + modifs locales

File size: 3.5 KB
Line 
1$Id: History,v 1.14 2010/09/03 16:01:38 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
233rd September 2010  John Allison  (gMocren-V09-03-04)
24- Added missing inclusion of <sstream> header in G4GMocrenFileSceneHandler.cc.
25
261st May 2010  John Allison  (gMocren-V09-03-03)
27- G4GMocrenFileSceneHandler.cc: Removed dependency on G4VisManager.
28
2930th May 2010  John Allison  (gMocren-V09-03-02)
30- G4GMocrenFileSceneHandler: Added AddCompound(const G4VDigi&).
31  o Simply invokes G4VSceneHandler::AddCompound(const G4VDigi&) for now.
32
3311 May 2010  John Allison  (gMocren-V09-03-01)
34- G4GMocrenFileSceneHandler.cc: Added G4cout << G4endl; to improve printing.
35
3622 January 2010  Gabriele Cosmo (gMocren-V09-03-00)
37Fix in G4GMocrenFileSceneHandler.cc to allow for porting on C++0x Standard:
38made explicit with static_cast conversions from double to float. Also use
39G4 types in consistent way.
40
413 December 2009  Akinori Kimura
42Line 363 of G4GMocrenFileSceneHandler.cc was deleted.
43It was a debug code with G4cout.
44Another file I/O bug was fixed. The following files were committed.
45G4GMocrenFileViewer.cc
46G4GMocrenFileSceneHandler.cc
47G4GMocrenIO.{cc,hh}
48
495 November 2009  Gabriele Cosmo (gMocren-V09-02-03)
50Fix in G4GMocrenFileSceneHandler.cc for resolving compilation error on
51Windows
52
535 November 2009  Akinori Kimura
54GMocrenFileSceneHandler::AddCompound(G4THisMap<>) was modified
55to deal with /vis/scene/add/psHits <scorer_name>.
56GMocrenIO.cc was modified to remove an unnecessary output by std::cout.
57
582 November 2009  Akinori Kimura (gMocren-V09-02-02)
59I mistook to make a tag, gMocren-V09-02-01.
60So I made a tag again.
61
62
632 November 2009  Akinori Kimura (gMocren-V09-02-01)
64Deleted the following two AddEndOfEventModel(*) in
65G4GMocrenFileSceneHandler::GFBeginModeling().
66These models are entrusted to user commands /vis/scene/add/psHits or hits
67
68   scene->AddEndOfEventModel(new G4PSHitsModel());
69   scene->AddEndOfEventModel(new G4HitsModel());
70
71
721 November 2009  Akinori Kimura
73A few warning as following were fixed.
74src/G4GMocrenFileSceneHandler.cc:1812: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules
75
76
7722 October 2009  Akinori Kimura (gMocren-V09-02-00)
78G4PSHitsModel.{hh,cc} were moved to the modeling directory.
79Made a tag of the gMocren file driver.
80
8118 October 2009  Akinori Kimura
82Fixed bugs which are to create an extra file and to be not able to
83deal with multiple runs.
84
8512 October 2009  Akinori Kimura
86Large modification to support G4PhantomParameterisation,
87G4VNestedParameterisation, primitive scorer and interactive primitive
88scorer
89
901 April 2009  Akinori Kimura
91The prototype gMocren-file driver is added.
92Tagged vis-V09-02-06.
Note: See TracBrowser for help on using the repository browser.