source: trunk/examples/novice/N06/History @ 1320

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

geant4.9.4 beta rc0

File size: 5.3 KB
Line 
1$Id: History,v 1.44 2010/06/06 04:08:56 perl Exp $
2-------------------------------------------------------------------
3
4     =========================================================
5     Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6     =========================================================
7
8                    Example N06 History file
9                    ------------------------
10This file should be used by the G4 example coordinator to briefly
11summarize all major modifications introduced in the code and keep
12track of all tags.
13
14     ----------------------------------------------------------
15     * Reverse chronological order (last date on top), please *
16     ----------------------------------------------------------
17
184th June 2010 Joseph Perl (exampleN06-V09-03-00)
19- Updated vis usage
20
2109th November 2009 Peter Gumplinger (exampleN06-V09-02-01)
22- use G4eMultipleScattering, G4MuMultipleScattering and
23  G4hMultipleScattering instead of G4MultipleScattering
24
2530th October 2009 John Allison (exampleN06-V09-02-00)
26- Introduced G4UIExecutive.
27
2820th November 2008 P. Gumplinger (exampleN06-V09-01-03)
29- add theCerenkovProcess->SetMaxBetaChangePerStep in ExN06PhysicsList
30
3116th July 2008 P. Gumplinger (exampleN06-V09-01-02)
32- use dynamic_cast <G4OpticalSurface*> in ExN06DetectorConstruction.cc
33
3412th June 2008 P. Gumplinger (exampleN06-V09-01-01)
35- now use G4EmSaturation to implement the Birks Correction
36  for G4Scintillation
37
3807th May 2008 J.Allison (exampleN06-V09-01-00)
39- Protected "/control/execute vis.mac" with G4VIS_USE flag.
40     
4130 Sept 2007 Peter Gumplinger (exampleN06-V09-00-00)
42- adjust to the G4Cerenkov process now being a G4VDiscreteProcess
43
44October 18th 2006 J.Allison  (exampleN06-V08-01-00)
45- Migrate to new trajectory modeling commands.
46
4716th June 2006 Gabriele Cosmo (exampleN06-V08-00-02)
48- Use coherent allocation scheme for user-classes and
49  initialisation in main().
50
5115th June 2006 Peter Gumplinger (exampleN06-V08-00-01)
52- add new method ExN06PrimaryGeneratorAction::SetOptPhotonPolar()
53  to set a random linear polarization when the command -
54  /N06/gun/optPhotonPolar - is given without arguments
55
5615th June 2006 Gabriele Cosmo (exampleN06-V08-00-00)
57- Separate instantiation of the user-stepping-verbose class from
58  initialisation of the G4VSteppingVerbose singleton.
59
606th December 2005 Gabriele Cosmo
61- Trivial changes for support of CLHEP-2.0.X series.
62
634th December 2005 John Allison (exampleN06-V07-01-00)
64- Replaced vis code in EndOfEventAction by suitable vis commands in vis.mac.
65
6616 May 2005 Peter Gumplinger (exampleN06-V07-00-01)
67- use SetProcessOrdering for theDecayProces
68     
6911 May 2005 Michel Maire (exampleN06-V07-00-00)
70- UI command cerenkovMaxPhotons available in Idle state only
71
723rd May 2005 John Allison  (examples-V07-00-03)
73- Replaced vis manager with G4VisExecutive.
74
75June 1, 2004 Peter Gunplinger (exampleN06-V06-01-01)
76- Updated README file.
77
78April 2, 2004 Michel Maire (exampleN06-V06-01-00)
79- PrimaryGenerator: e+ 500 keV
80- Removed vis commands from RunAction
81
82March 17, 2004 Peter Gumplinger (exampleN06-V06-00-00)
83- DetectorConstruction: change surface model between OpWaterSurface
84                        and OpAirSurface
85
86December 1, 2003 Peter Gumplinger (exampleN06-V05-02-02)
87- DetectorConstruction: use G4SurfaceProperty.
88
89November 13, 2003 John Allison
90- Removed OPACS from Vis Manager.
91
92October 24, 2003 Michel Maire (exampleN06-V05-02-01)
93- PhysicsList: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
94     
95October 06, 2003 Michel Maire (exampleN06-V05-02-00)
96- Cosmetic cleanup of material definition
97
98April 17, 2003 Peter Gumplinger (exampleN06-V05-00-03)
99- Changed OpWaterSurface to dielectric_dielectric in class
100  ExN06DetectorConstruction
101     
102March 26, 2003 Michel Maire (exampleN06-V05-00-02)
103- G4PVPlacement in logical mother
104     
105Febuary 11, 2003 Michel Maire (exampleN06-V05-00-01)
106- Added a blank in steppingVerbose !
107
108January 23, 2003 Michel Maire (exampleN06-V05-00-00)
109- Added tools for interactive session : UItcsh, visualisation of tracks.
110- Added 2 messenger classes : PhysicsList and PrimaryGenerator
111- exampleN06.in changed --> exampleN06.out reduced
112
113November 21, 2002 Peter Gumplinger (exampleN06-V04-01-02)
114- exampleN06.out output changed because of small change in G4Scintillation
115 
116November 14, 2002 Peter Gumplinger (exampleN06-V04-01-01)
117- Reduced the scintillation photon yield to reduce the output size
118
119November 12, 2002 Peter Gumplinger (exampleN06-V04-01-00)
120- Added ExN06StackingAction
121- Changed user interface to new version of G4Scintillation
122
123May 30, 2002 Gabriele Cosmo (exampleN06-V04-00-02)
124- Renamed file ExN06PrimaryGeneratoraction.cc to ExN06PrimaryGeneratorAction.cc
125  to be consistent with class name.
126
127May 16, 2002 Peter Gumplinger (exampleN06-V04-00-01)
128- Added G4Scintillation to the example and update reference output
129
130Oct 19, 2001 Steve O'Neale (examples-V03-02-00)
131- Updated reference output
132
13306-02-2001 Update reference output for op-V03-00-05 S.W.O'Neale
134
135June 17, 2000 John Allison  (exampleN06-V01-01-00)
136- Updated exampleN06.out for geant4-01-01-ref-06.
137
13816th April 1999 Hisaya Kurashige
139- Modified ExN06RunAction
140- Modified ExN06PhysicsList::SetCuts
141
14221st August 1998 John Allison
143- Changed file names from N06* to ExN06*.
144
1459th August 1998 John Allison
146- Changed G4UIterminal to G4UIGAG.
147
148April 09, 98 Gabriele Cosmo
149- Created.
Note: See TracBrowser for help on using the repository browser.