Changeset 8478 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 05/09/07 13:15:53 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r8455 r8478 829 829 830 830 const Double_t min = 1; 831 const Double_t max = 1 2.;831 const Double_t max = 10.; 832 832 const Double_t f = (numcol-1)/(max-min); 833 833 … … 848 848 DrawBadPixel(*pave, disp24, 1, f, "Signal smaller 4.5 Pedestal RMS: "); 849 849 DrawBadPixel(*pave, disp24, 2, f, "Low Gain Saturation: "); 850 DrawBadPixel(*pave, disp24, 3, f, "Mean Arr. Time In First Extraction Bin: ");851 DrawBadPixel(*pave, disp24, 4, f, "Mean Arr. Time In Last 2 Extraction Bins: ");852 DrawBadPixel(*pave, disp24, 5, f, "High-Gain Histogram Overflow: ");853 DrawBadPixel(*pave, disp24, 6, f, "Low-Gain Histogram Overflow: ");854 DrawBadPixel(*pave, disp24, 7, f, "Presumably dead from Ped. Rms: ");855 DrawBadPixel(*pave, disp24, 8, f, "Fluctuating Pulse Arrival Times:");856 DrawBadPixel(*pave, disp24, 9, f, "Deviating Number of Photo-electrons:");857 DrawBadPixel(*pave, disp24, 10, f, "Deviating Rel. Arrival Time RMS: ");858 DrawBadPixel(*pave, disp24, 11, f, "Too many Low-Gain Blackout Events: ");859 DrawBadPixel(*pave, disp24, 1 2, f, "Previously Excluded: ");850 // DrawBadPixel(*pave, disp24, 3, f, "Mean Arr. Time In First Extraction Bin: "); 851 // DrawBadPixel(*pave, disp24, 4, f, "Mean Arr. Time In Last 2 Extraction Bins: "); 852 DrawBadPixel(*pave, disp24, 3, f, "High-Gain Histogram Overflow: "); 853 DrawBadPixel(*pave, disp24, 4, f, "Low-Gain Histogram Overflow: "); 854 DrawBadPixel(*pave, disp24, 5, f, "Presumably dead from Ped. Rms: "); 855 DrawBadPixel(*pave, disp24, 6, f, "Deviating Number of Photo-electrons: "); 856 DrawBadPixel(*pave, disp24, 7, f, "Fluctuating Pulse Arrival Times: "); 857 DrawBadPixel(*pave, disp24, 8, f, "Deviating Rel. Arrival Time RMS: "); 858 DrawBadPixel(*pave, disp24, 9, f, "Too many Low-Gain Blackout Events: "); 859 DrawBadPixel(*pave, disp24, 10, f, "Previously Excluded: "); 860 860 pave->Draw(); 861 861
Note:
See TracChangeset
for help on using the changeset viewer.