| 1 | $Id: History,v 1.13 2010/06/01 16:18:46 allison 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 | 1st May 2010 John Allison (gMocren-V09-03-03)
|
|---|
| 24 | - G4GMocrenFileSceneHandler.cc: Removed dependency on G4VisManager.
|
|---|
| 25 |
|
|---|
| 26 | 30th May 2010 John Allison (gMocren-V09-03-02)
|
|---|
| 27 | - G4GMocrenFileSceneHandler: Added AddCompound(const G4VDigi&).
|
|---|
| 28 | o Simply invokes G4VSceneHandler::AddCompound(const G4VDigi&) for now.
|
|---|
| 29 |
|
|---|
| 30 | 11 May 2010 John Allison (gMocren-V09-03-01)
|
|---|
| 31 | - G4GMocrenFileSceneHandler.cc: Added G4cout << G4endl; to improve printing.
|
|---|
| 32 |
|
|---|
| 33 | 22 January 2010 Gabriele Cosmo (gMocren-V09-03-00)
|
|---|
| 34 | Fix in G4GMocrenFileSceneHandler.cc to allow for porting on C++0x Standard:
|
|---|
| 35 | made explicit with static_cast conversions from double to float. Also use
|
|---|
| 36 | G4 types in consistent way.
|
|---|
| 37 |
|
|---|
| 38 | 3 December 2009 Akinori Kimura
|
|---|
| 39 | Line 363 of G4GMocrenFileSceneHandler.cc was deleted.
|
|---|
| 40 | It was a debug code with G4cout.
|
|---|
| 41 | Another file I/O bug was fixed. The following files were committed.
|
|---|
| 42 | G4GMocrenFileViewer.cc
|
|---|
| 43 | G4GMocrenFileSceneHandler.cc
|
|---|
| 44 | G4GMocrenIO.{cc,hh}
|
|---|
| 45 |
|
|---|
| 46 | 5 November 2009 Gabriele Cosmo (gMocren-V09-02-03)
|
|---|
| 47 | Fix in G4GMocrenFileSceneHandler.cc for resolving compilation error on
|
|---|
| 48 | Windows
|
|---|
| 49 |
|
|---|
| 50 | 5 November 2009 Akinori Kimura
|
|---|
| 51 | GMocrenFileSceneHandler::AddCompound(G4THisMap<>) was modified
|
|---|
| 52 | to deal with /vis/scene/add/psHits <scorer_name>.
|
|---|
| 53 | GMocrenIO.cc was modified to remove an unnecessary output by std::cout.
|
|---|
| 54 |
|
|---|
| 55 | 2 November 2009 Akinori Kimura (gMocren-V09-02-02)
|
|---|
| 56 | I mistook to make a tag, gMocren-V09-02-01.
|
|---|
| 57 | So I made a tag again.
|
|---|
| 58 |
|
|---|
| 59 |
|
|---|
| 60 | 2 November 2009 Akinori Kimura (gMocren-V09-02-01)
|
|---|
| 61 | Deleted the following two AddEndOfEventModel(*) in
|
|---|
| 62 | G4GMocrenFileSceneHandler::GFBeginModeling().
|
|---|
| 63 | These models are entrusted to user commands /vis/scene/add/psHits or hits
|
|---|
| 64 |
|
|---|
| 65 | scene->AddEndOfEventModel(new G4PSHitsModel());
|
|---|
| 66 | scene->AddEndOfEventModel(new G4HitsModel());
|
|---|
| 67 |
|
|---|
| 68 |
|
|---|
| 69 | 1 November 2009 Akinori Kimura
|
|---|
| 70 | A few warning as following were fixed.
|
|---|
| 71 | src/G4GMocrenFileSceneHandler.cc:1812: warning: dereferencing pointer '<anonymous>' does break strict-aliasing rules
|
|---|
| 72 |
|
|---|
| 73 |
|
|---|
| 74 | 22 October 2009 Akinori Kimura (gMocren-V09-02-00)
|
|---|
| 75 | G4PSHitsModel.{hh,cc} were moved to the modeling directory.
|
|---|
| 76 | Made a tag of the gMocren file driver.
|
|---|
| 77 |
|
|---|
| 78 | 18 October 2009 Akinori Kimura
|
|---|
| 79 | Fixed bugs which are to create an extra file and to be not able to
|
|---|
| 80 | deal with multiple runs.
|
|---|
| 81 |
|
|---|
| 82 | 12 October 2009 Akinori Kimura
|
|---|
| 83 | Large modification to support G4PhantomParameterisation,
|
|---|
| 84 | G4VNestedParameterisation, primitive scorer and interactive primitive
|
|---|
| 85 | scorer
|
|---|
| 86 |
|
|---|
| 87 | 1 April 2009 Akinori Kimura
|
|---|
| 88 | The prototype gMocren-file driver is added.
|
|---|
| 89 | Tagged vis-V09-02-06.
|
|---|