| 1 | $Id: History,v 1.15 2006/08/16 15:43:44 gcosmo Exp $
|
|---|
| 2 | --------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Example AnaEx01 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 | 16th August 2006 Gabriele Cosmo (AnaEx01-V08-01-00)
|
|---|
| 19 | - Corrected text in README for AIDA setup.
|
|---|
| 20 |
|
|---|
| 21 | 6th December 2005 Gabriele Cosmo
|
|---|
| 22 | - Trivial change in main() for support of CLHEP-2.0.X series.
|
|---|
| 23 |
|
|---|
| 24 | 15th November 2005 Guy Barrand (AnaEx01-V07-01-01)
|
|---|
| 25 | - Tagged all changes.
|
|---|
| 26 |
|
|---|
| 27 | 25th October 2005 Guy Barrand
|
|---|
| 28 | - Have .aida as a default file format.
|
|---|
| 29 |
|
|---|
| 30 | 24th October 2005 Guy Barrand
|
|---|
| 31 | - Put AIDA_createAnalysisFactory() in the main in order
|
|---|
| 32 | to be able to instrumenet easily this example with G4Lab::UIOnX.
|
|---|
| 33 |
|
|---|
| 34 | 31th August 2005 Guy Barrand
|
|---|
| 35 | - Update README, analyis/Lab/AnaEx01.py to work with OpenScientist-v14r0.
|
|---|
| 36 |
|
|---|
| 37 | 3rd May 2005 John Allison (examples-V07-00-03)
|
|---|
| 38 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 39 |
|
|---|
| 40 | 3rd December 2003 Gabriele Cosmo (AnaEx01-V05-02-01)
|
|---|
| 41 | - Fixed minor compilation warnings and added 'aida-config' in
|
|---|
| 42 | GNUmakefile, activated through G4ANALYSIS_USE.
|
|---|
| 43 |
|
|---|
| 44 | 17th October 2003 Guy Barrand
|
|---|
| 45 | - AnaEx01VisManager: removed OPACS driver.
|
|---|
| 46 |
|
|---|
| 47 | 20th June 2003 Guy Barrand (AnaEx01-V05-02-00)
|
|---|
| 48 | - * : AIDA-3.0 compliant. Usage of AIDA namespace, etc...
|
|---|
| 49 |
|
|---|
| 50 | 03th December 2001 Guy Barrand (AnaEx01-V03-02-01)
|
|---|
| 51 | - Change README : Explain CMTSITE setup for Lab usage.
|
|---|
| 52 |
|
|---|
| 53 | 19th November 2001 Guy Barrand
|
|---|
| 54 | - Change README : G4ANALYSIS_USE_AIDA -> G4ANALYSIS_USE.
|
|---|
| 55 |
|
|---|
| 56 | 16rd November 2001 Guy Barrand
|
|---|
| 57 | - * : AIDA 2.2 compliant code. Usage of tuple.
|
|---|
| 58 |
|
|---|
| 59 | 20 June 2001, Guy Barrand :
|
|---|
| 60 | - AnaEx01SteppingVerbose.cc : replace "entries" to "size" in order
|
|---|
| 61 | to compile with 03-00-ref-03 kernel.
|
|---|
| 62 |
|
|---|
| 63 | 14 September 2000, Guy Barrand :
|
|---|
| 64 | - Birth.
|
|---|