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

Last change on this file since 1354 was 1340, checked in by garnier, 14 years ago

update ti head

File size: 5.6 KB
Line 
1$Id: History,v 1.37 2010/10/26 15:40:03 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
2026 October 10: V.Ivanchenko (emhighenergy-V09-03-02)
21- Fixed problem reported by the Coverity tools (mainly pedantic
22  initialisation)
23- Added G4mplIonisationWithDeltaModel which is substituted
24  G4mplIonisationModel by default - delat-ray production is required
25  both by ATLAS and CMS
26
2704 March 10: V.Ivanchenko (emhighenergy-V09-03-01)
28- G4ICRU73NoDeltaModel - new model derived from G4ICRU73QOModel
29
3028 March 10: V.Ivanchenko (emhighenergy-V09-03-00)
31- G4mplIonisation - fixed IsApplicable method - always "true"
32                    (CMS report crash in the case when several types
33                     of monopoles are instantiated)
34
3511 November 09: V.Ivanchenko (emhighenergy-V09-02-03)
36- G4eeTo3PiModel - fixed vector product in matrix element
37
3809 November 09: V.Ivanchenko (emhighenergy-V09-02-02)
39- G4AnnihiToMuPair added method CrossSectionPerVolume;
40                   added integral option to PostStepDoIt - more precise
41                   simulation near cross section threshold
42
4312 April 09: V.Ivanchenko (emhighenergy-V09-02-01)
44- G4mplIonisationModel, G4eeToHadronsMultiModel - simplified initialisation
45
4620 February 09: V.Ivanchenko (emhighenergy-V09-02-00)
47- Cleanup: improved comments, move virtual methods from .hh to .cc
48
4916 October 08: V.Ivanchenko (emhighenergy-V09-01-06)
50- Updated processes enumeration and printout
51
5221 July 08:  V.Ivanchenko (emhighenergy-V09-01-05)
53- G4hBremsstrahlungModel, G4hPairProductionModel - do not use A in
54                          the CrossSectionPerAtom
55
5610 July 08:  V.Ivanchenko (emhighenergy-V09-01-04)
57- G4eeCrossSections - migrated to PDG 2006
58- G4eeToHadronsMultiModel - added main reaction channels for omega and
59                            phi resonances
60- New models: G4eeTo3PiModel, G4eeToPGammaModel, G4ee2KChargedModel,
61  G4ee2KNeutralModel
62
638 July 08:  V.Ivanchenko (emhighenergy-V09-01-03)
64- G4GammaConversionToMuons - all exit() substituted by warnings
65
664 April 08:  V.Ivanchenko (emhighenergy-V09-01-02)
67- G4hBremsstrahlungModel - remove static const
68
6914 March 08:  V.Ivanchenko (emhighenergy-V09-01-01)
7006 March 08:  V.Ivanchenko (emhighenergy-V09-01-00)
71- G4hBremsstrahlungModel, G4hBremsstrahlung, G4hPairProductionModel,
72  G4hPairProduction are added
73- SubType for all processes is initialized
74
7513 November 07:  V.Ivanchenko (emhighenergy-V09-00-01)
76- G4mplIonisationModel - introduced theoretical asymtotic low-energy
77                         parameterization of dEdx
78
7914 August 07:  V.Ivanchenko (emhighenergy-V09-00-00)
80- G4mplIonisationModel - fixed low-energy parameterization of monopole
81       energy loss; verified mean energy loss (M.Vladymirov)
82
8331 May 07:  V.Ivanchenko (emhighenergy-V08-03-02)
84- G4mplIonisation - fixed destruction of monopole ionisation model
85
8623 May 07:  V.Ivanchenko (emhighenergy-V08-03-01)
87- In all processes inherit from G4VEnergyLossProcess or G4VEmProcess
88  remove method SecondaryPostStep;
89
9022 May 07:  V.Ivanchenko (emhighenergy-V08-03-00)
91- G4VEmModel - changed interface of SampleSecondary method, it become
92  void, extra parameter std::vector<G4DynamicParticle*>*, all
93  classes using or inhereting this interface are modified.
94  About 5% speadup of EM shower simulation
95
9625 October 06: V.Ivant (emhighenergy-V08-01-00)
97- added G4mplIonisation and G4mplIonisationModel - ionisation for
98  classic magnetic monopole
99- G4hhIonisation - add maxKinEnergy class member (100 TeV)
100
10115 February 05: V.Ivant (emhighenergy-V08-00-01)
102- added functions G4BraggModel::ComputeCrossSectionPerElectron/Atom()
103- added functions G4BraggIonModel::ComputeCrossSectionPerElectron/Atom()
104
10510 January 05: V.Ivant (emhighenergy-V08-00-00)
106- substitute the method SetStepLimits by SetStepFunction
107- move initialisation of default values to the constructor
108
10929 November 05: V.Ivant (emhighenergy-V07-01-04)
110- Fix initialisation problems in G4hhIonisation and G4eeToHadrons and related classes
111
11223 November 05: V.Ivant (emhighenergy-V07-01-03)
113- G4eeToHadrons - fix verbosity, restore missing line
114- G4eeToHadronsModel - change verbosity level
115
11630 October 05: V.Ivant (emhighenergy-V07-01-02)
117- Remove magnetic change from G4BraggNoDeltaModel and G4BetheBlochNoDeltaModel
118- add G4hhIonisation - ionisation for heavy exotic particles
119
12005 August 05: V.Ivant (emhighenergy-V07-01-01)
121- Remove inline constructors and destructors
122
12330 June 05: V.Ivant (emhighenergy-V07-01-00)
124- Fix a misprint in G4BetheBlochNoDeltaModel
125
12618 May 05: V.Ivant (highenergy-V07-00-01)
127- Use optimised interfaces from utils - reorganise ee->hadrons models
128- Add G4BetheBlochNoDeltaModel and G4BraggNoDeltaModel for simulation
129  of energy loss of very heavy particles
130
13113 April 05: V.Ivant (highenergy-V07-00-00)
132- Migrade to updated interfaces of utils
133
13401 Dec 04: V.Ivant (highenergy-V06-02-01)
135- Migration to cmath
136
13729 Nov 04: V.Ivant (highenergy-V06-02-00)
138- Created
139
Note: See TracBrowser for help on using the repository browser.