| 1 | $Id: History,v 1.9 2009/12/03 11:44:42 akimura Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators
|
|---|
| 11 | to briefly summarize all major modifications introduced in the code
|
|---|
| 12 | and keep track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 14 | committal in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| 19 |
|
|---|
| 20 | History file for visualization/gMocren sub-category
|
|---|
| 21 | ---------------------------------------------------
|
|---|
| 22 |
|
|---|
| 23 | 3 December 2009 Akinori Kimura
|
|---|
| 24 | Line 363 of G4GMocrenFileSceneHandler.cc was deleted.
|
|---|
| 25 | It was a debug code with G4cout.
|
|---|
| 26 | Another file I/O bug was fixed. The following files were committed.
|
|---|
| 27 | G4GMocrenFileViewer.cc
|
|---|
| 28 | G4GMocrenFileSceneHandler.cc
|
|---|
| 29 | G4GMocrenIO.{cc,hh}
|
|---|
| 30 |
|
|---|
| 31 | 5 November 2009 Gabriele Cosmo (gMocren-V09-02-03)
|
|---|
| 32 | Fix in G4GMocrenFileSceneHandler.cc for resolving compilation error on
|
|---|
| 33 | Windows
|
|---|
| 34 |
|
|---|
| 35 | 5 November 2009 Akinori Kimura
|
|---|
| 36 | GMocrenFileSceneHandler::AddCompound(G4THisMap<>) was modified
|
|---|
| 37 | to deal with /vis/scene/add/psHits <scorer_name>.
|
|---|
| 38 | GMocrenIO.cc was modified to remove an unnecessary output by std::cout.
|
|---|
| 39 |
|
|---|
| 40 | 2 November 2009 Akinori Kimura (gMocren-V09-02-02)
|
|---|
| 41 | I mistook to make a tag, gMocren-V09-02-01.
|
|---|
| 42 | So I made a tag again.
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 | 2 November 2009 Akinori Kimura (gMocren-V09-02-01)
|
|---|
| 46 | Deleted the following two AddEndOfEventModel(*) in
|
|---|
| 47 | G4GMocrenFileSceneHandler::GFBeginModeling().
|
|---|
| 48 | These models are entrusted to user commands /vis/scene/add/psHits or hits
|
|---|
| 49 |
|
|---|
| 50 | scene->AddEndOfEventModel(new G4PSHitsModel());
|
|---|
| 51 | scene->AddEndOfEventModel(new G4HitsModel());
|
|---|
| 52 |
|
|---|
| 53 |
|
|---|
| 54 | 1 November 2009 Akinori Kimura
|
|---|
| 55 | A few warning as following were fixed.
|
|---|
| 56 | src/G4GMocrenFileSceneHandler.cc:1812: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules
|
|---|
| 57 |
|
|---|
| 58 |
|
|---|
| 59 | 22 October 2009 Akinori Kimura (gMocren-V09-02-00)
|
|---|
| 60 | G4PSHitsModel.{hh,cc} were moved to the modeling directory.
|
|---|
| 61 | Made a tag of the gMocren file driver.
|
|---|
| 62 |
|
|---|
| 63 | 18 October 2009 Akinori Kimura
|
|---|
| 64 | Fixed bugs which are to create an extra file and to be not able to
|
|---|
| 65 | deal with multiple runs.
|
|---|
| 66 |
|
|---|
| 67 | 12 October 2009 Akinori Kimura
|
|---|
| 68 | Large modification to support G4PhantomParameterisation,
|
|---|
| 69 | G4VNestedParameterisation, primitive scorer and interactive primitive
|
|---|
| 70 | scorer
|
|---|
| 71 |
|
|---|
| 72 | 1 April 2009 Akinori Kimura
|
|---|
| 73 | The prototype gMocren-file driver is added.
|
|---|
| 74 | Tagged vis-V09-02-06.
|
|---|