Changeset 8341
- Timestamp:
- 03/01/07 18:13:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargePINDiode.cc
r7069 r8341 127 127 fName = name ? name : "MHCalibrationChargePINDiode"; 128 128 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 142 134 SetTimeLowerLimit(); 143 135 SetTimeUpperLimit();
Note:
See TracChangeset
for help on using the changeset viewer.