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

Last change on this file since 1347 was 1347, checked in by garnier, 13 years ago

geant4 tag 9.4

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