Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/radioactive_decay/History

    r1196 r1315  
    1515     ----------------------------------------------------------
    1616
     1726 May 2010 Dennis Wright (radioactive_decay-V09-03-00)
     18-------------------------------------------------------
     19tag HEAD to submit for testing
     20
     2111 may 2010 F.Lei
     22- G4RadioactiveDecay.cc::LoadDecayTable:line 931 create a decaytable for isomers not included in RDM database and assume
     23  they all under go IT decay.
     24- G4RadioactiveDecay.cc: line 1434 after DoDecay() check if there is any secondary produced. Kill the track if not to
     25  prevent it entering a infinite loop
     26- G4RadioactiveDecay.cc: line 1459. make sure the propertime is positive. negative case occures when the isomer is not in
     27  RDM database and its f-l is set to -1 by default. 
     28- G4NuclearDecayChannel.cc: Added initialisation to all three constructors:
     29  halflifethreshold = 1e-6*second;
     30  applyICM = true;
     31  applyARM = true;
     32
     3310 May 2010 F.Lei
     34- G4RadioactiveDecay.hh:line 264 corrected typo as pointed out by Luciano Pandola
     35- G4RadioactiveDecay.cc: insert a special treatment for K-40 beta decay at line 774 as suggested by Mauro Taiuti.
     36  This fixes bug #1068
     37  applied SetICM() SetARM() and SetHLThreshold() to a decay channel is created.
     38- G4NuclearDecayChannel.cc: line 396. Limit the shell index to < 7, as required by the ARM.
     39  line 329: change to use BreakUp rather than BreakItUp so to limit to one transition per step when ICM is applied (bug #1001)
     40  (Note: changes have also been made in 30/08/2008 to use the correct atomic shell index and to conserve energy atfer ARM,
     41   these problems were pointed out by Andreas Zoglauer in the bug report).
     42- G4RadioactiveDecay.hh & G4NuclearDecayChannel.hh: added private member data "applyICM" "applyARM" "halflifethresold"
     43  and their public Set methods SetICM(), SetARM() and SetHLThreshold().
     44- G4RadioactiveDecaymessenger: added the UICommands for SetICM, SETARM and SetHLThreshold.
     45
    174624 July 2009 V.Ivanchenko (radioactive_decay-V09-02-00)
    1847- GNUmakefile - added dependence on electromagnetic/utils
    1948
    204909 July 2008 Dennis Wright (radioactive_decay-V09-01-02)
     50--------------------------------------------------------
    2151- replace exit() with G4Exception in G4RadioactiveDecay and G4NuclearDecayChannel
    2252
Note: See TracChangeset for help on using the changeset viewer.