source: trunk/source/visualization/gMocren/History~ @ 1356

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

update to last version 4.9.4

File size: 3.7 KB
RevLine 
[1350]1$Id: History,v 1.16 2010/11/11 00:49:25 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
2311 November 2010  Akinori Kimura (gMocren-V09-03-05)
24- Replaced G4cerr with G4cout and added the following line before G4cout.
25  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
26
273rd September 2010  John Allison  (gMocren-V09-03-04)
28- Added missing inclusion of <sstream> header in G4GMocrenFileSceneHandler.cc.
29
301st May 2010  John Allison  (gMocren-V09-03-03)
31- G4GMocrenFileSceneHandler.cc: Removed dependency on G4VisManager.
32
3330th May 2010  John Allison  (gMocren-V09-03-02)
34- G4GMocrenFileSceneHandler: Added AddCompound(const G4VDigi&).
35  o Simply invokes G4VSceneHandler::AddCompound(const G4VDigi&) for now.
36
3711 May 2010  John Allison  (gMocren-V09-03-01)
38- G4GMocrenFileSceneHandler.cc: Added G4cout << G4endl; to improve printing.
39
4022 January 2010  Gabriele Cosmo (gMocren-V09-03-00)
41Fix in G4GMocrenFileSceneHandler.cc to allow for porting on C++0x Standard:
42made explicit with static_cast conversions from double to float. Also use
43G4 types in consistent way.
44
453 December 2009  Akinori Kimura
46Line 363 of G4GMocrenFileSceneHandler.cc was deleted.
47It was a debug code with G4cout.
48Another file I/O bug was fixed. The following files were committed.
49G4GMocrenFileViewer.cc
50G4GMocrenFileSceneHandler.cc
51G4GMocrenIO.{cc,hh}
52
535 November 2009  Gabriele Cosmo (gMocren-V09-02-03)
54Fix in G4GMocrenFileSceneHandler.cc for resolving compilation error on
55Windows
56
575 November 2009  Akinori Kimura
58GMocrenFileSceneHandler::AddCompound(G4THisMap<>) was modified
59to deal with /vis/scene/add/psHits <scorer_name>.
60GMocrenIO.cc was modified to remove an unnecessary output by std::cout.
61
622 November 2009  Akinori Kimura (gMocren-V09-02-02)
63I mistook to make a tag, gMocren-V09-02-01.
64So I made a tag again.
65
66
672 November 2009  Akinori Kimura (gMocren-V09-02-01)
68Deleted the following two AddEndOfEventModel(*) in
69G4GMocrenFileSceneHandler::GFBeginModeling().
70These models are entrusted to user commands /vis/scene/add/psHits or hits
71
72   scene->AddEndOfEventModel(new G4PSHitsModel());
73   scene->AddEndOfEventModel(new G4HitsModel());
74
75
761 November 2009  Akinori Kimura
77A few warning as following were fixed.
78src/G4GMocrenFileSceneHandler.cc:1812: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules
79
80
8122 October 2009  Akinori Kimura (gMocren-V09-02-00)
82G4PSHitsModel.{hh,cc} were moved to the modeling directory.
83Made a tag of the gMocren file driver.
84
8518 October 2009  Akinori Kimura
86Fixed bugs which are to create an extra file and to be not able to
87deal with multiple runs.
88
8912 October 2009  Akinori Kimura
90Large modification to support G4PhantomParameterisation,
91G4VNestedParameterisation, primitive scorer and interactive primitive
92scorer
93
941 April 2009  Akinori Kimura
95The prototype gMocren-file driver is added.
96Tagged vis-V09-02-06.
Note: See TracBrowser for help on using the repository browser.