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