| [819] | 1 | $Id: History,v 1.16 2007/10/31 18:05:44 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 | October 31st, 2007 Alex Howard (procbiasing-V09-00-00)
|
|---|
| 21 | - Fixed G4ProcessPlacer.cc to put biasing process second for AlongStep
|
|---|
| 22 | as well as PostStep - a bug which would feature for charged particles.
|
|---|
| 23 | - Added print out for AlongStep process vector to avoid confusion
|
|---|
| 24 |
|
|---|
| 25 | June 22nd, 2007 Alex Howard (procbiasing-V08-03-08)
|
|---|
| 26 | - Added missing member function to G4VSampler base class
|
|---|
| 27 |
|
|---|
| 28 | June 12th, 2007 Alex Howard (procbiasing-V08-03-05)
|
|---|
| 29 | - Added CoupledTransportation name to G4ProcessPlacer
|
|---|
| 30 |
|
|---|
| 31 | June 1st, 2007 Alex Howard (procbiasing-V08-03-04)
|
|---|
| 32 | - Added missing source file G4VProcessPlacer.cc previously resident in
|
|---|
| 33 | processes/transportation
|
|---|
| 34 | - Removed scoring inheritance in G4VSampler
|
|---|
| 35 | - HEAD maintains inheritance for backward comparisons/testing
|
|---|
| 36 |
|
|---|
| 37 | June 1st, 2007 Alex Howard (procbiasing-V08-03-03)
|
|---|
| 38 | - Renamed New classes back to normal classes, simultaneously
|
|---|
| 39 | processes/transportation old biasing classes renamed with
|
|---|
| 40 | suffix 8 to avoid clashes.
|
|---|
| 41 | - includes modified G4GeometrySampler (without scoring)
|
|---|
| 42 | - HEAD contains un-modifier G4GeometrySampler and depends on old scoring scheme
|
|---|
| 43 | in geometry/biasing.
|
|---|
| 44 |
|
|---|
| 45 | May 31st, 2007 Alex Howard (procbiasing-V08-03-02)
|
|---|
| 46 | - removed dependency on old biasing within transportation and on old scoring
|
|---|
| 47 | within geometry
|
|---|
| 48 | - G4GeometrySampler is modified to remove scoring dependency
|
|---|
| 49 | - HEAD of G4GeometrySampler is the old file
|
|---|
| 50 | - HEAD contains a different version of G4GeometrySampler that includes the old
|
|---|
| 51 | biasing scoring for the purpose of testing
|
|---|
| 52 |
|
|---|
| 53 | May 30th, 2007 Alex Howard (procbiasing-V08-03-01)
|
|---|
| 54 | - added missing includes to GNUmakefile
|
|---|
| 55 |
|
|---|
| 56 | May 30th, 2007 Alex Howard (procbiasing-V08-03-00)
|
|---|
| 57 | - migrated classes and tests from processes/scoring
|
|---|
| 58 |
|
|---|
| 59 | May 25th, 2007 Jane Tinslay
|
|---|
| 60 | - Add tests for physics biasing under test/physics_biasing
|
|---|
| 61 |
|
|---|
| 62 | March 21st, 2007 G.Cosmo
|
|---|
| 63 | - Module and history file created.
|
|---|
| 64 |
|
|---|
| 65 |
|
|---|