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

Last change on this file since 989 was 961, checked in by garnier, 15 years ago

update processes

File size: 4.5 KB
Line 
1$Id: History,v 1.31 2009/02/20 16:38:33 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
2020 February 09: V.Ivanchenko (emhighenergy-V09-02-00)
21- Cleanup: improved comments, move virtual methods from .hh to .cc
22
2316 October 08: V.Ivanchenko (emhighenergy-V09-01-06)
24- Updated processes enumeration and printout
25
2621 July 08:  V.Ivanchenko (emhighenergy-V09-01-05)
27- G4hBremsstrahlungModel, G4hPairProductionModel - do not use A in
28                          the CrossSectionPerAtom
29
3010 July 08:  V.Ivanchenko (emhighenergy-V09-01-04)
31- G4eeCrossSections - migrated to PDG 2006
32- G4eeToHadronsMultiModel - added main reaction channels for omega and
33                            phi resonances
34- New models: G4eeTo3PiModel, G4eeToPGammaModel, G4ee2KChargedModel,
35  G4ee2KNeutralModel
36
378 July 08:  V.Ivanchenko (emhighenergy-V09-01-03)
38- G4GammaConversionToMuons - all exit() substituted by warnings
39
404 April 08:  V.Ivanchenko (emhighenergy-V09-01-02)
41- G4hBremsstrahlungModel - remove static const
42
4314 March 08:  V.Ivanchenko (emhighenergy-V09-01-01)
4406 March 08:  V.Ivanchenko (emhighenergy-V09-01-00)
45- G4hBremsstrahlungModel, G4hBremsstrahlung, G4hPairProductionModel,
46  G4hPairProduction are added
47- SubType for all processes is initialized
48
4913 November 07:  V.Ivanchenko (emhighenergy-V09-00-01)
50- G4mplIonisationModel - introduced theoretical asymtotic low-energy
51                         parameterization of dEdx
52
5314 August 07:  V.Ivanchenko (emhighenergy-V09-00-00)
54- G4mplIonisationModel - fixed low-energy parameterization of monopole
55       energy loss; verified mean energy loss (M.Vladymirov)
56
5731 May 07:  V.Ivanchenko (emhighenergy-V08-03-02)
58- G4mplIonisation - fixed destruction of monopole ionisation model
59
6023 May 07:  V.Ivanchenko (emhighenergy-V08-03-01)
61- In all processes inherit from G4VEnergyLossProcess or G4VEmProcess
62  remove method SecondaryPostStep;
63
6422 May 07:  V.Ivanchenko (emhighenergy-V08-03-00)
65- G4VEmModel - changed interface of SampleSecondary method, it become
66  void, extra parameter std::vector<G4DynamicParticle*>*, all
67  classes using or inhereting this interface are modified.
68  About 5% speadup of EM shower simulation
69
7025 October 06: V.Ivant (emhighenergy-V08-01-00)
71- added G4mplIonisation and G4mplIonisationModel - ionisation for
72  classic magnetic monopole
73- G4hhIonisation - add maxKinEnergy class member (100 TeV)
74
7515 February 05: V.Ivant (emhighenergy-V08-00-01)
76- added functions G4BraggModel::ComputeCrossSectionPerElectron/Atom()
77- added functions G4BraggIonModel::ComputeCrossSectionPerElectron/Atom()
78
7910 January 05: V.Ivant (emhighenergy-V08-00-00)
80- substitute the method SetStepLimits by SetStepFunction
81- move initialisation of default values to the constructor
82
8329 November 05: V.Ivant (emhighenergy-V07-01-04)
84- Fix initialisation problems in G4hhIonisation and G4eeToHadrons and related classes
85
8623 November 05: V.Ivant (emhighenergy-V07-01-03)
87- G4eeToHadrons - fix verbosity, restore missing line
88- G4eeToHadronsModel - change verbosity level
89
9030 October 05: V.Ivant (emhighenergy-V07-01-02)
91- Remove magnetic change from G4BraggNoDeltaModel and G4BetheBlochNoDeltaModel
92- add G4hhIonisation - ionisation for heavy exotic particles
93
9405 August 05: V.Ivant (emhighenergy-V07-01-01)
95- Remove inline constructors and destructors
96
9730 June 05: V.Ivant (emhighenergy-V07-01-00)
98- Fix a misprint in G4BetheBlochNoDeltaModel
99
10018 May 05: V.Ivant (highenergy-V07-00-01)
101- Use optimised interfaces from utils - reorganise ee->hadrons models
102- Add G4BetheBlochNoDeltaModel and G4BraggNoDeltaModel for simulation
103  of energy loss of very heavy particles
104
10513 April 05: V.Ivant (highenergy-V07-00-00)
106- Migrade to updated interfaces of utils
107
10801 Dec 04: V.Ivant (highenergy-V06-02-01)
109- Migration to cmath
110
11129 Nov 04: V.Ivant (highenergy-V06-02-00)
112- Created
113
Note: See TracBrowser for help on using the repository browser.