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

Last change on this file since 967 was 962, checked in by garnier, 15 years ago

update processes

File size: 4.4 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
1506-Feb-2009 V.Ivanchenko (hadr-chips-inter-V09-02-01)
16------------------------------------------------------
17
1823-Jan-2009 V.Ivanchenko (hadr-chips-inter-V09-02-00)
19------------------------------------------------------
20- added deregistration in destructor of G4QCaptureAtRest
21- added string decay destruction to G4ElectroNuclearReaction
22
2324-Oct-2008 Dennis Wright (hadr-chips-inter-V09-01-09)
24------------------------------------------------------
25- replace G4NucleiPropertiesTable::IsInTable with
26  G4NucleiProperties::IsInStableTable in G4QElectronNuclearCrossSection,
27  G4QMuonNuclearCrossSection, G4QPhotonNuclearCrossSection,
28  G4QTauNuclearCrossSection
29
30 2-Oct-2008 Dennis Wright (hadr-chips-inter-V09-01-08)
31------------------------------------------------------
32- change process type integer from 15 to fHadronAtRest for
33  G4PionMinusNuclearAtRestChips, G4ProtonAntiProtonAtRestChips,
34  G4QCaptureAtRest
35
36- change process type integer from 16 to enum fChargeExchange for
37  G4QCoherentChargeExchange
38
39- change process type integer from 12 to enum fHadronInelastic for
40  G4QCollision, G4QDiffraction, G4QGluonString, G4QLowEnergy
41
42- change process type integer from 11 to fHadronElastic for
43  G4QElastic, G4QIonIonElastic
44
45- remove process type from G4QAtomicElectronScattering,
46  G4QDiscProcessMixer.cc
47
48 1-Sep-2008 Vladimir Ivanchenko        (hadr-chips-inter-V09-01-07)
49-------------------------------------------------------------------
50G4QCaptureAtRest - added registration in G4HadronicProcessStore
51                   and PrintInfo by adding PreparePhysicsTable and
52                   BuildPhysicsTable
53G4GammaNuclearReaction - moved implementations from header to source
54                         and added name "CHIPS"
55G4ElectroNuclearReaction - moved instantiation of HE model to
56                         constructor from run time and added name "CHIPS"
57
58 8-Jul-2008 Dennis Wright              (hadr-chips-inter-V09-01-06)
59-------------------------------------------------------------------
60- add G4QIonIonElastic from HEAD
61- add general process type, fHadronic to several processes
62- set process sub-type to 11 (elastic) for G4QElastic, G4QIonIonElastic
63- set process sub-type to 12 (inelastic) for G4QCollision, G4QDiffraction,
64    G4QGluonString, G4QLowEnergy
65- set process sub-type to 13 (capture) for G4QCaptureAtRest
66- set process sub-type to 15 (stopping) for G4PionMinusNuclearAtRestChips,
67    G4ProtonAntiProtonAtRestChips
68- set process sub-type to 16 (quasi-elastic) for G4QCoherentChargeExchange
69- set process sub-type to 10 (unknown) for G4QAtomicElectronScattering,
70    G4QDiscProcessMixer
71
72 6-May-2008 Dennis Wright              (hadr-chips-inter-V09-01-05)
73-------------------------------------------------------------------
74- replace max-- with --max at lines 1191, 1195, 1197 of G4Collison.cc
75  This fixes gcc-4.3 compiler warning of exceeded array bounds.
76
7720-Mar-2008 Dennis Wright              (hadr-chips-inter-V09-01-04)
78-------------------------------------------------------------------
79- Add parentheses around && within || to fix gcc-4.3 warnings.
80  Files affected:
81    G4QCollision.cc
82    G4QDiffractionRatio.cc
83    G4QElasticCrossSection.cc
84    G4QIonIonCrossSection.cc
85    G4QLowEnergy.cc
86    G4QuasiFreeRatios.cc
87 
8817-Mar-2008 Vladimir Ivanchenko          (hadr-chips-inter-V09-01-03)
89- Check on tolerance is replaced by check on exact equality for
90  G4QuasiFreeRatios,  G4QProtonNuclearCrossSection,
91  G4QNeutronNuclearCrossSection,G4QMuonNuclearCrossSection,
92  G4QPhotonNuclearCrossSection, G4QElectronNuclearCrossSection,
93  G4QDiffractionRatio, G4QElasticCrossSection. This intend to provide
94  reproducibility 
95
967-Feb-2008 Gunter Folger                (hadr-chips-inter-V09-01-02)
97- Modify src/G4QElasticCrossSection.cc to fix problem with quasi-elastic.
98  When run together with elastic, the parameters to sample T were not updated,
99  this fix is to always update these. 
Note: See TracBrowser for help on using the repository browser.