source: trunk/source/processes/electromagnetic/adjoint/History @ 1347

Last change on this file since 1347 was 1347, checked in by garnier, 13 years ago

geant4 tag 9.4

File size: 2.4 KB
Line 
1$Id: History,v 1.8 2010/11/11 11:51:56 ldesorgh 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
2011 Nov 2010: L. Desorgher (emadjoint-V09-03-02)
21-G4AdjointBremsstrahlungModel: add a G4EmModelManager to initialise properly,
22  the G4eBremsstrahlungModel used as forward model. This allows to fix the
23  floating point exception detected when compiling with G4FPE_DEBUG=1.
24-G4AdjointhIonisation:
25   Remove a negative term in the expression of the adjoint
26   cross section (AdjointCrossSection method) and adapt the RapidSampleSecondaries method.
27-G4VEmAdjointModel:
28    Add a check on null cross section to avoid FPE.
29
303 Sep 2010: G.Cosmo (emadjoint-V09-03-01)
31- G4AdjointAlongStepWeightCorrection: get rid of call to non-Standard isnan(),
32  replaced by explicit validity test. 
33
3412 Apr 2010: V.Ivanchenko (emadjoint-V09-03-00)
35- G4AdjointhMultipleScattering: removed obsolete unused header.
36
3723 Nov 2009: G.Cosmo (emadjoint-V09-02-02)
38- Corrected compilation error on Windows for G4AdjointAlongStepWeightCorrection.
39
4020 Nov 2009: L.Desorgher (emadjoint-V09-02-01)
41- Replace C++ type by G4 type where needed and adding of G4 disclaimer.
42
4310 Nov 2009: L.Desorgher (emadjoint-V09-02-00)
44- Commit of the electromagnetic  adjoint processes for the release of the all adjoint machinery into Geant4.
45  Compared to the first commit, all e- processes have been improved and adjoint proton and ion ionisation have been added.
46  The use of adjoint cross section matrices can be now limited only to e- Ionisation and Ion ionisation.
47  The GNUmakefile has been modified by adding  -I$(G4BASE)/geometry/navigation/include  in CPPFLAGS.       
48
4914 Nov 2008: G.Cosmo (emadjoint-V09-01-00)
50- First commit.
51
Note: See TracBrowser for help on using the repository browser.