| 1 | $Id: History,v 1.24 2009/05/19 09:57:34 gcosmo 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 |
|
|---|
| 20 | May 2nd, 2009 - H.Kurashige (procuts-V09-02-00)
|
|---|
| 21 | - Use std::fabs instead of std::abs.
|
|---|
| 22 |
|
|---|
| 23 | March 2nd, 2008 - H.Kurashige (procuts-V09-01-00)
|
|---|
| 24 | - Add ProductionCutsMessenger
|
|---|
| 25 | - Suppress 'too big cut value' messsage for higher verbosity
|
|---|
| 26 |
|
|---|
| 27 | June 6th, 2007 - L.Urban (procuts-V08-03-01)
|
|---|
| 28 | - Fix in G4VRangeToEnergyConverter::convert(), range-energu conversion,
|
|---|
| 29 | correcting artifact observed in the visible energy plot over range-cut,
|
|---|
| 30 | where a jump in the distribution was evident.
|
|---|
| 31 | The correction can influence the result only for the tests, where
|
|---|
| 32 | the e+/e- energy cuts are below 30 keV and even in this case the change
|
|---|
| 33 | in results should be small.
|
|---|
| 34 |
|
|---|
| 35 | May 30th, 2007 - H.Kurashige (procuts-V08-03-00)
|
|---|
| 36 | - Fix G4ProductionCutsTable::CheckMaterialCutsCoupleInfo
|
|---|
| 37 |
|
|---|
| 38 | March 15th, 2007 - H.Kurashige (procuts-V08-02-00)
|
|---|
| 39 | - Add G4ProductionCutsTable::ConvertRangeToEnergy
|
|---|
| 40 |
|
|---|
| 41 | June 9th, 2006 - H.Kurashige (procuts-V08-00-03)
|
|---|
| 42 | - Fix memory leak in G4ProductionCutsTable and G4PhysicsTableHelper
|
|---|
| 43 |
|
|---|
| 44 | June 1st, 2006 - H.Kurashige (procuts-V08-00-02)
|
|---|
| 45 | - Fix memory leak in G4ProductionCutsTable
|
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 | May 26th, 2006 - H.Kurashige (procuts-V08-00-01)
|
|---|
| 49 | - Fix memory leak in G4VRangeToEnergyConverter::BuildLossTable
|
|---|
| 50 |
|
|---|
| 51 |
|
|---|
| 52 | January 18th, 2006 - H.Kurashige (procuts-V08-00-00)
|
|---|
| 53 | - Fix G4VRangeToEnergyConverter::Convert to recalculate the Energy Loss table
|
|---|
| 54 | if new elements are added
|
|---|
| 55 |
|
|---|
| 56 | November 18th, 2005 - M.Asai (procuts-V07-01-01)
|
|---|
| 57 | - migration to sstream.
|
|---|
| 58 |
|
|---|
| 59 | October 28th, 2005 - M.Asai (procuts-V07-01-00)
|
|---|
| 60 | - Working tag for merging "envelope" to G4Region.
|
|---|
| 61 |
|
|---|
| 62 | December 2nd, 2004 - H.Kurashige (procuts-V06-02-03)
|
|---|
| 63 | - migration to cmath
|
|---|
| 64 |
|
|---|
| 65 | November 7th, 2004 - H.Kurashige (procuts-V06-02-02)
|
|---|
| 66 | - Fixed misspelling in method name for G4PhysicsTableHelper::RetrievePhysicsTable
|
|---|
| 67 |
|
|---|
| 68 | October 25th, 2004 - H.Kurashige (procuts-V06-02-01)
|
|---|
| 69 | - Add G4MCCIndexConversionTable and modify G4ProductionCutsTable
|
|---|
| 70 | in order to extend functionality of Store/RetrievePhysicsTable
|
|---|
| 71 | - Add G4PhysicsTableHelper in order to assist implementation of
|
|---|
| 72 | new scheme of Store/RetrievePhysicsTable for processes
|
|---|
| 73 |
|
|---|
| 74 |
|
|---|
| 75 | September 28th, 2004 - M.Asai (procuts-V06-02-00)
|
|---|
| 76 | - Fixed bug in G4ProductionCutsTable for the update of materials/cuts
|
|---|
| 77 | couple for dynamic setups where material may vary, like in the case
|
|---|
| 78 | of parameterization of detectors through material.
|
|---|
| 79 | - The tag coworks with the geometry tags: "geommng-V06-02-02" and
|
|---|
| 80 | "geomnav-V06-02-04".
|
|---|
| 81 |
|
|---|
| 82 | June 7th, 2004 - G.Cosmo (procuts-V06-01-01)
|
|---|
| 83 | - Moved usage of statics in inline functions to non-inline to allow
|
|---|
| 84 | porting for DLLs on Windows. Modified G4ProductionCuts[.hh.cc].
|
|---|
| 85 |
|
|---|
| 86 | March 31st, 2004 - H.Kurashige (procuts-V06-01-00)
|
|---|
| 87 | - Modify G4ProductionCutsTable::RetrieveCutsTable to allow
|
|---|
| 88 | ordering of materials and couples can be different from
|
|---|
| 89 | one in file
|
|---|
| 90 |
|
|---|
| 91 | November 8th, 2003 - H.Kurashige (procuts-V05-02-03)
|
|---|
| 92 | - Fixed bugs in G4VRangeToEnergyConverter (and related class)
|
|---|
| 93 | - Revised error messages in retreiving ProductionCutsTable
|
|---|
| 94 |
|
|---|
| 95 | November 7th, 2003 - H.Kurashige (procuts-V05-02-02)
|
|---|
| 96 | - Revised error messages in retreiving ProductionCutsTable
|
|---|
| 97 |
|
|---|
| 98 | November 3th, 2003 - H.Kurashige (procuts-V05-02-01)
|
|---|
| 99 | - Modified error messages in retreiving ProductionCutsTable
|
|---|
| 100 | - Add verboseLevel in G4ProductionCutsTable
|
|---|
| 101 |
|
|---|
| 102 | September 19th, 2003 - G.Cosmo (procuts-V05-02-00)
|
|---|
| 103 | - Created new sub-category 'cuts'.
|
|---|
| 104 | Moved classes from particles/management.
|
|---|