source: trunk/source/processes/electromagnetic/highenergy/History @ 1312

Last change on this file since 1312 was 1196, checked in by garnier, 15 years ago

update CVS release candidate geant4.9.3.01

File size: 5.0 KB
Line 
1$Id: History,v 1.34 2009/11/11 17:13:47 vnivanch 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
2011 November 09: V.Ivanchenko (emhighenergy-V09-02-03)
21- G4eeTo3PiModel - fixed vector product in matrix element
22
2309 November 09: V.Ivanchenko (emhighenergy-V09-02-02)
24- G4AnnihiToMuPair added method CrossSectionPerVolume;
25                   added integral option to PostStepDoIt - more precise
26                   simulation near cross section threshold
27
2812 April 09: V.Ivanchenko (emhighenergy-V09-02-01)
29- G4mplIonisationModel, G4eeToHadronsMultiModel - simplified initialisation
30
3120 February 09: V.Ivanchenko (emhighenergy-V09-02-00)
32- Cleanup: improved comments, move virtual methods from .hh to .cc
33
3416 October 08: V.Ivanchenko (emhighenergy-V09-01-06)
35- Updated processes enumeration and printout
36
3721 July 08:  V.Ivanchenko (emhighenergy-V09-01-05)
38- G4hBremsstrahlungModel, G4hPairProductionModel - do not use A in
39                          the CrossSectionPerAtom
40
4110 July 08:  V.Ivanchenko (emhighenergy-V09-01-04)
42- G4eeCrossSections - migrated to PDG 2006
43- G4eeToHadronsMultiModel - added main reaction channels for omega and
44                            phi resonances
45- New models: G4eeTo3PiModel, G4eeToPGammaModel, G4ee2KChargedModel,
46  G4ee2KNeutralModel
47
488 July 08:  V.Ivanchenko (emhighenergy-V09-01-03)
49- G4GammaConversionToMuons - all exit() substituted by warnings
50
514 April 08:  V.Ivanchenko (emhighenergy-V09-01-02)
52- G4hBremsstrahlungModel - remove static const
53
5414 March 08:  V.Ivanchenko (emhighenergy-V09-01-01)
5506 March 08:  V.Ivanchenko (emhighenergy-V09-01-00)
56- G4hBremsstrahlungModel, G4hBremsstrahlung, G4hPairProductionModel,
57  G4hPairProduction are added
58- SubType for all processes is initialized
59
6013 November 07:  V.Ivanchenko (emhighenergy-V09-00-01)
61- G4mplIonisationModel - introduced theoretical asymtotic low-energy
62                         parameterization of dEdx
63
6414 August 07:  V.Ivanchenko (emhighenergy-V09-00-00)
65- G4mplIonisationModel - fixed low-energy parameterization of monopole
66       energy loss; verified mean energy loss (M.Vladymirov)
67
6831 May 07:  V.Ivanchenko (emhighenergy-V08-03-02)
69- G4mplIonisation - fixed destruction of monopole ionisation model
70
7123 May 07:  V.Ivanchenko (emhighenergy-V08-03-01)
72- In all processes inherit from G4VEnergyLossProcess or G4VEmProcess
73  remove method SecondaryPostStep;
74
7522 May 07:  V.Ivanchenko (emhighenergy-V08-03-00)
76- G4VEmModel - changed interface of SampleSecondary method, it become
77  void, extra parameter std::vector<G4DynamicParticle*>*, all
78  classes using or inhereting this interface are modified.
79  About 5% speadup of EM shower simulation
80
8125 October 06: V.Ivant (emhighenergy-V08-01-00)
82- added G4mplIonisation and G4mplIonisationModel - ionisation for
83  classic magnetic monopole
84- G4hhIonisation - add maxKinEnergy class member (100 TeV)
85
8615 February 05: V.Ivant (emhighenergy-V08-00-01)
87- added functions G4BraggModel::ComputeCrossSectionPerElectron/Atom()
88- added functions G4BraggIonModel::ComputeCrossSectionPerElectron/Atom()
89
9010 January 05: V.Ivant (emhighenergy-V08-00-00)
91- substitute the method SetStepLimits by SetStepFunction
92- move initialisation of default values to the constructor
93
9429 November 05: V.Ivant (emhighenergy-V07-01-04)
95- Fix initialisation problems in G4hhIonisation and G4eeToHadrons and related classes
96
9723 November 05: V.Ivant (emhighenergy-V07-01-03)
98- G4eeToHadrons - fix verbosity, restore missing line
99- G4eeToHadronsModel - change verbosity level
100
10130 October 05: V.Ivant (emhighenergy-V07-01-02)
102- Remove magnetic change from G4BraggNoDeltaModel and G4BetheBlochNoDeltaModel
103- add G4hhIonisation - ionisation for heavy exotic particles
104
10505 August 05: V.Ivant (emhighenergy-V07-01-01)
106- Remove inline constructors and destructors
107
10830 June 05: V.Ivant (emhighenergy-V07-01-00)
109- Fix a misprint in G4BetheBlochNoDeltaModel
110
11118 May 05: V.Ivant (highenergy-V07-00-01)
112- Use optimised interfaces from utils - reorganise ee->hadrons models
113- Add G4BetheBlochNoDeltaModel and G4BraggNoDeltaModel for simulation
114  of energy loss of very heavy particles
115
11613 April 05: V.Ivant (highenergy-V07-00-00)
117- Migrade to updated interfaces of utils
118
11901 Dec 04: V.Ivant (highenergy-V06-02-01)
120- Migration to cmath
121
12229 Nov 04: V.Ivant (highenergy-V06-02-00)
123- Created
124
Note: See TracBrowser for help on using the repository browser.