Changeset 8504 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 05/14/07 14:29:12 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r8502 r8504 845 845 pave->ConvertNDCtoPad(); 846 846 pave->SetTextSize(0.045); 847 pave->SetFillColor(14); 847 848 pave->AddText(" "); 848 849 DrawBadPixel(*pave, disp24, 1, f, "Signal smaller 4.5 Pedestal RMS: "); … … 888 889 pave2->ConvertNDCtoPad(); 889 890 pave2->SetTextSize(0.05); 891 pave2->SetFillColor(14); 890 892 pave2->AddText(" "); 891 893 DrawBadPixel(*pave2, disp25, 1, f2, "Signal Sigma smaller Pedestal RMS: "); -
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r8498 r8504 71 71 #include "MPedestalPix.h" 72 72 73 #include "MCalibrationPedCam.h"74 73 #include "MCalibrationPix.h" 75 74 #include "MHPedestalPix.h" … … 1055 1054 plist.AddToList(&fPedestalCamOut); 1056 1055 plist.AddToList(&fBadPixels); 1057 1056 1058 1057 MGeomApply geomapl; 1059 1058 MBadPixelsMerge merge(&fBadPixels);
Note:
See TracChangeset
for help on using the changeset viewer.