Changeset 4793 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 08/29/04 17:04:39 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r4790 r4793 282 282 MHCamera disp23(geomcam, "Excluded", "Pixels previously excluded"); 283 283 MHCamera disp24(geomcam, "UnSuitable", "Pixels not suited for further analysis"); 284 MHCamera disp25(geomcam, "UnReliable", "Pixels not reliable for further analysis");284 MHCamera disp25(geomcam, "UnReliable", "Pixels suitable, but not reliable for further analysis"); 285 285 MHCamera disp26(geomcam, "HiGainOscillating", "Oscillating Pixels High Gain"); 286 286 MHCamera disp27(geomcam, "LoGainOscillating", "Oscillating Pixels Low Gain"); … … 778 778 pave2->AddText(" "); 779 779 TText *t3 = pave2->AddText(Form("Signal Sigma smaller Pedestal RMS: %3i pixels", 780 CountBadPixels(&disp2 4,1)));780 CountBadPixels(&disp25,1))); 781 781 t3->SetTextColor(gStyle->GetColorPalette(Int_t(1./max*numcol + 1.))); 782 782 t3->SetTextAlign(12); … … 801 801 tt5->SetTextColor(gStyle->GetColorPalette(Int_t(6./max2*numcol + 1.))); 802 802 tt5->SetTextAlign(12); 803 TText *tt6 = pave2->AddText(Form("Relative Arr. Times Oscillation: %3i pixels",803 TText *tt6 = pave2->AddText(Form("Relative Arr. Times Oscillation: %3i pixels", 804 804 CountBadPixels(&disp25,7))); 805 805 tt6->SetTextColor(gStyle->GetColorPalette(Int_t(7./max2*numcol + 1.)));
Note:
See TracChangeset
for help on using the changeset viewer.