Changeset 8957 for trunk/MagicSoft/Mars/mhcalib
- Timestamp:
- 06/14/08 16:55:58 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeCam.cc
r8552 r8957 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationChargeCam.cc,v 1.6 0 2007-06-12 20:50:30tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationChargeCam.cc,v 1.61 2008-06-14 15:55:53 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 743 743 } 744 744 745 const Int_t n pix= fRawEvt->GetNumPixels();746 const Int_t nhi 747 for (int pixid=0; pixid<n pix; pixid++)745 const Int_t num = fRawEvt->GetNumPixels(); 746 const Int_t nhi = fRunHeader->GetNumSamplesHiGain(); 747 for (int pixid=0; pixid<num; pixid++) 748 748 { 749 749 MHCalibrationChargePix &histhi = (MHCalibrationChargePix&)(*this)[pixid];
Note:
See TracChangeset
for help on using the changeset viewer.