| [1142] | 1 | $Id: History,v 1.4 2009/11/02 04:59:07 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 | 2 Novemeber 2009 Akinori Kimura
|
|---|
| 24 | Deleted the following two AddEndOfEventModel(*) in
|
|---|
| 25 | G4GMocrenFileSceneHandler::GFBeginModeling().
|
|---|
| 26 | These models are entrusted to user commands /vis/scene/add/psHits or hits
|
|---|
| 27 |
|
|---|
| 28 | scene->AddEndOfEventModel(new G4PSHitsModel());
|
|---|
| 29 | scene->AddEndOfEventModel(new G4HitsModel());
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 | 1 Novemeber 2009 Akinori Kimura
|
|---|
| 33 | A few warning as following were fixed.
|
|---|
| 34 | src/G4GMocrenFileSceneHandler.cc:1812: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 | 22 October 2009 Akinori Kimura (gMocren-V09-02-00)
|
|---|
| 38 | G4PSHitsModel.{hh,cc} were moved to the modeling directory.
|
|---|
| 39 | Made a tag of the gMocren file driver.
|
|---|
| 40 |
|
|---|
| 41 | 18 October 2009 Akinori Kimura
|
|---|
| 42 | Fixed bugs which are to create an extra file and to be not able to
|
|---|
| 43 | deal with multiple runs.
|
|---|
| 44 |
|
|---|
| 45 | 12 October 2009 Akinori Kimura
|
|---|
| 46 | Large modification to support G4PhantomParameterisation,
|
|---|
| 47 | G4VNestedParameterisation, primitive scorer and interactive primitive
|
|---|
| 48 | scorer
|
|---|
| 49 |
|
|---|
| 50 | 1 April 2009 Akinori Kimura
|
|---|
| 51 | The prototype gMocren-file driver is added.
|
|---|
| 52 | Tagged vis-V09-02-06.
|
|---|