Changeset 17105 for trunk


Ignore:
Timestamp:
09/06/13 17:23:28 (11 years ago)
Author:
Daniela Dorner
Message:
fixed typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mdrs/MDrsCalibApply.cc

    r17069 r17105  
    208208        for (auto it=fPrevStart.begin(); it!=fPrevStart.end(); it++)
    209209        {
    210             fResult->fData[i++] = DrsCalibrate::CorrectStep(vec, fRawEvt->GetNumPixles(), roi, it->data(), start, roi+10, idx);
    211             fResult->fData[i++] = DrsCalibrate::CorrectStep(vec, fRawEvt->GetNumPixles(), roi, it->data(), start, 3,      idx);
     210            fResult->fData[i++] = DrsCalibrate::CorrectStep(vec, fRawEvt->GetNumPixels(), roi, it->data(), start, roi+10, idx);
     211            fResult->fData[i++] = DrsCalibrate::CorrectStep(vec, fRawEvt->GetNumPixels(), roi, it->data(), start, 3,      idx);
    212212        }
    213213
Note: See TracChangeset for help on using the changeset viewer.