- Timestamp:
- 04/03/04 17:27:50 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeLoGainPix.cc
r3614 r3636 60 60 // 61 61 // Sets: 62 // - the default number for f ChargeNbins(fgChargeNbins)63 // - the default number for f ChargeFirst(fgChargeFirst)64 // - the default number for f ChargeLast(fgChargeLast)62 // - the default number for fNbins (fgChargeNbins) 63 // - the default number for fFirst (fgChargeFirst) 64 // - the default number for fLast (fgChargeLast) 65 65 // - the default number for fAbsTimeNbins (fgAbstTimeNbins) 66 66 // - the default number for fAbsTimeFirst (fgAbsTimeFirst) … … 79 79 fTitle = title ? title : "Fill the FADC sums of the Low Gain events and perform the fits Pixel "; 80 80 81 Set ChargeNbins();82 Set ChargeFirst();83 Set ChargeLast();81 SetNbins ( fgChargeNbins ); 82 SetFirst ( fgChargeFirst ); 83 SetLast ( fgChargeLast ); 84 84 85 85 SetAbsTimeNbins(); … … 87 87 SetAbsTimeLast(); 88 88 89 fHGausHist.SetName ("HCalibrationChargeLoGainPix");89 fHGausHist.SetName ("HCalibrationChargeLoGainPix"); 90 90 fHGausHist.SetTitle("Distribution of Summed Lo Gain FADC slices Pixel "); 91 91 92 fHAbsTime.SetName ("HAbsTimeLoGainPix");92 fHAbsTime.SetName ("HAbsTimeLoGainPix"); 93 93 fHAbsTime.SetTitle("Distribution of Absolute Arrival Times Lo Gain Pixel "); 94 94 }
Note:
See TracChangeset
for help on using the changeset viewer.