source: trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/History @ 1071

Last change on this file since 1071 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
2       ==========================================================
3       Geant4 - an Object-Oriented Toolkit for Physics Simulation
4       ==========================================================
5
6        History file for hadronic/models/chiral_inv_phase_space/interface
7       
8This file should be used to summarize modifications introduced in the
9code and to keep track of all tags.
10
11     ---------------------------------------------------------------
12     * Please list in reverse chronological order (last date on top)
13     ---------------------------------------------------------------
14
15
1623-Jan-2009 M.Kosov (hadr-chips-inter-V09-02-06)
17------------------------------------------------------
18- Change of GetNuclearMass(A-1.,Z-1.) (and similar) to GetNuclearMass(A-1,Z-1)
19  To be consistent with the new Hisaya's developments. The changes are made in
20  the G4Q(Photon,Electron,Muon,Tau)NuclearCrossSection classes
21
2223-Jan-2009 V.Ivanchenko (hadr-chips-inter-V09-02-00)
23------------------------------------------------------
24- added deregistration in destructor of G4QCaptureAtRest
25- added string decay destruction to G4ElectroNuclearReaction
26
2724-Oct-2008 Dennis Wright (hadr-chips-inter-V09-01-09)
28------------------------------------------------------
29- replace G4NucleiPropertiesTable::IsInTable with
30  G4NucleiProperties::IsInStableTable in G4QElectronNuclearCrossSection,
31  G4QMuonNuclearCrossSection, G4QPhotonNuclearCrossSection,
32  G4QTauNuclearCrossSection
33
34 2-Oct-2008 Dennis Wright (hadr-chips-inter-V09-01-08)
35------------------------------------------------------
36- change process type integer from 15 to fHadronAtRest for
37  G4PionMinusNuclearAtRestChips, G4ProtonAntiProtonAtRestChips,
38  G4QCaptureAtRest
39
40- change process type integer from 16 to enum fChargeExchange for
41  G4QCoherentChargeExchange
42
43- change process type integer from 12 to enum fHadronInelastic for
44  G4QCollision, G4QDiffraction, G4QGluonString, G4QLowEnergy
45
46- change process type integer from 11 to fHadronElastic for
47  G4QElastic, G4QIonIonElastic
48
49- remove process type from G4QAtomicElectronScattering,
50  G4QDiscProcessMixer.cc
51
52 1-Sep-2008 Vladimir Ivanchenko        (hadr-chips-inter-V09-01-07)
53-------------------------------------------------------------------
54G4QCaptureAtRest - added registration in G4HadronicProcessStore
55                   and PrintInfo by adding PreparePhysicsTable and
56                   BuildPhysicsTable
57G4GammaNuclearReaction - moved implementations from header to source
58                         and added name "CHIPS"
59G4ElectroNuclearReaction - moved instantiation of HE model to
60                         constructor from run time and added name "CHIPS"
61
62 8-Jul-2008 Dennis Wright              (hadr-chips-inter-V09-01-06)
63-------------------------------------------------------------------
64- add G4QIonIonElastic from HEAD
65- add general process type, fHadronic to several processes
66- set process sub-type to 11 (elastic) for G4QElastic, G4QIonIonElastic
67- set process sub-type to 12 (inelastic) for G4QCollision, G4QDiffraction,
68    G4QGluonString, G4QLowEnergy
69- set process sub-type to 13 (capture) for G4QCaptureAtRest
70- set process sub-type to 15 (stopping) for G4PionMinusNuclearAtRestChips,
71    G4ProtonAntiProtonAtRestChips
72- set process sub-type to 16 (quasi-elastic) for G4QCoherentChargeExchange
73- set process sub-type to 10 (unknown) for G4QAtomicElectronScattering,
74    G4QDiscProcessMixer
75
76 6-May-2008 Dennis Wright              (hadr-chips-inter-V09-01-05)
77-------------------------------------------------------------------
78- replace max-- with --max at lines 1191, 1195, 1197 of G4Collison.cc
79  This fixes gcc-4.3 compiler warning of exceeded array bounds.
80
8120-Mar-2008 Dennis Wright              (hadr-chips-inter-V09-01-04)
82-------------------------------------------------------------------
83- Add parentheses around && within || to fix gcc-4.3 warnings.
84  Files affected:
85    G4QCollision.cc
86    G4QDiffractionRatio.cc
87    G4QElasticCrossSection.cc
88    G4QIonIonCrossSection.cc
89    G4QLowEnergy.cc
90    G4QuasiFreeRatios.cc
91 
9217-Mar-2008 Vladimir Ivanchenko          (hadr-chips-inter-V09-01-03)
93- Check on tolerance is replaced by check on exact equality for
94  G4QuasiFreeRatios,  G4QProtonNuclearCrossSection,
95  G4QNeutronNuclearCrossSection,G4QMuonNuclearCrossSection,
96  G4QPhotonNuclearCrossSection, G4QElectronNuclearCrossSection,
97  G4QDiffractionRatio, G4QElasticCrossSection. This intend to provide
98  reproducibility 
99
1007-Feb-2008 Gunter Folger                (hadr-chips-inter-V09-01-02)
101- Modify src/G4QElasticCrossSection.cc to fix problem with quasi-elastic.
102  When run together with elastic, the parameters to sample T were not updated,
103  this fix is to always update these. 
Note: See TracBrowser for help on using the repository browser.