| 1 | $Id: History,v 1.16 2007/05/30 17:49:56 ahoward 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 | May 30th A.Howard (procscore-V08-03-03)
|
|---|
| 21 | - clean tag with files in the right place (!)
|
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 | May 30th A.Howard (procscore-V08-03-02)
|
|---|
| 25 | - Moved biasing classes and tests into processes/biasing
|
|---|
| 26 |
|
|---|
| 27 | May 18th A.Howard (procscore-V08-03-01)
|
|---|
| 28 | - Added comment to exception in G4NewProcessPlacer to emphasise configuration
|
|---|
| 29 | after physics list
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 | May 16th A.Howard (procscore-V08-03-00)
|
|---|
| 33 | - Fixed bug in G4ScoreProcess which didn't get applied to non-parallel geometries
|
|---|
| 34 | - Updated NewProcessPlacer to recognise old transportation (Transportation8)
|
|---|
| 35 | - Updated examples (to get back to old transportation and reminder about
|
|---|
| 36 | arguments)
|
|---|
| 37 |
|
|---|
| 38 |
|
|---|
| 39 | April 14th M.Asai (procscore-V08-02-00)
|
|---|
| 40 | - Set step status for ghost pre-step point.
|
|---|
| 41 |
|
|---|
| 42 | November 28th A.Howard (procscore-V08-01-04)
|
|---|
| 43 | - updated history file
|
|---|
| 44 |
|
|---|
| 45 | November 28th A.Howard (procscore-V08-01-03)
|
|---|
| 46 | - removed duplicated base classes which can be found in processes/transportation
|
|---|
| 47 |
|
|---|
| 48 | November 20th A.Howard (procscore-V08-01-02)
|
|---|
| 49 | - updated history file
|
|---|
| 50 |
|
|---|
| 51 | November 20th A.Howard (procscore-V08-01-01)
|
|---|
| 52 | - added biasing and related scoring classes, 1st implementation to new parallel
|
|---|
| 53 | implementation
|
|---|
| 54 | - two examples B01_para and B02_para - translated from B01 and B02
|
|---|
| 55 |
|
|---|
| 56 | November 13th M.Asai (procscore-V08-01-00)
|
|---|
| 57 | - Corresponds to the change of G4PathFinder::ComputeStep.
|
|---|
| 58 |
|
|---|
| 59 | November 8th M.Asai
|
|---|
| 60 | - Use the new G4VUserPhysicsList::AddTransportation() which
|
|---|
| 61 | automatically replace G4Transporation with G4CoupledTransportation
|
|---|
| 62 | if a parallel world is defined.
|
|---|
| 63 |
|
|---|
| 64 | November 6th J.Allison
|
|---|
| 65 | - test1:
|
|---|
| 66 | o Made top world volumes invisible.
|
|---|
| 67 | o Improved vis.mac.
|
|---|
| 68 |
|
|---|
| 69 | November 3rd J.Allison
|
|---|
| 70 | - test1: Simple vis.mac to illustrate visualisation of parallel worlds.
|
|---|
| 71 | Execute with just two parameters, for example:
|
|---|
| 72 | ParaTest para disp
|
|---|
| 73 |
|
|---|
| 74 | November 2nd J.Allison
|
|---|
| 75 | - test1:
|
|---|
| 76 | o Replaced A01VisManager by G4VisExecutive.
|
|---|
| 77 | o Introduced vis.mac.
|
|---|
| 78 |
|
|---|
| 79 | July 6th, 2006 M.Asai
|
|---|
| 80 | - Directory processes/scoring created
|
|---|
| 81 | - History file Created
|
|---|
| 82 |
|
|---|