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