source: trunk/examples/novice/N06/History

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

update ti head

File size: 5.4 KB
Line 
1$Id: History,v 1.45 2010/10/23 20:04:40 gum 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
1823rd October 2010 P. Gumplinger (exampleN06-V09-03-01)
19- add G4OpMieHG scattering process and associated material properties
20
214th June 2010 Joseph Perl (exampleN06-V09-03-00)
22- Updated vis usage
23
2409th November 2009 Peter Gumplinger (exampleN06-V09-02-01)
25- use G4eMultipleScattering, G4MuMultipleScattering and
26  G4hMultipleScattering instead of G4MultipleScattering
27
2830th October 2009 John Allison (exampleN06-V09-02-00)
29- Introduced G4UIExecutive.
30
3120th November 2008 P. Gumplinger (exampleN06-V09-01-03)
32- add theCerenkovProcess->SetMaxBetaChangePerStep in ExN06PhysicsList
33
3416th July 2008 P. Gumplinger (exampleN06-V09-01-02)
35- use dynamic_cast <G4OpticalSurface*> in ExN06DetectorConstruction.cc
36
3712th June 2008 P. Gumplinger (exampleN06-V09-01-01)
38- now use G4EmSaturation to implement the Birks Correction
39  for G4Scintillation
40
4107th May 2008 J.Allison (exampleN06-V09-01-00)
42- Protected "/control/execute vis.mac" with G4VIS_USE flag.
43     
4430 Sept 2007 Peter Gumplinger (exampleN06-V09-00-00)
45- adjust to the G4Cerenkov process now being a G4VDiscreteProcess
46
47October 18th 2006 J.Allison  (exampleN06-V08-01-00)
48- Migrate to new trajectory modeling commands.
49
5016th June 2006 Gabriele Cosmo (exampleN06-V08-00-02)
51- Use coherent allocation scheme for user-classes and
52  initialisation in main().
53
5415th June 2006 Peter Gumplinger (exampleN06-V08-00-01)
55- add new method ExN06PrimaryGeneratorAction::SetOptPhotonPolar()
56  to set a random linear polarization when the command -
57  /N06/gun/optPhotonPolar - is given without arguments
58
5915th June 2006 Gabriele Cosmo (exampleN06-V08-00-00)
60- Separate instantiation of the user-stepping-verbose class from
61  initialisation of the G4VSteppingVerbose singleton.
62
636th December 2005 Gabriele Cosmo
64- Trivial changes for support of CLHEP-2.0.X series.
65
664th December 2005 John Allison (exampleN06-V07-01-00)
67- Replaced vis code in EndOfEventAction by suitable vis commands in vis.mac.
68
6916 May 2005 Peter Gumplinger (exampleN06-V07-00-01)
70- use SetProcessOrdering for theDecayProces
71     
7211 May 2005 Michel Maire (exampleN06-V07-00-00)
73- UI command cerenkovMaxPhotons available in Idle state only
74
753rd May 2005 John Allison  (examples-V07-00-03)
76- Replaced vis manager with G4VisExecutive.
77
78June 1, 2004 Peter Gunplinger (exampleN06-V06-01-01)
79- Updated README file.
80
81April 2, 2004 Michel Maire (exampleN06-V06-01-00)
82- PrimaryGenerator: e+ 500 keV
83- Removed vis commands from RunAction
84
85March 17, 2004 Peter Gumplinger (exampleN06-V06-00-00)
86- DetectorConstruction: change surface model between OpWaterSurface
87                        and OpAirSurface
88
89December 1, 2003 Peter Gumplinger (exampleN06-V05-02-02)
90- DetectorConstruction: use G4SurfaceProperty.
91
92November 13, 2003 John Allison
93- Removed OPACS from Vis Manager.
94
95October 24, 2003 Michel Maire (exampleN06-V05-02-01)
96- PhysicsList: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
97     
98October 06, 2003 Michel Maire (exampleN06-V05-02-00)
99- Cosmetic cleanup of material definition
100
101April 17, 2003 Peter Gumplinger (exampleN06-V05-00-03)
102- Changed OpWaterSurface to dielectric_dielectric in class
103  ExN06DetectorConstruction
104     
105March 26, 2003 Michel Maire (exampleN06-V05-00-02)
106- G4PVPlacement in logical mother
107     
108Febuary 11, 2003 Michel Maire (exampleN06-V05-00-01)
109- Added a blank in steppingVerbose !
110
111January 23, 2003 Michel Maire (exampleN06-V05-00-00)
112- Added tools for interactive session : UItcsh, visualisation of tracks.
113- Added 2 messenger classes : PhysicsList and PrimaryGenerator
114- exampleN06.in changed --> exampleN06.out reduced
115
116November 21, 2002 Peter Gumplinger (exampleN06-V04-01-02)
117- exampleN06.out output changed because of small change in G4Scintillation
118 
119November 14, 2002 Peter Gumplinger (exampleN06-V04-01-01)
120- Reduced the scintillation photon yield to reduce the output size
121
122November 12, 2002 Peter Gumplinger (exampleN06-V04-01-00)
123- Added ExN06StackingAction
124- Changed user interface to new version of G4Scintillation
125
126May 30, 2002 Gabriele Cosmo (exampleN06-V04-00-02)
127- Renamed file ExN06PrimaryGeneratoraction.cc to ExN06PrimaryGeneratorAction.cc
128  to be consistent with class name.
129
130May 16, 2002 Peter Gumplinger (exampleN06-V04-00-01)
131- Added G4Scintillation to the example and update reference output
132
133Oct 19, 2001 Steve O'Neale (examples-V03-02-00)
134- Updated reference output
135
13606-02-2001 Update reference output for op-V03-00-05 S.W.O'Neale
137
138June 17, 2000 John Allison  (exampleN06-V01-01-00)
139- Updated exampleN06.out for geant4-01-01-ref-06.
140
14116th April 1999 Hisaya Kurashige
142- Modified ExN06RunAction
143- Modified ExN06PhysicsList::SetCuts
144
14521st August 1998 John Allison
146- Changed file names from N06* to ExN06*.
147
1489th August 1998 John Allison
149- Changed G4UIterminal to G4UIGAG.
150
151April 09, 98 Gabriele Cosmo
152- Created.
Note: See TracBrowser for help on using the repository browser.