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

Last change on this file since 1358 was 1347, checked in by garnier, 14 years ago

geant4 tag 9.4

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