-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory
52 lines (38 loc) · 1.81 KB
/
History
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
$Id: History,v 1.12 2006-06-16 10:24:40 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
Example N01 History file
------------------------
This file should be used by the G4 example coordinator to briefly
summarize all major modifications introduced in the code and keep
track of all tags.
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
16 June 2006 Gabriele Cosmo (exampleN01-V08-00-00)
- Use coherent allocation scheme for user-classes and
initialisation in main().
3 May 2005 John Allison
- Replaced vis manager with G4VisExecutive.
6 October 2003 Michel Maire (exampleN01-V05-02-00)
- Cosmetic cleanup in material definitions.
25 March 2003 Michel Maire (exampleN01-V05-00-00)
- Use G4PVPlacement constructor in logical mother, even for the world.
3 July 2002 Makoto Asai (exampleN01-V04-01-00)
- Correction to README.
14 May 2002 Makoto Asai (exampleN01-V04-00-01)
- Removed UI command from ExN01PrimaryGeneratorAction and
use direct method calls.
26 April 2002 Gabriele Cosmo (exampleN01-V04-00-00)
- Removed deletion of volumes from destructor if ExN01DetectorConstruction.
Now volumes are automatically destructed by kernel's stores.
17 June 2000 John Allison (exampleN01-V01-01-00)
- Updated exampleN01.out for geant4-01-01-ref-06.
16 April 1999 Hisaya Kurashige
- Modified ExN01PhysicsList::SetCuts().
7 May 1998 Makoto Asai
- First commitment of all classes.
9 April 1998 Gabriele Cosmo
- Created.