| 1 | $Id: History,v 1.18 2009/05/13 08:46:37 gbarrand 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 | 13 May 2009 Guy Barrand (AnaEx01-V09-02-00)
|
|---|
| 19 | - Tagged all changes.
|
|---|
| 20 |
|
|---|
| 21 | 13 May 2009 Guy Barrand
|
|---|
| 22 | - update the README.
|
|---|
| 23 | - remove the content of the analysis/[Falsetto,jas,Lab] directories.
|
|---|
| 24 | In fact the analysis directory should not be distributed anymore.
|
|---|
| 25 | - have a run.mac in the main example directory.
|
|---|
| 26 | - AnaEx01AnalysisManager : arrange to have histo and tuple name
|
|---|
| 27 | as interger in case of hbook file format.
|
|---|
| 28 |
|
|---|
| 29 | 5 March 2009 Guy Barrand
|
|---|
| 30 | - GNUmakefile : remove the G4ANALYSIS_USE logic found in this file, since
|
|---|
| 31 | it is handled already in the config/analysis.gmk.
|
|---|
| 32 | This avoids a duplication in the compilation and link commands
|
|---|
| 33 | of the aida-config options.
|
|---|
| 34 |
|
|---|
| 35 | 16th August 2006 Gabriele Cosmo (AnaEx01-V08-01-00)
|
|---|
| 36 | - Corrected text in README for AIDA setup.
|
|---|
| 37 |
|
|---|
| 38 | 6th December 2005 Gabriele Cosmo
|
|---|
| 39 | - Trivial change in main() for support of CLHEP-2.0.X series.
|
|---|
| 40 |
|
|---|
| 41 | 15th November 2005 Guy Barrand (AnaEx01-V07-01-01)
|
|---|
| 42 | - Tagged all changes.
|
|---|
| 43 |
|
|---|
| 44 | 25th October 2005 Guy Barrand
|
|---|
| 45 | - Have .aida as a default file format.
|
|---|
| 46 |
|
|---|
| 47 | 24th October 2005 Guy Barrand
|
|---|
| 48 | - Put AIDA_createAnalysisFactory() in the main in order
|
|---|
| 49 | to be able to instrumenet easily this example with G4Lab::UIOnX.
|
|---|
| 50 |
|
|---|
| 51 | 31th August 2005 Guy Barrand
|
|---|
| 52 | - Update README, analyis/Lab/AnaEx01.py to work with OpenScientist-v14r0.
|
|---|
| 53 |
|
|---|
| 54 | 3rd May 2005 John Allison (examples-V07-00-03)
|
|---|
| 55 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 56 |
|
|---|
| 57 | 3rd December 2003 Gabriele Cosmo (AnaEx01-V05-02-01)
|
|---|
| 58 | - Fixed minor compilation warnings and added 'aida-config' in
|
|---|
| 59 | GNUmakefile, activated through G4ANALYSIS_USE.
|
|---|
| 60 |
|
|---|
| 61 | 17th October 2003 Guy Barrand
|
|---|
| 62 | - AnaEx01VisManager: removed OPACS driver.
|
|---|
| 63 |
|
|---|
| 64 | 20th June 2003 Guy Barrand (AnaEx01-V05-02-00)
|
|---|
| 65 | - * : AIDA-3.0 compliant. Usage of AIDA namespace, etc...
|
|---|
| 66 |
|
|---|
| 67 | 03th December 2001 Guy Barrand (AnaEx01-V03-02-01)
|
|---|
| 68 | - Change README : Explain CMTSITE setup for Lab usage.
|
|---|
| 69 |
|
|---|
| 70 | 19th November 2001 Guy Barrand
|
|---|
| 71 | - Change README : G4ANALYSIS_USE_AIDA -> G4ANALYSIS_USE.
|
|---|
| 72 |
|
|---|
| 73 | 16rd November 2001 Guy Barrand
|
|---|
| 74 | - * : AIDA 2.2 compliant code. Usage of tuple.
|
|---|
| 75 |
|
|---|
| 76 | 20 June 2001, Guy Barrand :
|
|---|
| 77 | - AnaEx01SteppingVerbose.cc : replace "entries" to "size" in order
|
|---|
| 78 | to compile with 03-00-ref-03 kernel.
|
|---|
| 79 |
|
|---|
| 80 | 14 September 2000, Guy Barrand :
|
|---|
| 81 | - Birth.
|
|---|