| 1 | $Id: History,v 1.6 2010/04/12 18:57:15 vnivanch Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators
|
|---|
| 11 | to briefly summarize all major modifications introduced in the code
|
|---|
| 12 | and keep track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 14 | committal in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| 19 |
|
|---|
| 20 | 12 Apr 2010: V.Ivanchenko (emadjoint-V09-03-00)
|
|---|
| 21 | - G4AdjointhMultipleScattering - removed obsolete unused header
|
|---|
| 22 |
|
|---|
| 23 | 23 Nov 2009: G.Cosmo (emadjoint-V09-02-02)
|
|---|
| 24 | - Corrected compilation error on Windows for G4AdjointAlongStepWeightCorrection.
|
|---|
| 25 |
|
|---|
| 26 | 20 Nov 2009: L.Desorgher (emadjoint-V09-02-01)
|
|---|
| 27 | - Replace C++ type by G4 type where needed and adding of G4 disclaimer.
|
|---|
| 28 |
|
|---|
| 29 | 10 Nov 2009: L.Desorgher (emadjoint-V09-02-00)
|
|---|
| 30 | - Commit of the electromagnetic adjoint processes for the release of the all adjoint machinery into Geant4.
|
|---|
| 31 | Compared to the first commit, all e- processes have been improved and adjoint proton and ion ionisation have been added.
|
|---|
| 32 | The use of adjoint cross section matrices can be now limited only to e- Ionisation and Ion ionisation.
|
|---|
| 33 | The GNUmakefile has been modified by adding -I$(G4BASE)/geometry/navigation/include in CPPFLAGS.
|
|---|
| 34 |
|
|---|
| 35 | 14 Nov 2008: G.Cosmo (emadjoint-V09-01-00)
|
|---|
| 36 | - First commit.
|
|---|
| 37 |
|
|---|