Ignore:
Timestamp:
08/16/04 17:55:36 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationChargePix.cc

    r4582 r4636  
    128128  MHGausEvents::InitBins();
    129129  fHAbsTime.SetBins(fAbsTimeNbins,fAbsTimeFirst,fAbsTimeLast);
    130 }
    131 
    132 // --------------------------------------------------------------------------
    133 //
    134 // Sets:
    135 // - fSaturated to 0.
    136 //
    137 // Executes:
    138 // - MHGausEvents::Clear()
    139 //
    140 void MHCalibrationChargePix::Clear(Option_t *o)
    141 {
    142 
    143   fSaturated = 0.;
    144 
    145   MHGausEvents::Clear();
    146   return;
    147130}
    148131
Note: See TracChangeset for help on using the changeset viewer.