Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecay.cc

    r1315 r1340  
    170170  applyICM    = true ;
    171171  applyARM    = true ;
    172   halflifethreshold = 1e-6*second;
     172  halflifethreshold = 0.*second;
    173173  //
    174174  // RDM applies to xall logical volumes as default
     
    772772                      G4BetaMinusDecayChannel (GetVerboseLevel(), &theParentNucleus,
    773773                                               b, c*MeV, a*MeV, n, FBeta, aRandomEnergy);
     774                    aBetaMinusChannel->SetICM(applyICM);
     775                    aBetaMinusChannel->SetARM(applyARM);
     776                    aBetaMinusChannel->SetHLThreshold(halflifethreshold);
    774777                    theDecayTable->Insert(aBetaMinusChannel);
    775778                    modeSumBR[1] += b;
     
    816819                      G4BetaPlusDecayChannel (GetVerboseLevel(), &theParentNucleus,
    817820                                              b, c*MeV, a*MeV, n, FBeta, aRandomEnergy);
     821                    aBetaPlusChannel->SetICM(applyICM);
     822                    aBetaPlusChannel->SetARM(applyARM);
     823                    aBetaPlusChannel->SetHLThreshold(halflifethreshold);
    818824                    theDecayTable->Insert(aBetaPlusChannel);
    819825                    modeSumBR[2] += b;
     
    891897                    G4AlphaDecayChannel (GetVerboseLevel(), &theParentNucleus,
    892898                                         b, c*MeV, a*MeV);
     899                  anAlphaChannel->SetICM(applyICM);
     900                  anAlphaChannel->SetARM(applyARM);
     901                  anAlphaChannel->SetHLThreshold(halflifethreshold);
    893902                  theDecayTable->Insert(anAlphaChannel);
    894903                  //          delete anAlphaChannel;
Note: See TracChangeset for help on using the changeset viewer.