| 1 | $Id: History,v 1.14 2010/06/06 04:51:10 perl Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Example HepMCEx01 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 | June 4th 2010 J.Perl
|
|---|
| 19 | - Updated vis usage
|
|---|
| 20 |
|
|---|
| 21 | May 12th 2010 J.Allison
|
|---|
| 22 | - Introduced GUIExecutive.
|
|---|
| 23 |
|
|---|
| 24 | November, 22nd 2006 G.Cosmo
|
|---|
| 25 | - Corrected GNUmakefile.
|
|---|
| 26 |
|
|---|
| 27 | November 20th 2006 K.Murakami
|
|---|
| 28 | - GNUmakefile was modified for new place for physics list package
|
|---|
| 29 |
|
|---|
| 30 | October 18th 2006 J.Allison
|
|---|
| 31 | - Migrate to new trajectory modeling commands.
|
|---|
| 32 |
|
|---|
| 33 | July 5th, 2006 G.Cosmo
|
|---|
| 34 | - Updated to current version of exampleN04. Now working with release series 8.
|
|---|
| 35 | - Corrected GNUmakefile, now requiring CERNLIB 2005 for PYTHIA-8.0.4 and
|
|---|
| 36 | HepMC 1.27 or greater.
|
|---|
| 37 |
|
|---|
| 38 | May 3rd, 2005 John Allison
|
|---|
| 39 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 40 |
|
|---|
| 41 | December 2nd, 2003 G.Cosmo
|
|---|
| 42 | - Brought up-to-date with examples/novice/N04.
|
|---|
| 43 |
|
|---|
| 44 | November 13th, 2003 J.Allison
|
|---|
| 45 | - Removed OPACS from Vis Manager.
|
|---|
| 46 |
|
|---|
| 47 | July 4th, 2003 G.Cosmo
|
|---|
| 48 | - fixed compilation errors due to incorrect code migration from g4std wrappers.
|
|---|
| 49 | - fixed pedantic compilation warnings on Linux-g++.
|
|---|
| 50 |
|
|---|
| 51 | November 19th, 2002 K.Murakami
|
|---|
| 52 | - modified as is ExN04. (physics lists and vis. manager)
|
|---|
| 53 | - "std" namespace left/not cared was modified to "G4std".
|
|---|
| 54 |
|
|---|
| 55 | May 28th, 2002 K.Murakami
|
|---|
| 56 | - renamed classes and filenames.
|
|---|
| 57 |
|
|---|
| 58 | April 15th, 2002 K.Murakami
|
|---|
| 59 | - Creared from examples/novice/N04.
|
|---|
| 60 | - Replace N04PrimaryGeneatorAction with HepMC-interface version.
|
|---|
| 61 | - Resize the world volume.
|
|---|