$Id: History,v 1.4 2009/11/02 04:59:07 akimura Exp $ ------------------------------------------------------------------- ========================================================= Geant4 - an Object-Oriented Toolkit for Simulation in HEP ========================================================= Category History file --------------------- This file should be used by G4 developers and category coordinators to briefly summarize all major modifications introduced in the code and keep track of all category-tags. It DOES NOT substitute the CVS log-message one should put at every committal in the CVS repository ! ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- History file for visualization/gMocren sub-category --------------------------------------------------- 2 Novemeber 2009 Akinori Kimura Deleted the following two AddEndOfEventModel(*) in G4GMocrenFileSceneHandler::GFBeginModeling(). These models are entrusted to user commands /vis/scene/add/psHits or hits scene->AddEndOfEventModel(new G4PSHitsModel()); scene->AddEndOfEventModel(new G4HitsModel()); 1 Novemeber 2009 Akinori Kimura A few warning as following were fixed. src/G4GMocrenFileSceneHandler.cc:1812: warning: dereferencing pointer '' does break strict-aliasing rules 22 October 2009 Akinori Kimura (gMocren-V09-02-00) G4PSHitsModel.{hh,cc} were moved to the modeling directory. Made a tag of the gMocren file driver. 18 October 2009 Akinori Kimura Fixed bugs which are to create an extra file and to be not able to deal with multiple runs. 12 October 2009 Akinori Kimura Large modification to support G4PhantomParameterisation, G4VNestedParameterisation, primitive scorer and interactive primitive scorer 1 April 2009 Akinori Kimura The prototype gMocren-file driver is added. Tagged vis-V09-02-06.