source: trunk/source/processes/biasing/History @ 924

Last change on this file since 924 was 819, checked in by garnier, 16 years ago

import all except CVS

File size: 2.6 KB
Line 
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                      ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the  CVS log-message one should put at every
14committal in the CVS repository !
15
16     ----------------------------------------------------------
17     * Reverse chronological order (last date on top), please *
18     ----------------------------------------------------------
19
20October 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
25June 22nd, 2007 Alex Howard (procbiasing-V08-03-08)
26- Added missing member function to G4VSampler base class
27
28June 12th, 2007 Alex Howard (procbiasing-V08-03-05)
29- Added CoupledTransportation name to G4ProcessPlacer
30
31June 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
37June 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
45May 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
53May 30th, 2007 Alex Howard (procbiasing-V08-03-01)
54- added missing includes to GNUmakefile
55
56May 30th, 2007 Alex Howard (procbiasing-V08-03-00)
57- migrated classes and tests from processes/scoring
58
59May 25th, 2007 Jane Tinslay
60- Add tests for physics biasing under test/physics_biasing
61
62March 21st, 2007  G.Cosmo
63- Module and history file created.
64
65
Note: See TracBrowser for help on using the repository browser.