| [1347] | 1 | $Id: History,v 1.23 2010/12/15 13:55:06 gcosmo Exp $
|
|---|
| [819] | 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 |
|
|---|
| [1347] | 20 | December 15, 2010 G.Cosmo (procscore-V09-03-02)
|
|---|
| 21 | - Fixed creation of touchable-history to allow DLL builds on Windows.
|
|---|
| 22 |
|
|---|
| 23 | November 26, 2010 G.Cosmo (procscore-V09-03-01)
|
|---|
| 24 | - Fixed compilation warnings for unused parameters.
|
|---|
| 25 |
|
|---|
| 26 | November 23, 2010 J.Apostolakis (procscore-V09-03-00)
|
|---|
| 27 | - G4ScoreSplittingProcess spread values for all steps
|
|---|
| 28 | in a Voxel-based "Regular" volume.
|
|---|
| 29 | Requires tag in run, "run-V09-03-08".
|
|---|
| 30 |
|
|---|
| 31 | November 18, 2010 J.Apostolakis
|
|---|
| 32 | - Added G4EnergySplitter (created by Pedro Arce)
|
|---|
| 33 |
|
|---|
| [963] | 34 | September 7th, 2008 M.Asai (procscore-V09-01-01)
|
|---|
| 35 | - Correction of incorrect modification in the previous tag.
|
|---|
| 36 |
|
|---|
| 37 | February 12th, 2008 M.Asai (procscore-V09-01-00)
|
|---|
| 38 | - Add copying non-ionizing energy deposit in G4Step.
|
|---|
| 39 |
|
|---|
| [819] | 40 | May 30th A.Howard (procscore-V08-03-03)
|
|---|
| 41 | - clean tag with files in the right place (!)
|
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 | May 30th A.Howard (procscore-V08-03-02)
|
|---|
| 45 | - Moved biasing classes and tests into processes/biasing
|
|---|
| 46 |
|
|---|
| 47 | May 18th A.Howard (procscore-V08-03-01)
|
|---|
| 48 | - Added comment to exception in G4NewProcessPlacer to emphasise configuration
|
|---|
| 49 | after physics list
|
|---|
| 50 |
|
|---|
| 51 |
|
|---|
| 52 | May 16th A.Howard (procscore-V08-03-00)
|
|---|
| 53 | - Fixed bug in G4ScoreProcess which didn't get applied to non-parallel geometries
|
|---|
| 54 | - Updated NewProcessPlacer to recognise old transportation (Transportation8)
|
|---|
| 55 | - Updated examples (to get back to old transportation and reminder about
|
|---|
| 56 | arguments)
|
|---|
| 57 |
|
|---|
| 58 |
|
|---|
| 59 | April 14th M.Asai (procscore-V08-02-00)
|
|---|
| 60 | - Set step status for ghost pre-step point.
|
|---|
| 61 |
|
|---|
| 62 | November 28th A.Howard (procscore-V08-01-04)
|
|---|
| 63 | - updated history file
|
|---|
| 64 |
|
|---|
| 65 | November 28th A.Howard (procscore-V08-01-03)
|
|---|
| 66 | - removed duplicated base classes which can be found in processes/transportation
|
|---|
| 67 |
|
|---|
| 68 | November 20th A.Howard (procscore-V08-01-02)
|
|---|
| 69 | - updated history file
|
|---|
| 70 |
|
|---|
| 71 | November 20th A.Howard (procscore-V08-01-01)
|
|---|
| 72 | - added biasing and related scoring classes, 1st implementation to new parallel
|
|---|
| 73 | implementation
|
|---|
| 74 | - two examples B01_para and B02_para - translated from B01 and B02
|
|---|
| 75 |
|
|---|
| 76 | November 13th M.Asai (procscore-V08-01-00)
|
|---|
| 77 | - Corresponds to the change of G4PathFinder::ComputeStep.
|
|---|
| 78 |
|
|---|
| 79 | November 8th M.Asai
|
|---|
| 80 | - Use the new G4VUserPhysicsList::AddTransportation() which
|
|---|
| 81 | automatically replace G4Transporation with G4CoupledTransportation
|
|---|
| 82 | if a parallel world is defined.
|
|---|
| 83 |
|
|---|
| 84 | November 6th J.Allison
|
|---|
| 85 | - test1:
|
|---|
| 86 | o Made top world volumes invisible.
|
|---|
| 87 | o Improved vis.mac.
|
|---|
| 88 |
|
|---|
| 89 | November 3rd J.Allison
|
|---|
| 90 | - test1: Simple vis.mac to illustrate visualisation of parallel worlds.
|
|---|
| 91 | Execute with just two parameters, for example:
|
|---|
| 92 | ParaTest para disp
|
|---|
| 93 |
|
|---|
| 94 | November 2nd J.Allison
|
|---|
| 95 | - test1:
|
|---|
| 96 | o Replaced A01VisManager by G4VisExecutive.
|
|---|
| 97 | o Introduced vis.mac.
|
|---|
| 98 |
|
|---|
| 99 | July 6th, 2006 M.Asai
|
|---|
| 100 | - Directory processes/scoring created
|
|---|
| 101 | - History file Created
|
|---|
| 102 |
|
|---|