Changeset 5560 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 12/06/04 12:55:12 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r5557 r5560 1658 1658 fillcam.SetBit(MFillH::kDoNotDisplay); 1659 1659 filltme.SetBit(MFillH::kDoNotDisplay); 1660 /* 1661 1662 fillpin.SetNameTab("PINDiode"); 1663 fillbnd.SetNameTab("BlindPix"); 1664 fillcam.SetNameTab("Charge"); 1665 filltme.SetNameTab("RelTimes"); 1666 1667 TString drawoption; 1668 1669 if (fDisplayType == kDataCheckDisplay) 1670 drawoption += "datacheck"; 1671 if (fDisplayType == kFullDisplay) 1672 drawoption += "all"; 1673 1674 fillcam.SetDrawOption(drawoption.Data()); 1675 fillbnd.SetDrawOption(drawoption.Data()); 1676 fillpin.SetDrawOption(drawoption.Data()); 1677 filltme.SetDrawOption(drawoption.Data()); 1678 */ 1660 1679 1661 // 1680 1662 // Set default extractors in case, none has been set... … … 1695 1677 else 1696 1678 { 1697 *fLog << warn;1679 *fLog << err << GetDescriptor() << "ERROR - "; 1698 1680 *fLog << "Used Extractor derives from MExtractTimeAndCharge, " << endl; 1699 1681 *fLog << "but MExtractorCam size " << fExtractorCam.GetSize() << " "; 1700 1682 *fLog << "mismatch pedcam size " << pedcam.GetSize() << "! " << endl; 1683 return kFALSE; 1701 1684 } 1702 1685 } 1703 1686 1687 // 1688 // Switch off noise calculation 1689 // 1690 fExtractor->SetNoiseCalculation(kFALSE); 1691 fTimeExtractor->SetNoiseCalculation(kFALSE); 1692 1693 // 1694 // Setup more tasks and tasklist 1695 // 1704 1696 MTaskEnv taskenv("ExtractSignal"); 1705 1697 taskenv.SetDefault(fExtractor);
Note:
See TracChangeset
for help on using the changeset viewer.