Ignore:
Timestamp:
11/26/01 15:07:11 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
2 edited

Legend:

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

    r1082 r1088  
    194194// --------------------------------------------------------------------------
    195195//
    196 //  Calculate the Efficiency (collection area)
     196//  Calculate the Efficiency (collection area) and set the 'ReadyToSave'
     197//  flag
    197198//
    198199void MHMcCollectionArea::CalcEfficiency()
     
    258259        fHistCol->SetBinError(ix, sqrt(errA));
    259260    }
    260 }
     261
     262    SetReadyToSave();
     263}
  • 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.