| 1 | $Id: History,v 1.22 2008/03/02 10:52:55 kurasige Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators
|
|---|
| 11 | to briefly summarize all major modifications introduced in the code
|
|---|
| 12 | and keep track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 14 | committal in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| 19 | Mar. 2nd, 2008 - H.Kurashige (procuts-V09-01-00)
|
|---|
| 20 | - Add ProductionCutsMessenger
|
|---|
| 21 | - Suppress 'too big cut value' messsage for higher verbosity
|
|---|
| 22 |
|
|---|
| 23 | June 6th, 2007 - L.Urban (procuts-V08-03-01)
|
|---|
| 24 | - Fix in G4VRangeToEnergyConverter::convert(), range-energu conversion,
|
|---|
| 25 | correcting artifact observed in the visible energy plot over range-cut,
|
|---|
| 26 | where a jump in the distribution was evident.
|
|---|
| 27 | The correction can influence the result only for the tests, where
|
|---|
| 28 | the e+/e- energy cuts are below 30 keV and even in this case the change
|
|---|
| 29 | in results should be small.
|
|---|
| 30 |
|
|---|
| 31 | May 30th, 2007 - H.Kurashige (procuts-V08-03-00)
|
|---|
| 32 | - Fix G4ProductionCutsTable::CheckMaterialCutsCoupleInfo
|
|---|
| 33 |
|
|---|
| 34 | March 15th, 2007 - H.Kurashige (procuts-V08-02-00)
|
|---|
| 35 | - Add G4ProductionCutsTable::ConvertRangeToEnergy
|
|---|
| 36 |
|
|---|
| 37 | June 9th, 2006 - H.Kurashige (procuts-V08-00-03)
|
|---|
| 38 | - Fix memory leak in G4ProductionCutsTable and G4PhysicsTableHelper
|
|---|
| 39 |
|
|---|
| 40 | June 1st, 2006 - H.Kurashige (procuts-V08-00-02)
|
|---|
| 41 | - Fix memory leak in G4ProductionCutsTable
|
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 | May 26th, 2006 - H.Kurashige (procuts-V08-00-01)
|
|---|
| 45 | - Fix memory leak in G4VRangeToEnergyConverter::BuildLossTable
|
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 | January 18th, 2006 - H.Kurashige (procuts-V08-00-00)
|
|---|
| 49 | - Fix G4VRangeToEnergyConverter::Convert to recalculate the Energy Loss table
|
|---|
| 50 | if new elements are added
|
|---|
| 51 |
|
|---|
| 52 | November 18th, 2005 - M.Asai (procuts-V07-01-01)
|
|---|
| 53 | - migration to sstream.
|
|---|
| 54 |
|
|---|
| 55 | October 28th, 2005 - M.Asai (procuts-V07-01-00)
|
|---|
| 56 | - Working tag for merging "envelope" to G4Region.
|
|---|
| 57 |
|
|---|
| 58 | December 2nd, 2004 - H.Kurashige (procuts-V06-02-03)
|
|---|
| 59 | - migration to cmath
|
|---|
| 60 |
|
|---|
| 61 | November 7th, 2004 - H.Kurashige (procuts-V06-02-02)
|
|---|
| 62 | - Fixed misspelling in method name for G4PhysicsTableHelper::RetrievePhysicsTable
|
|---|
| 63 |
|
|---|
| 64 | October 25th, 2004 - H.Kurashige (procuts-V06-02-01)
|
|---|
| 65 | - Add G4MCCIndexConversionTable and modify G4ProductionCutsTable
|
|---|
| 66 | in order to extend functionality of Store/RetrievePhysicsTable
|
|---|
| 67 | - Add G4PhysicsTableHelper in order to assist implementation of
|
|---|
| 68 | new scheme of Store/RetrievePhysicsTable for processes
|
|---|
| 69 |
|
|---|
| 70 |
|
|---|
| 71 | September 28th, 2004 - M.Asai (procuts-V06-02-00)
|
|---|
| 72 | - Fixed bug in G4ProductionCutsTable for the update of materials/cuts
|
|---|
| 73 | couple for dynamic setups where material may vary, like in the case
|
|---|
| 74 | of parameterization of detectors through material.
|
|---|
| 75 | - The tag coworks with the geometry tags: "geommng-V06-02-02" and
|
|---|
| 76 | "geomnav-V06-02-04".
|
|---|
| 77 |
|
|---|
| 78 | June 7th, 2004 - G.Cosmo (procuts-V06-01-01)
|
|---|
| 79 | - Moved usage of statics in inline functions to non-inline to allow
|
|---|
| 80 | porting for DLLs on Windows. Modified G4ProductionCuts[.hh.cc].
|
|---|
| 81 |
|
|---|
| 82 | March 31st, 2004 - H.Kurashige (procuts-V06-01-00)
|
|---|
| 83 | - Modify G4ProductionCutsTable::RetrieveCutsTable to allow
|
|---|
| 84 | ordering of materials and couples can be different from
|
|---|
| 85 | one in file
|
|---|
| 86 |
|
|---|
| 87 | November 8th, 2003 - H.Kurashige (procuts-V05-02-03)
|
|---|
| 88 | - Fixed bugs in G4VRangeToEnergyConverter (and related class)
|
|---|
| 89 | - Revised error messages in retreiving ProductionCutsTable
|
|---|
| 90 |
|
|---|
| 91 | November 7th, 2003 - H.Kurashige (procuts-V05-02-02)
|
|---|
| 92 | - Revised error messages in retreiving ProductionCutsTable
|
|---|
| 93 |
|
|---|
| 94 | November 3th, 2003 - H.Kurashige (procuts-V05-02-01)
|
|---|
| 95 | - Modified error messages in retreiving ProductionCutsTable
|
|---|
| 96 | - Add verboseLevel in G4ProductionCutsTable
|
|---|
| 97 |
|
|---|
| 98 | September 19th, 2003 - G.Cosmo (procuts-V05-02-00)
|
|---|
| 99 | - Created new sub-category 'cuts'.
|
|---|
| 100 | Moved classes from particles/management.
|
|---|