source: trunk/source/processes/cuts/History @ 850

Last change on this file since 850 was 819, checked in by garnier, 16 years ago

import all except CVS

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