Changeset 3197 for trunk/MagicSoft
- Timestamp:
- 02/16/04 14:57:33 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc
r3189 r3197 564 564 Int_t MCalibrationCalc::PostProcess() 565 565 { 566 567 *fLog << inf << endl;568 569 566 *fLog << inf << GetDescriptor() << ": Cut Histogram Edges" << endl; 570 567 … … 578 575 // 579 576 if (TESTBIT(fFlags,kUseBlindPixelFit)) 580 577 { 581 578 // 582 579 // Get pointer to blind pixel … … 635 632 636 633 blindpixel.DrawClone(); 637 634 } 638 635 else 639 *fLog << inf << GetDescriptor() << ": Skipping Blind Pixel Fit " << endl;640 641 *fLog << err<< "total: " << GetNumExecutions() << " sphe: " << fNumBlindPixelSinglePhe << " ped: " << fNumBlindPixelPedestal << endl;636 *fLog << inf << GetDescriptor() << ": Skipping Blind Pixel Fit " << endl; 637 638 *fLog << inf << "total: " << GetNumExecutions() << " sphe: " << fNumBlindPixelSinglePhe << " ped: " << fNumBlindPixelPedestal << endl; 642 639 643 640
Note:
See TracChangeset
for help on using the changeset viewer.