Changeset 3793


Ignore:
Timestamp:
04/22/04 11:15:23 (20 years ago)
Author:
raducci
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3791 r3793  
    2323     - introduced flat-fielding of charges for the muon calibration,
    2424       accessible with SetCalibrationMode(kFlatCharge)
     25
     26   * manalysis/MPedCalcPedRun.cc
     27     - added a SetReadyToSave() at the end of PostProcess
    2528   
    2629
  • trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.cc

    r3775 r3793  
    249249     
    250250      const Float_t msum = (Float_t)sum;
    251      
     251       
    252252      //
    253253      // These three lines have been uncommented by Markus Gaug
     
    382382 
    383383  fPedestals->SetTotalEntries(fNumSamplesTot);
     384  fPedestals->SetReadyToSave();
    384385
    385386  return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.