Changeset 3466 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 03/10/04 20:23:56 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrate.cc
r3437 r3466 327 327 cpix->SetPixelSaturated(); 328 328 329 if (sig.GetNumHiGainSaturated() > 0) 330 cpix->SetPixelHGSaturated(); 331 332 329 333 } /* for (UInt_t pixidx=0; pixidx<npix; pixidx++) */ 330 334 -
trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc
r3437 r3466 340 340 MCerPhotPix *cpix = fCerPhotEvt->AddPixel(pixidx, nphot, nphotErr); 341 341 342 if (sig.GetNumHiGainSaturated() > 0) 343 cpix->SetPixelHGSaturated(); 344 342 345 if (sig.GetNumLoGainSaturated() > 0) 343 346 cpix->SetPixelSaturated();
Note:
See TracChangeset
for help on using the changeset viewer.