| [1315] | 1 | $Id: History,v 1.34 2010/01/22 11:10:26 kurasige Exp $
|
|---|
| [819] | 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 | ----------------------------------------------------------
|
|---|
| [1055] | 19 |
|
|---|
| [1315] | 20 | Jan. 22th, 2010 - H.Kurashige (procuts-V09-03-00)
|
|---|
| 21 | - Fixed G4ProductionCutTable to solve problems with zero range for protons
|
|---|
| 22 |
|
|---|
| [1196] | 23 | Nov. 12th, 2009 - H.Kurashige (procuts-V09-02-08)
|
|---|
| 24 | - Correfct spelling of /cuts/setMaxCutEnergy command
|
|---|
| 25 |
|
|---|
| 26 | Nov. 11th, 2009 - H.Kurashige (procuts-V09-02-07)
|
|---|
| 27 | - Add /cuts/setMaxCutEnregy command
|
|---|
| 28 |
|
|---|
| 29 | Sep. 14th, 2009 - H.Kurashige (procuts-V09-02-06)
|
|---|
| 30 | - Add G4ProductionCutTable::ResetConverters()
|
|---|
| 31 | to clear loss tables and range vectors
|
|---|
| 32 |
|
|---|
| 33 | Sep. 12th, 2009 - H.Kurashige (procuts-V09-02-05)
|
|---|
| 34 | - Modify G4VRangeToEnergyConverter::ConvertCutToKineticEnergy
|
|---|
| 35 | to improve performance
|
|---|
| 36 |
|
|---|
| 37 | Sep. 11th, 2009 - H.Kurashige (procuts-V09-02-04)
|
|---|
| 38 | - Modify BuildRangeVector where integration is perfomed in this method
|
|---|
| 39 | (i.e. not using RangeXXSimpson methods)
|
|---|
| 40 | - G4VRangeToEnergyConverter::BuildRangeVector is for e+/e-
|
|---|
| 41 | - G4VRangeToEnergyConverter::TotBin is changed to constant (i.e. same for all converters)
|
|---|
| 42 | - Remove RToEConverter for neutron, anti-protprtton, and anti-neutron
|
|---|
| 43 |
|
|---|
| 44 | Sep. 10th, 2009 - H.Kurashige (procuts-V09-02-03)
|
|---|
| 45 | - Add G4VRangeToEnergyConverter::MaxEnergyCut
|
|---|
| 46 | ( 10 GeV is set in default)
|
|---|
| 47 | - Add G4VRangeToEnergyConverter::fRangeVectorStore
|
|---|
| 48 | to ensure that RangeVector is created only one for each material
|
|---|
| 49 | - Set G4VRangeToEnergyConverter::TotBin to 100
|
|---|
| 50 | ( 200 for previous versions)
|
|---|
| 51 |
|
|---|
| 52 | Aug. 1st, 2009 - H.Kurashige (procuts-V09-02-02)
|
|---|
| 53 | - Add cuts for proton
|
|---|
| 54 | (need co-work with G4VUserPhysicsList update)
|
|---|
| 55 |
|
|---|
| 56 | July 29, 2009 - H.Kurashige (procuts-V09-02-01)
|
|---|
| 57 | - Add implemtentaion of G4VRangeToEnergyConverter::GetParticleType
|
|---|
| 58 |
|
|---|
| [1055] | 59 | May 2nd, 2009 - H.Kurashige (procuts-V09-02-00)
|
|---|
| 60 | - Use std::fabs instead of std::abs.
|
|---|
| 61 |
|
|---|
| 62 | March 2nd, 2008 - H.Kurashige (procuts-V09-01-00)
|
|---|
| [961] | 63 | - Add ProductionCutsMessenger
|
|---|
| 64 | - Suppress 'too big cut value' messsage for higher verbosity
|
|---|
| [819] | 65 |
|
|---|
| 66 | June 6th, 2007 - L.Urban (procuts-V08-03-01)
|
|---|
| 67 | - Fix in G4VRangeToEnergyConverter::convert(), range-energu conversion,
|
|---|
| 68 | correcting artifact observed in the visible energy plot over range-cut,
|
|---|
| 69 | where a jump in the distribution was evident.
|
|---|
| 70 | The correction can influence the result only for the tests, where
|
|---|
| 71 | the e+/e- energy cuts are below 30 keV and even in this case the change
|
|---|
| 72 | in results should be small.
|
|---|
| 73 |
|
|---|
| 74 | May 30th, 2007 - H.Kurashige (procuts-V08-03-00)
|
|---|
| 75 | - Fix G4ProductionCutsTable::CheckMaterialCutsCoupleInfo
|
|---|
| 76 |
|
|---|
| 77 | March 15th, 2007 - H.Kurashige (procuts-V08-02-00)
|
|---|
| 78 | - Add G4ProductionCutsTable::ConvertRangeToEnergy
|
|---|
| 79 |
|
|---|
| 80 | June 9th, 2006 - H.Kurashige (procuts-V08-00-03)
|
|---|
| 81 | - Fix memory leak in G4ProductionCutsTable and G4PhysicsTableHelper
|
|---|
| 82 |
|
|---|
| 83 | June 1st, 2006 - H.Kurashige (procuts-V08-00-02)
|
|---|
| 84 | - Fix memory leak in G4ProductionCutsTable
|
|---|
| 85 |
|
|---|
| 86 |
|
|---|
| 87 | May 26th, 2006 - H.Kurashige (procuts-V08-00-01)
|
|---|
| 88 | - Fix memory leak in G4VRangeToEnergyConverter::BuildLossTable
|
|---|
| 89 |
|
|---|
| 90 |
|
|---|
| 91 | January 18th, 2006 - H.Kurashige (procuts-V08-00-00)
|
|---|
| 92 | - Fix G4VRangeToEnergyConverter::Convert to recalculate the Energy Loss table
|
|---|
| 93 | if new elements are added
|
|---|
| 94 |
|
|---|
| 95 | November 18th, 2005 - M.Asai (procuts-V07-01-01)
|
|---|
| 96 | - migration to sstream.
|
|---|
| 97 |
|
|---|
| 98 | October 28th, 2005 - M.Asai (procuts-V07-01-00)
|
|---|
| 99 | - Working tag for merging "envelope" to G4Region.
|
|---|
| 100 |
|
|---|
| 101 | December 2nd, 2004 - H.Kurashige (procuts-V06-02-03)
|
|---|
| 102 | - migration to cmath
|
|---|
| 103 |
|
|---|
| 104 | November 7th, 2004 - H.Kurashige (procuts-V06-02-02)
|
|---|
| 105 | - Fixed misspelling in method name for G4PhysicsTableHelper::RetrievePhysicsTable
|
|---|
| 106 |
|
|---|
| 107 | October 25th, 2004 - H.Kurashige (procuts-V06-02-01)
|
|---|
| 108 | - Add G4MCCIndexConversionTable and modify G4ProductionCutsTable
|
|---|
| 109 | in order to extend functionality of Store/RetrievePhysicsTable
|
|---|
| 110 | - Add G4PhysicsTableHelper in order to assist implementation of
|
|---|
| 111 | new scheme of Store/RetrievePhysicsTable for processes
|
|---|
| 112 |
|
|---|
| 113 |
|
|---|
| 114 | September 28th, 2004 - M.Asai (procuts-V06-02-00)
|
|---|
| 115 | - Fixed bug in G4ProductionCutsTable for the update of materials/cuts
|
|---|
| 116 | couple for dynamic setups where material may vary, like in the case
|
|---|
| 117 | of parameterization of detectors through material.
|
|---|
| 118 | - The tag coworks with the geometry tags: "geommng-V06-02-02" and
|
|---|
| 119 | "geomnav-V06-02-04".
|
|---|
| 120 |
|
|---|
| 121 | June 7th, 2004 - G.Cosmo (procuts-V06-01-01)
|
|---|
| 122 | - Moved usage of statics in inline functions to non-inline to allow
|
|---|
| 123 | porting for DLLs on Windows. Modified G4ProductionCuts[.hh.cc].
|
|---|
| 124 |
|
|---|
| 125 | March 31st, 2004 - H.Kurashige (procuts-V06-01-00)
|
|---|
| 126 | - Modify G4ProductionCutsTable::RetrieveCutsTable to allow
|
|---|
| 127 | ordering of materials and couples can be different from
|
|---|
| 128 | one in file
|
|---|
| 129 |
|
|---|
| 130 | November 8th, 2003 - H.Kurashige (procuts-V05-02-03)
|
|---|
| 131 | - Fixed bugs in G4VRangeToEnergyConverter (and related class)
|
|---|
| 132 | - Revised error messages in retreiving ProductionCutsTable
|
|---|
| 133 |
|
|---|
| 134 | November 7th, 2003 - H.Kurashige (procuts-V05-02-02)
|
|---|
| 135 | - Revised error messages in retreiving ProductionCutsTable
|
|---|
| 136 |
|
|---|
| 137 | November 3th, 2003 - H.Kurashige (procuts-V05-02-01)
|
|---|
| 138 | - Modified error messages in retreiving ProductionCutsTable
|
|---|
| 139 | - Add verboseLevel in G4ProductionCutsTable
|
|---|
| 140 |
|
|---|
| 141 | September 19th, 2003 - G.Cosmo (procuts-V05-02-00)
|
|---|
| 142 | - Created new sub-category 'cuts'.
|
|---|
| 143 | Moved classes from particles/management.
|
|---|