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