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

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

import all except CVS

File size: 3.4 KB
Line 
1$Id: History,v 1.22 2007/11/13 18:36:29 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
2013 November 07:  V.Ivanchenko (emhighenergy-V09-00-01)
21- G4mplIonisationModel - introduced theoretical asymtotic low-energy
22                         parameterization of dEdx
23
2414 August 07:  V.Ivanchenko (emhighenergy-V09-00-00)
25- G4mplIonisationModel - fixed low-energy parameterization of monopole
26       energy loss; verified mean energy loss (M.Vladymirov)
27
2831 May 07:  V.Ivanchenko (emhighenergy-V08-03-02)
29- G4mplIonisation - fixed destruction of monopole ionisation model
30
3123 May 07:  V.Ivanchenko (emhighenergy-V08-03-01)
32- In all processes inherit from G4VEnergyLossProcess or G4VEmProcess
33  remove method SecondaryPostStep;
34
3522 May 07:  V.Ivanchenko (emhighenergy-V08-03-00)
36- G4VEmModel - changed interface of SampleSecondary method, it become
37  void, extra parameter std::vector<G4DynamicParticle*>*, all
38  classes using or inhereting this interface are modified.
39  About 5% speadup of EM shower simulation
40
4125 October 06: V.Ivant (emhighenergy-V08-01-00)
42- added G4mplIonisation and G4mplIonisationModel - ionisation for
43  classic magnetic monopole
44- G4hhIonisation - add maxKinEnergy class member (100 TeV)
45
4615 February 05: V.Ivant (emhighenergy-V08-00-01)
47- added functions G4BraggModel::ComputeCrossSectionPerElectron/Atom()
48- added functions G4BraggIonModel::ComputeCrossSectionPerElectron/Atom()
49
5010 January 05: V.Ivant (emhighenergy-V08-00-00)
51- substitute the method SetStepLimits by SetStepFunction
52- move initialisation of default values to the constructor
53
5429 November 05: V.Ivant (emhighenergy-V07-01-04)
55- Fix initialisation problems in G4hhIonisation and G4eeToHadrons and related classes
56
5723 November 05: V.Ivant (emhighenergy-V07-01-03)
58- G4eeToHadrons - fix verbosity, restore missing line
59- G4eeToHadronsModel - change verbosity level
60
6130 October 05: V.Ivant (emhighenergy-V07-01-02)
62- Remove magnetic change from G4BraggNoDeltaModel and G4BetheBlochNoDeltaModel
63- add G4hhIonisation - ionisation for heavy exotic particles
64
6505 August 05: V.Ivant (emhighenergy-V07-01-01)
66- Remove inline constructors and destructors
67
6830 June 05: V.Ivant (emhighenergy-V07-01-00)
69- Fix a misprint in G4BetheBlochNoDeltaModel
70
7118 May 05: V.Ivant (highenergy-V07-00-01)
72- Use optimised interfaces from utils - reorganise ee->hadrons models
73- Add G4BetheBlochNoDeltaModel and G4BraggNoDeltaModel for simulation
74  of energy loss of very heavy particles
75
7613 April 05: V.Ivant (highenergy-V07-00-00)
77- Migrade to updated interfaces of utils
78
7901 Dec 04: V.Ivant (highenergy-V06-02-01)
80- Migration to cmath
81
8229 Nov 04: V.Ivant (highenergy-V06-02-00)
83- Created
84
Note: See TracBrowser for help on using the repository browser.