| 1 | $Id: History,v 1.19 2008/04/22 09:29:35 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 | April 22nd, 2008 Alex Howard (procbiasing-V09-01-02)
|
|---|
| 21 | - Removed G4CellFinder and associated dependency in G4WeigthCutOffProcess and
|
|---|
| 22 | G4WeightCutOffConfigurator- was a hang-up from previous implementation
|
|---|
| 23 | which was erroneously left in the G4WeightCutOffProcess.
|
|---|
| 24 | This meant the WeightCutOff could only work in a MASS geometry
|
|---|
| 25 | (by coincidence between the ImportanceBiasing and the GeometryCells).
|
|---|
| 26 |
|
|---|
| 27 | April 21st, 2008 Alex Howard (procbiasing-V09-01-01)
|
|---|
| 28 | - mis-tagged - please ignore
|
|---|
| 29 |
|
|---|
| 30 | April 21st, 2008 Alex Howard (procbiasing-V09-01-00)
|
|---|
| 31 | - Tag of the HEAD which includes scoring for backwards compatibility
|
|---|
| 32 |
|
|---|
| 33 | October 31st, 2007 Alex Howard (procbiasing-V09-00-00)
|
|---|
| 34 | - Fixed G4ProcessPlacer.cc to put biasing process second for AlongStep
|
|---|
| 35 | as well as PostStep - a bug which would feature for charged particles.
|
|---|
| 36 | - Added print out for AlongStep process vector to avoid confusion
|
|---|
| 37 |
|
|---|
| 38 | June 22nd, 2007 Alex Howard (procbiasing-V08-03-08)
|
|---|
| 39 | - Added missing member function to G4VSampler base class
|
|---|
| 40 |
|
|---|
| 41 | June 12th, 2007 Alex Howard (procbiasing-V08-03-05)
|
|---|
| 42 | - Added CoupledTransportation name to G4ProcessPlacer
|
|---|
| 43 |
|
|---|
| 44 | June 1st, 2007 Alex Howard (procbiasing-V08-03-04)
|
|---|
| 45 | - Added missing source file G4VProcessPlacer.cc previously resident in
|
|---|
| 46 | processes/transportation
|
|---|
| 47 | - Removed scoring inheritance in G4VSampler
|
|---|
| 48 | - HEAD maintains inheritance for backward comparisons/testing
|
|---|
| 49 |
|
|---|
| 50 | June 1st, 2007 Alex Howard (procbiasing-V08-03-03)
|
|---|
| 51 | - Renamed New classes back to normal classes, simultaneously
|
|---|
| 52 | processes/transportation old biasing classes renamed with
|
|---|
| 53 | suffix 8 to avoid clashes.
|
|---|
| 54 | - includes modified G4GeometrySampler (without scoring)
|
|---|
| 55 | - HEAD contains un-modifier G4GeometrySampler and depends on old scoring scheme
|
|---|
| 56 | in geometry/biasing.
|
|---|
| 57 |
|
|---|
| 58 | May 31st, 2007 Alex Howard (procbiasing-V08-03-02)
|
|---|
| 59 | - removed dependency on old biasing within transportation and on old scoring
|
|---|
| 60 | within geometry
|
|---|
| 61 | - G4GeometrySampler is modified to remove scoring dependency
|
|---|
| 62 | - HEAD of G4GeometrySampler is the old file
|
|---|
| 63 | - HEAD contains a different version of G4GeometrySampler that includes the old
|
|---|
| 64 | biasing scoring for the purpose of testing
|
|---|
| 65 |
|
|---|
| 66 | May 30th, 2007 Alex Howard (procbiasing-V08-03-01)
|
|---|
| 67 | - added missing includes to GNUmakefile
|
|---|
| 68 |
|
|---|
| 69 | May 30th, 2007 Alex Howard (procbiasing-V08-03-00)
|
|---|
| 70 | - migrated classes and tests from processes/scoring
|
|---|
| 71 |
|
|---|
| 72 | May 25th, 2007 Jane Tinslay
|
|---|
| 73 | - Add tests for physics biasing under test/physics_biasing
|
|---|
| 74 |
|
|---|
| 75 | March 21st, 2007 G.Cosmo
|
|---|
| 76 | - Module and history file created.
|
|---|
| 77 |
|
|---|
| 78 |
|
|---|