Changeset 4790 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 08/29/04 16:34:44 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r4789 r4790 735 735 t10->SetTextColor(gStyle->GetColorPalette(Int_t(9./max*numcol + 1.))); 736 736 t10->SetTextAlign(12); 737 TText *t11= pave->AddText(Form("Low-Gain Histogram Overflow: 737 TText *t11= pave->AddText(Form("Low-Gain Histogram Overflow: %3i pixels", 738 738 CountBadPixels(&disp24,10))); 739 739 t11->SetTextColor(gStyle->GetColorPalette(Int_t(10./max*numcol + 1.))); 740 740 t11->SetTextAlign(12); 741 TText *t12= pave->AddText(Form("Previously Excluded: 741 TText *t12= pave->AddText(Form("Previously Excluded: %3i pixels", 742 742 CountBadPixels(&disp24,11))); 743 743 t12->SetTextColor(gStyle->GetColorPalette(Int_t(11./max*numcol + 1.)));
Note:
See TracChangeset
for help on using the changeset viewer.