Ignore:
Timestamp:
11/26/01 15:07:11 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHMcRate.cc

    r1082 r1088  
    151151// --------------------------------------------------------------------------
    152152//
    153 //  compute the trigger rate
     153//  compute the trigger rate and set the ReadyToSave bit
    154154//
    155155void MHMcRate::CalcRate(Float_t trig, Float_t anal, Float_t simu)
     
    188188
    189189    fTriggerRate = trig*fShowerRate/simu + anal2*fBackTrig/back2;
     190
     191    SetReadyToSave();
    190192}
    191193
Note: See TracChangeset for help on using the changeset viewer.