Changeset 8132 for trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
- Timestamp:
- 10/19/06 15:09:50 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r8106 r8132 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.16 6 2006-10-17 17:15:59tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.167 2006-10-19 13:59:08 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 727 727 Int_t MCalibrationChargeCalc::Finalize() 728 728 { 729 // The number of used slices are just a mean value 730 // the real number might change from event to event. 731 // (up to 50%!) 729 732 fNumHiGainSamples = fSignal->GetNumUsedHiGainFADCSlices(); 730 733 fNumLoGainSamples = fSignal->GetNumUsedLoGainFADCSlices();
Note:
See TracChangeset
for help on using the changeset viewer.