source: trunk/examples/extended/biasing/History @ 1272

Last change on this file since 1272 was 807, checked in by garnier, 16 years ago

update

File size: 4.9 KB
Line 
1$Id: History,v 1.36 2007/06/22 13:20:55 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
20June 22, 2007  A. Howard - exbiasing-V08-03-02
21- Cleaned up B01 and B02 code to be more example-like for release
22
23June 5, 2007  A. Howard - exbiasing-V08-03-01
24- Removed B03 from GNUmakefile
25- Included "B02-V08-03-00" - migration of B02 to new biasing/scoring scheme:
26  test version
27
28June 5, 2007  A. Howard - exbiasing-V08-03-00
29- Migrated example B01 to new biasing/scoring scheme - test version
30  (needs clean up before public release)
31- Removed B03 (redundant/obsolete use of python)
32
33Dec 6, 2005  G. Cosmo
34- Trivial changes for support of CLHEP-2.0.X series.
35
36Nov 15th, 2005  G. Cosmo - exbiasing-V07-01-00
37- migration to <sstream> from deprecated <strstream>.
38
39May 3rd, 2005  J. Allison
40- replaced vis manager with G4VisExecutive.
41
42Dec 8th, 2004  G. Daquino - exbiasing-V06-02-00
43- B01, B02 and B03 migrated to <cmath>.
44
45Jun 21st, 2004  G. Daquino - exbiasing-V06-01-00
46- Ported B02 and B03 to AIDA 3.2.1 and PI 1.2.1.
47
48Jul 31th, 2003  M. Dressel - exbiasing-V05-02-02
49- added weight window example to B01
50
51Jul 31th, 2003  M. Dressel - exbiasing-V05-02-01
52- removed some unused arguments in fucntion calls
53
54Jun 30th, 2003  M. Dressel - exbiasing-V05-02-00
55- simplified building of B03 and removed files created by swig,
56  these files are created during gmake now
57
58Jun 25th, 2003  G. Cosmo - exbiasing-V05-01-00
59- Added disclaimer of liability where needed.
60
61Mar 11th, 2003  M. Dressel - exbiasing-V05-00-01
62- changed the replica number of the world volume from -1 to 0
63- Initialze() of the G4RunManager is now called after all Materials
64  and volumes (also in the parallel geometry) are built.
65
66
67Feb 19th, 2003  G.Cosmo - exbiasing-V05-00-00
68- removed redundant inclusion of PhysicalConstants.h.
69  Now using CLHEP headers.
70
71Nov 25th, 2002 M.Dressel -  exbiasing-V04-01-01
72- change README
73
74Nov 22th, 2002 M.Dressel
75- changed geometry for scoring. Cells must not coinside with
76  wolrd boundary since tracks would be killed before
77  scoring is called in the case a track exits a cell into
78  "out of world".
79
80Nov   8th, 2002 M.Dressel - exbiasing-V04-01-00
81  reduce and change examples. Only B01 B02 B03 will
82  remain but with different content.
83
84July 11th, 2002 M.Dressel - internal-3-exbiasing-V04-01-01
85- resolved B09 into geometry/biasing and run.
86- coworks with: internal-1-run-V04-01-01
87                internal-2-transport-V04-01-01
88                internal-2-geombias-V04-01-01
89
90July 10th, 2002 M.Dressel
91- using G4StandardScorer and G4StandardScoreTable instead of
92  B06Scorer and B06ScorePRinter in B06
93
94July 10th, 2002 M.Dressel - internal-2-exbiasing-V04-01-01
95- adopt to the new G4Sigma version in internal-1-geombias-V04-01-01
96
97
98July 10th, 2002 M.Dressel - internal-1-exbiasing-V04-01-01
99- temporarily created directory B09. Messangers and classes using them
100  are put into B09 because the G4UImessanger is not known in
101  geometry and processes.
102 
103
104Jun  4th, 2002 M.Dressel - exbiasing-V04-00-07
105- update of exampleBXX.out files.
106- addition of example B08
107
108May 31th, 2002 M.Dressel - exbiasing-V04-00-06
109- change ...Manager to ...Sampler to be conform to transport-V04-00-06
110
111May 23th, 2002 M.Dressel - internal-1-exbiasing-V04-00-05
112- Update of README and ouput files after changes in G4ProcessPlacer in
113  transportation
114
115May 15th, 2002 M.Asai - exbiasing-V04-00-05
116- Eliminated all UI commands from generator actions
117
118April 19th, 2002 G.Cosmo - exbiasing-V04-00-04
119- Added disclaimer of liability and minor cosmetics...
120
121April 12th, 2002 M.Dressel
122- Change class B06ImportanceDetectorConstruction.hh and exampleB06.cc.
123  B06ImportanceDetectorConstruction does not derive from
124  G4UserDetectorConstruction, function Construct made private
125  and called in Constructor.
126
127April 8th, 2002  G.Cosmo - exbiasing-V04-00-03
128- Fixed usage of 'first'/'second' in iterators for porting
129  on DEC-cxx non-ISO.
130
131April 8th, 2002  M.Dressel - exbiasing-V04-00-02
132- Resolved compilation problems on HP-aCC.
133
134April 4th, 2002  M.Dressel - exbiasing-V04-00-01
135- Resolved compilation problems on SUN-CC and Linux-egcs.
136
137March 28th, 2002  M.Dressel - exbiasing-V04-00-00
138- First implementation of importance biasing and scoring user examples.
139
140March 25th, 2002  G.Cosmo
141- Created.
Note: See TracBrowser for help on using the repository browser.