Changeset 4380
- Timestamp:
- 07/14/04 19:31:58 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeBlindPix.cc
r4379 r4380 363 363 return kFALSE; 364 364 365 /* 365 366 fExtractor = (MExtractBlindPixel*)pList->FindObject("MExtractBlindPixel"); 366 367 if (!fExtractor) … … 381 382 SetSinglePheCut( samples * fgSinglePheCut ); 382 383 } 383 384 */ 385 SetLast ( 20. * 256. - 0.5 ); 384 386 MHGausEvents::InitBins(); 385 387 -
trunk/MagicSoft/Mars/msignal/MExtractBlindPixel.cc
r4376 r4380 255 255 { 256 256 fBlindPixel->SetBlindPixelIdx(fBlindPixelIdx.At(0)); 257 SetExtractionType(k Filter);257 SetExtractionType(kIntegral); 258 258 } 259 259
Note:
See TracChangeset
for help on using the changeset viewer.