98 lines
3.9 KiB
Plaintext
98 lines
3.9 KiB
Plaintext
$Id: History,v 1.21 2007/06/06 14:50:38 gcosmo Exp $
|
|
-------------------------------------------------------------------
|
|
|
|
=========================================================
|
|
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|
=========================================================
|
|
|
|
Category History file
|
|
---------------------
|
|
This file should be used by G4 developers and category coordinators
|
|
to briefly summarize all major modifications introduced in the code
|
|
and keep track of all category-tags.
|
|
It DOES NOT substitute the CVS log-message one should put at every
|
|
committal in the CVS repository !
|
|
|
|
----------------------------------------------------------
|
|
* Reverse chronological order (last date on top), please *
|
|
----------------------------------------------------------
|
|
|
|
June 6th, 2007 - L.Urban (procuts-V08-03-01)
|
|
- Fix in G4VRangeToEnergyConverter::convert(), range-energu conversion,
|
|
correcting artifact observed in the visible energy plot over range-cut,
|
|
where a jump in the distribution was evident.
|
|
The correction can influence the result only for the tests, where
|
|
the e+/e- energy cuts are below 30 keV and even in this case the change
|
|
in results should be small.
|
|
|
|
May 30th, 2007 - H.Kurashige (procuts-V08-03-00)
|
|
- Fix G4ProductionCutsTable::CheckMaterialCutsCoupleInfo
|
|
|
|
March 15th, 2007 - H.Kurashige (procuts-V08-02-00)
|
|
- Add G4ProductionCutsTable::ConvertRangeToEnergy
|
|
|
|
June 9th, 2006 - H.Kurashige (procuts-V08-00-03)
|
|
- Fix memory leak in G4ProductionCutsTable and G4PhysicsTableHelper
|
|
|
|
June 1st, 2006 - H.Kurashige (procuts-V08-00-02)
|
|
- Fix memory leak in G4ProductionCutsTable
|
|
|
|
|
|
May 26th, 2006 - H.Kurashige (procuts-V08-00-01)
|
|
- Fix memory leak in G4VRangeToEnergyConverter::BuildLossTable
|
|
|
|
|
|
January 18th, 2006 - H.Kurashige (procuts-V08-00-00)
|
|
- Fix G4VRangeToEnergyConverter::Convert to recalculate the Energy Loss table
|
|
if new elements are added
|
|
|
|
November 18th, 2005 - M.Asai (procuts-V07-01-01)
|
|
- migration to sstream.
|
|
|
|
October 28th, 2005 - M.Asai (procuts-V07-01-00)
|
|
- Working tag for merging "envelope" to G4Region.
|
|
|
|
December 2nd, 2004 - H.Kurashige (procuts-V06-02-03)
|
|
- migration to cmath
|
|
|
|
November 7th, 2004 - H.Kurashige (procuts-V06-02-02)
|
|
- Fixed misspelling in method name for G4PhysicsTableHelper::RetrievePhysicsTable
|
|
|
|
October 25th, 2004 - H.Kurashige (procuts-V06-02-01)
|
|
- Add G4MCCIndexConversionTable and modify G4ProductionCutsTable
|
|
in order to extend functionality of Store/RetrievePhysicsTable
|
|
- Add G4PhysicsTableHelper in order to assist implementation of
|
|
new scheme of Store/RetrievePhysicsTable for processes
|
|
|
|
|
|
September 28th, 2004 - M.Asai (procuts-V06-02-00)
|
|
- Fixed bug in G4ProductionCutsTable for the update of materials/cuts
|
|
couple for dynamic setups where material may vary, like in the case
|
|
of parameterization of detectors through material.
|
|
- The tag coworks with the geometry tags: "geommng-V06-02-02" and
|
|
"geomnav-V06-02-04".
|
|
|
|
June 7th, 2004 - G.Cosmo (procuts-V06-01-01)
|
|
- Moved usage of statics in inline functions to non-inline to allow
|
|
porting for DLLs on Windows. Modified G4ProductionCuts[.hh.cc].
|
|
|
|
March 31st, 2004 - H.Kurashige (procuts-V06-01-00)
|
|
- Modify G4ProductionCutsTable::RetrieveCutsTable to allow
|
|
ordering of materials and couples can be different from
|
|
one in file
|
|
|
|
November 8th, 2003 - H.Kurashige (procuts-V05-02-03)
|
|
- Fixed bugs in G4VRangeToEnergyConverter (and related class)
|
|
- Revised error messages in retreiving ProductionCutsTable
|
|
|
|
November 7th, 2003 - H.Kurashige (procuts-V05-02-02)
|
|
- Revised error messages in retreiving ProductionCutsTable
|
|
|
|
November 3th, 2003 - H.Kurashige (procuts-V05-02-01)
|
|
- Modified error messages in retreiving ProductionCutsTable
|
|
- Add verboseLevel in G4ProductionCutsTable
|
|
|
|
September 19th, 2003 - G.Cosmo (procuts-V05-02-00)
|
|
- Created new sub-category 'cuts'.
|
|
Moved classes from particles/management.
|