Ignore:
Timestamp:
04/03/04 17:27:50 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3614 r3636  
    6060//
    6161// Sets:
    62 // - the default number for fChargeNbins  (fgChargeNbins)
    63 // - the default number for fChargeFirst  (fgChargeFirst)
    64 // - the default number for fChargeLast   (fgChargeLast)
     62// - the default number for fNbins        (fgChargeNbins)
     63// - the default number for fFirst        (fgChargeFirst)
     64// - the default number for fLast         (fgChargeLast)
    6565// - the default number for fAbsTimeNbins (fgAbstTimeNbins)
    6666// - the default number for fAbsTimeFirst (fgAbsTimeFirst)
     
    7979  fTitle = title ? title : "Fill the FADC sums of the Low Gain events and perform the fits Pixel ";
    8080 
    81   SetChargeNbins();
    82   SetChargeFirst();
    83   SetChargeLast();
     81  SetNbins ( fgChargeNbins );
     82  SetFirst ( fgChargeFirst );
     83  SetLast  ( fgChargeLast  );
    8484 
    8585  SetAbsTimeNbins();
     
    8787  SetAbsTimeLast();
    8888
    89   fHGausHist.SetName("HCalibrationChargeLoGainPix");
     89  fHGausHist.SetName ("HCalibrationChargeLoGainPix");
    9090  fHGausHist.SetTitle("Distribution of Summed Lo Gain FADC slices Pixel "); 
    9191
    92   fHAbsTime.SetName("HAbsTimeLoGainPix");
     92  fHAbsTime.SetName ("HAbsTimeLoGainPix");
    9393  fHAbsTime.SetTitle("Distribution of Absolute Arrival Times Lo Gain Pixel "); 
    9494}
Note: See TracChangeset for help on using the changeset viewer.