| [807] | 1 | # $Id: History,v 1.31 2006/11/20 12:44:40 ahoward Exp $
|
|---|
| 2 | # -------------------------------------------------------------------
|
|---|
| 3 | # GEANT4 tag $Name: $
|
|---|
| 4 | # -------------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | =========================================================
|
|---|
| 7 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 8 | =========================================================
|
|---|
| 9 |
|
|---|
| 10 | Category History file
|
|---|
| 11 | ---------------------
|
|---|
| 12 | This file should be used by G4 developers and category coordinators
|
|---|
| 13 | to briefly summarize all major modifications introduced in the code
|
|---|
| 14 | and keep track of all category-tags.
|
|---|
| 15 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 16 | committal in the CVS repository !
|
|---|
| 17 |
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| 19 | * Reverse chronological order (last date on top), please *
|
|---|
| 20 | ----------------------------------------------------------
|
|---|
| 21 |
|
|---|
| 22 | November 20th, 2006, A. Howard
|
|---|
| 23 | - removed hadronic_list.gmk from GNUmakefile to accommodate new reference
|
|---|
| 24 | physicslist location
|
|---|
| 25 |
|
|---|
| 26 | June 26th, 2006 A. Howard
|
|---|
| 27 | - fixed configuration script, GNUmakefiles and python scripts to work for
|
|---|
| 28 | runSimNoAnalysis.py and also corrected Vis scripts for non-static particles
|
|---|
| 29 |
|
|---|
| 30 | December 15th, 2005 A.Howard
|
|---|
| 31 | - Migration to CLHEP namespace - requires cloning of class in python
|
|---|
| 32 | - Migrated to non-static particles
|
|---|
| 33 |
|
|---|
| 34 | November 15th, 2005 G.Cosmo - Tiara-V07-01-00
|
|---|
| 35 | - Migration to <sstream> from deprecated <strstream>.
|
|---|
| 36 |
|
|---|
| 37 | May 3rd, 2005 J.Allison
|
|---|
| 38 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 39 |
|
|---|
| 40 | March 17th, 2005 G.Daquino - Tiara-V07-00-00
|
|---|
| 41 | - Migration of Tiara (working with PI) from rh73 to slc3
|
|---|
| 42 |
|
|---|
| 43 | Dec 14th, 2004 G.Daquino - Tiara-V06-02-02
|
|---|
| 44 | - Update of GNUmakefiles to the new phys_lists structure
|
|---|
| 45 |
|
|---|
| 46 | Dec 13th, 2004 G.Cosmo - Tiara-V06-02-01
|
|---|
| 47 | - Use new phys-lists structure.
|
|---|
| 48 |
|
|---|
| 49 | Dec 8th, 2004 G.Daquino - Tiara-V06-02-00
|
|---|
| 50 | - Corrected link to the centralized hadronic physics lists. Eliminated all the old
|
|---|
| 51 | links to the tiara-dedicated shared libraries for the Packaging and the physics lists
|
|---|
| 52 | SWIG wraps based on the templated physics list classes
|
|---|
| 53 | Migration to the <cmath> completed
|
|---|
| 54 | runSim.py still needs to be modified in order to obtain the plotting through PI
|
|---|
| 55 |
|
|---|
| 56 | Jun 18th, 2004 G.Daquino - Tiara-V06-01-03
|
|---|
| 57 | - Corrected some errors in the README and in the script envCommon.csh. Besides, the file
|
|---|
| 58 | hadronic_list.gmk in the subdirectory source was not correct.
|
|---|
| 59 |
|
|---|
| 60 | Jun 9th, 2004 G.Daquino - Tiara-V06-01-00
|
|---|
| 61 | - Passing from Anaphe to PI, Tiara has been partly fixed. Still problems
|
|---|
| 62 | are present on the compatibility between the PI and Anaphe pointers for hf.
|
|---|
| 63 | However, runSimNoAnalysis.py works correctly, being independent of the
|
|---|
| 64 | analysis tool.
|
|---|
| 65 |
|
|---|
| 66 | Dec 9th, 2003 G.Daquino - Tiara-V05-02-06
|
|---|
| 67 | - Fixed implementation of TiaraPrimaryGeneratorAction, where copy
|
|---|
| 68 | constructor and operator=() definitions were commented out by mistake
|
|---|
| 69 | by V.Ivantchenko.
|
|---|
| 70 |
|
|---|
| 71 | Dec 8th, 2003 G.Cosmo - Tiara-V05-02-05
|
|---|
| 72 | - Restored some classes in physics_lists package and fixed setup
|
|---|
| 73 | configuration.
|
|---|
| 74 |
|
|---|
| 75 | Dec 5th, 2003 G.Cosmo - Tiara-V05-02-04
|
|---|
| 76 | - Changed LISTS_BASE to G4LISTS_BASE for hadronic physics lists path.
|
|---|
| 77 | Cowork with "ghad-lists-V05-02-01".
|
|---|
| 78 |
|
|---|
| 79 | Dec 4th, 2003 G.Cosmo - Tiara-V05-02-03
|
|---|
| 80 | - Fixed build setup. Added references to new physics-lists structure.
|
|---|
| 81 | - Corrected setup for SWIG to point to default installation under /usr.
|
|---|
| 82 |
|
|---|
| 83 | Dec 3rd, 2003 H.P.Wellisch
|
|---|
| 84 | - Removed hadronics physics-lists. Now using default setup provided
|
|---|
| 85 | in $G4INSTALL/hadronic_lists.
|
|---|
| 86 |
|
|---|
| 87 | Nov 20th, 2003 V.Ivanchenko - Tiara-V05-02-02
|
|---|
| 88 | - Decays for all particles
|
|---|
| 89 |
|
|---|
| 90 | Nov 13th, 2003 John Allison
|
|---|
| 91 | - Removed OPACS from Vis Manager.
|
|---|
| 92 |
|
|---|
| 93 | Nov 07th, 2003 V.Ivanchenko - Tiara-V05-02-01
|
|---|
| 94 | - Remove STD from physics
|
|---|
| 95 | - Cleanup GNUmakefiles and warnings
|
|---|
| 96 |
|
|---|
| 97 | Aug 08th, 2003 M.Dressel - Tiara-V05-02-00
|
|---|
| 98 | - important update of README
|
|---|
| 99 |
|
|---|
| 100 | Jul 08th, 2003 M.Dressel - Tiara-B05-01-05
|
|---|
| 101 | - this together with geant4-05-02-ref-00 is used for the check for
|
|---|
| 102 | large deviations in 68c100 simulation
|
|---|
| 103 |
|
|---|
| 104 | Jun 20th, 2003 M.Dressel - Tiara-V05-01-04
|
|---|
| 105 | - using CLHEP units replacing G4Dimensions.hh
|
|---|
| 106 |
|
|---|
| 107 | Jun 18th, 2003 M.Dressel - Tiara-V05-01-03
|
|---|
| 108 | - change environment configuration for swig
|
|---|
| 109 |
|
|---|
| 110 | Jun 17th, 2003 M.Dressel - Tiara-V05-01-02
|
|---|
| 111 | - changes for rh73 with gcc-2.95.2 and rh73 with gcc-3.2
|
|---|
| 112 |
|
|---|
| 113 | Jun 16th, 2003 M.Dressel - Tiara-V05-01-01
|
|---|
| 114 | - building with gmake supported, cvs meta info added
|
|---|
| 115 |
|
|---|
| 116 | Jun 12th, 2003 M.Dressel - Tiara-V05-01-00
|
|---|
| 117 | - Created
|
|---|