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

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

tag geant4.9.4 beta 1 + modifs locales

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