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

Last change on this file since 1348 was 1348, checked in by garnier, 13 years ago

update

File size: 3.7 KB
Line 
1$Id: History,v 1.17 2011/01/03 14:34:46 lgarnier 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
2323, December L. Garnier
24- GNUmakefile : Remove OpenGL/Qt stuff from Makefile
25
2611 November 2010  Akinori Kimura (gMocren-V09-03-05)
27- Replaced G4cerr with G4cout and added the following line before G4cout.
28  if (G4VisManager::GetVerbosity() >= G4VisManager::errors)
29
303rd September 2010  John Allison  (gMocren-V09-03-04)
31- Added missing inclusion of <sstream> header in G4GMocrenFileSceneHandler.cc.
32
331st May 2010  John Allison  (gMocren-V09-03-03)
34- G4GMocrenFileSceneHandler.cc: Removed dependency on G4VisManager.
35
3630th May 2010  John Allison  (gMocren-V09-03-02)
37- G4GMocrenFileSceneHandler: Added AddCompound(const G4VDigi&).
38  o Simply invokes G4VSceneHandler::AddCompound(const G4VDigi&) for now.
39
4011 May 2010  John Allison  (gMocren-V09-03-01)
41- G4GMocrenFileSceneHandler.cc: Added G4cout << G4endl; to improve printing.
42
4322 January 2010  Gabriele Cosmo (gMocren-V09-03-00)
44Fix in G4GMocrenFileSceneHandler.cc to allow for porting on C++0x Standard:
45made explicit with static_cast conversions from double to float. Also use
46G4 types in consistent way.
47
483 December 2009  Akinori Kimura
49Line 363 of G4GMocrenFileSceneHandler.cc was deleted.
50It was a debug code with G4cout.
51Another file I/O bug was fixed. The following files were committed.
52G4GMocrenFileViewer.cc
53G4GMocrenFileSceneHandler.cc
54G4GMocrenIO.{cc,hh}
55
565 November 2009  Gabriele Cosmo (gMocren-V09-02-03)
57Fix in G4GMocrenFileSceneHandler.cc for resolving compilation error on
58Windows
59
605 November 2009  Akinori Kimura
61GMocrenFileSceneHandler::AddCompound(G4THisMap<>) was modified
62to deal with /vis/scene/add/psHits <scorer_name>.
63GMocrenIO.cc was modified to remove an unnecessary output by std::cout.
64
652 November 2009  Akinori Kimura (gMocren-V09-02-02)
66I mistook to make a tag, gMocren-V09-02-01.
67So I made a tag again.
68
69
702 November 2009  Akinori Kimura (gMocren-V09-02-01)
71Deleted the following two AddEndOfEventModel(*) in
72G4GMocrenFileSceneHandler::GFBeginModeling().
73These models are entrusted to user commands /vis/scene/add/psHits or hits
74
75   scene->AddEndOfEventModel(new G4PSHitsModel());
76   scene->AddEndOfEventModel(new G4HitsModel());
77
78
791 November 2009  Akinori Kimura
80A few warning as following were fixed.
81src/G4GMocrenFileSceneHandler.cc:1812: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules
82
83
8422 October 2009  Akinori Kimura (gMocren-V09-02-00)
85G4PSHitsModel.{hh,cc} were moved to the modeling directory.
86Made a tag of the gMocren file driver.
87
8818 October 2009  Akinori Kimura
89Fixed bugs which are to create an extra file and to be not able to
90deal with multiple runs.
91
9212 October 2009  Akinori Kimura
93Large modification to support G4PhantomParameterisation,
94G4VNestedParameterisation, primitive scorer and interactive primitive
95scorer
96
971 April 2009  Akinori Kimura
98The prototype gMocren-file driver is added.
99Tagged vis-V09-02-06.
Note: See TracBrowser for help on using the repository browser.