Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/chiral_inv_phase_space/interface/History

    r819 r962  
    1313     ---------------------------------------------------------------
    1414
    15 07-May-2008 Gabriele Cosmo             (hadr-chips-inter-V09-00-13)
     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)
    1649-------------------------------------------------------------------
    17 - Tag for release 9.1.p02.
     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"
    1857
    19 06-May-2008 Dennis Wright              (hadr-chips-inter-V09-01-05)
     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)
    2073-------------------------------------------------------------------
    2174- replace max-- with --max at lines 1191, 1195, 1197 of G4Collison.cc
Note: See TracChangeset for help on using the changeset viewer.