Changeset 8341


Ignore:
Timestamp:
03/01/07 18:13:24 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargePINDiode.cc

    r7069 r8341  
    127127  fName  = name  ? name  : "MHCalibrationChargePINDiode";
    128128  fTitle = title ? title : "Fill the FADC sums of the PINDiode events and perform the fits";
    129  
    130   SetAbsTimeFirst();
    131   SetAbsTimeLast();
    132   SetAbsTimeNbins();
    133 
    134   SetNbins( fgChargeNbins );
    135   SetFirst( fgChargeFirst );
    136   SetLast ( fgChargeLast  );
    137  
    138   SetRmsChargeNbins();
    139   SetRmsChargeFirst();
    140   SetRmsChargeLast();
    141  
     129
     130  SetBinning(fgChargeNbins, fgChargeFirst, fgChargeLast);
     131  SetBinningAbsTime(fgAbsTimeNbins, fgAbsTimeFirst, fgAbsTimeLast);
     132  SetBinningRmsCharge(fgRmsChargeNbins, fgRmsChargeFirst, fgRmsChargeLast);
     133
    142134  SetTimeLowerLimit();
    143135  SetTimeUpperLimit();
Note: See TracChangeset for help on using the changeset viewer.