Changeset 4613 for trunk/MagicSoft/Mars/mpedestal/MPedCalcPedRun.cc
- Timestamp:
- 08/13/04 15:36:45 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedCalcPedRun.cc
r4609 r4613 394 394 395 395 const Int_t npixels = fPedestals->GetSize(); 396 // const Int_t areas = fPedestals->GetAverageAreas();397 // const Int_t sectors = fPedestals->GetAverageSectors();398 396 399 397 if (fSumx.GetSize()==0) 400 398 { 401 399 fSumx. Set(npixels); 402 400 fSumx2.Set(npixels); 403 404 // fAreaSumx. Set(areas); 405 // fAreaSumx2.Set(areas); 406 // fAreaValid.Set(areas); 407 408 // fSectorSumx. Set(sectors); 409 // fSectorSumx2.Set(sectors); 410 // fSectorValid.Set(sectors); 411 401 412 402 fSumx.Reset(); 413 403 fSumx2.Reset(); 414 404 } 415 405 416 406 if (fWindowSizeHiGain == 0 && fWindowSizeLoGain == 0) 417 407 { 418 *fLog << err << GetDescriptor()408 *fLog << err << GetDescriptor() 419 409 << ": Number of extracted Slices is 0, abort ... " << endl; 420 return kFALSE;410 return kFALSE; 421 411 } 422 412
Note:
See TracChangeset
for help on using the changeset viewer.