Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (14 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

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

    r1340 r1347  
    1414     * Reverse chronological order (last date on top), please *
    1515     ----------------------------------------------------------
     1618 November 2010  F.Lei (radioactive_decay-V09-03-04)
     17- src/G4RadioactiveDecay.cc:1593 get rid of the compalition warning with gcc4.5.1
     18
     1917 November 2010  F.Lei (radioactive_decay-V09-03-03)
     20- Completed the implementation of generating the activity table in VR mode
     21- Set the default h-l threshold to 1 micros in VR mode.
     22- General improvement in VR mode implementation. 
     23- G4RadioactiveDecaymessenger.cc: icmCMD,armCMD & hlThreshold are available at all states.
     24
     2511 November 2010  F.Lei
     26- further updates to G4RadioactivityTable.hh .cc and G4RadioactiveDecay.hh .cc
     27
     2810 November 2010  Dennis Wright (radioactive_decay-V09-03-02)
     29-------------------------------------------------------------
     30- G4RadioactiveDecay.cc : replaced incorrect use of "->" with "." for G4Track
     31  in DecayIt(const G4Track&, )
     32
     33- G4RadioactivityTable.cc : add include file for <map> and replace map
     34  with std::map in method AddIsotope
     35
     3629 Oct 2010 F. Lei
     37------------------
     38- Added G4RadioactivityTable.hh .cc files for tallying the accumulated radioactivitties in VR mode
     39- Added in G4RadioactiveDecay.hh:
     40        std::vector<G4RadioactivityTable*> GetTheRadioactivityTables() {return theRadioactivityTables;}
     41        // this is how the radioactivity tables can be retrieved by the user
     42        std::vector<G4RadioactivityTable*>      theRadioactivityTables;
     43        std::map<G4int,G4int>             decayWindows;
     44- In G4RadioactiveDecay.cc:
     45        starting line 1291: changes need to setup the radioactivity tables
     46        line 1624: include the track weight in the weight calculation
     47        line 1627: add the rate to the radioactivity tables
     48- improved formatting of all the class files
     49       
    1650
    175111 Oct 2010 F. Lei (radioactive_decay-V09-03-01)
Note: See TracChangeset for help on using the changeset viewer.