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

Last change on this file since 1102 was 1055, checked in by garnier, 15 years ago

maj sur la beta de geant 4.9.3

File size: 4.6 KB
Line 
1$Id: History,v 1.32 2009/04/12 17:35:41 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
2012 April 09: V.Ivanchenko (emhighenergy-V09-02-01)
21- G4mplIonisationModel, G4eeToHadronsMultiModel - simplified initialisation
22
2320 February 09: V.Ivanchenko (emhighenergy-V09-02-00)
24- Cleanup: improved comments, move virtual methods from .hh to .cc
25
2616 October 08: V.Ivanchenko (emhighenergy-V09-01-06)
27- Updated processes enumeration and printout
28
2921 July 08:  V.Ivanchenko (emhighenergy-V09-01-05)
30- G4hBremsstrahlungModel, G4hPairProductionModel - do not use A in
31                          the CrossSectionPerAtom
32
3310 July 08:  V.Ivanchenko (emhighenergy-V09-01-04)
34- G4eeCrossSections - migrated to PDG 2006
35- G4eeToHadronsMultiModel - added main reaction channels for omega and
36                            phi resonances
37- New models: G4eeTo3PiModel, G4eeToPGammaModel, G4ee2KChargedModel,
38  G4ee2KNeutralModel
39
408 July 08:  V.Ivanchenko (emhighenergy-V09-01-03)
41- G4GammaConversionToMuons - all exit() substituted by warnings
42
434 April 08:  V.Ivanchenko (emhighenergy-V09-01-02)
44- G4hBremsstrahlungModel - remove static const
45
4614 March 08:  V.Ivanchenko (emhighenergy-V09-01-01)
4706 March 08:  V.Ivanchenko (emhighenergy-V09-01-00)
48- G4hBremsstrahlungModel, G4hBremsstrahlung, G4hPairProductionModel,
49  G4hPairProduction are added
50- SubType for all processes is initialized
51
5213 November 07:  V.Ivanchenko (emhighenergy-V09-00-01)
53- G4mplIonisationModel - introduced theoretical asymtotic low-energy
54                         parameterization of dEdx
55
5614 August 07:  V.Ivanchenko (emhighenergy-V09-00-00)
57- G4mplIonisationModel - fixed low-energy parameterization of monopole
58       energy loss; verified mean energy loss (M.Vladymirov)
59
6031 May 07:  V.Ivanchenko (emhighenergy-V08-03-02)
61- G4mplIonisation - fixed destruction of monopole ionisation model
62
6323 May 07:  V.Ivanchenko (emhighenergy-V08-03-01)
64- In all processes inherit from G4VEnergyLossProcess or G4VEmProcess
65  remove method SecondaryPostStep;
66
6722 May 07:  V.Ivanchenko (emhighenergy-V08-03-00)
68- G4VEmModel - changed interface of SampleSecondary method, it become
69  void, extra parameter std::vector<G4DynamicParticle*>*, all
70  classes using or inhereting this interface are modified.
71  About 5% speadup of EM shower simulation
72
7325 October 06: V.Ivant (emhighenergy-V08-01-00)
74- added G4mplIonisation and G4mplIonisationModel - ionisation for
75  classic magnetic monopole
76- G4hhIonisation - add maxKinEnergy class member (100 TeV)
77
7815 February 05: V.Ivant (emhighenergy-V08-00-01)
79- added functions G4BraggModel::ComputeCrossSectionPerElectron/Atom()
80- added functions G4BraggIonModel::ComputeCrossSectionPerElectron/Atom()
81
8210 January 05: V.Ivant (emhighenergy-V08-00-00)
83- substitute the method SetStepLimits by SetStepFunction
84- move initialisation of default values to the constructor
85
8629 November 05: V.Ivant (emhighenergy-V07-01-04)
87- Fix initialisation problems in G4hhIonisation and G4eeToHadrons and related classes
88
8923 November 05: V.Ivant (emhighenergy-V07-01-03)
90- G4eeToHadrons - fix verbosity, restore missing line
91- G4eeToHadronsModel - change verbosity level
92
9330 October 05: V.Ivant (emhighenergy-V07-01-02)
94- Remove magnetic change from G4BraggNoDeltaModel and G4BetheBlochNoDeltaModel
95- add G4hhIonisation - ionisation for heavy exotic particles
96
9705 August 05: V.Ivant (emhighenergy-V07-01-01)
98- Remove inline constructors and destructors
99
10030 June 05: V.Ivant (emhighenergy-V07-01-00)
101- Fix a misprint in G4BetheBlochNoDeltaModel
102
10318 May 05: V.Ivant (highenergy-V07-00-01)
104- Use optimised interfaces from utils - reorganise ee->hadrons models
105- Add G4BetheBlochNoDeltaModel and G4BraggNoDeltaModel for simulation
106  of energy loss of very heavy particles
107
10813 April 05: V.Ivant (highenergy-V07-00-00)
109- Migrade to updated interfaces of utils
110
11101 Dec 04: V.Ivant (highenergy-V06-02-01)
112- Migration to cmath
113
11429 Nov 04: V.Ivant (highenergy-V06-02-00)
115- Created
116
Note: See TracBrowser for help on using the repository browser.