Changeset 2781 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 01/13/04 13:22:38 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mfilter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFCT1SelBasic.cc
r2282 r2781 54 54 #include "MGeomCam.h" 55 55 56 #include "MPedestalPix.h"57 #include "MPedestalCam.h"58 59 56 #include "MLog.h" 60 57 #include "MLogManip.h" … … 127 124 return kFALSE; 128 125 } 129 /* 130 fPed = (MPedestalCam*)pList->FindObject("MPedestalCam"); 131 if (!fPed) 132 { 133 *fLog << dbginf << "MPedestalCam missing in Parameter List... aborting." << endl; 134 return kFALSE; 135 } 136 */ 126 137 127 memset(fCut, 0, sizeof(fCut)); 138 128 -
trunk/MagicSoft/Mars/mfilter/MFSelBasic.cc
r2663 r2781 54 54 #include "MGeomCam.h" 55 55 56 #include "MPedestalPix.h"57 #include "MPedestalCam.h"58 59 56 #include "MLog.h" 60 57 #include "MLogManip.h" … … 127 124 return kFALSE; 128 125 } 129 /* 130 fPed = (MPedestalCam*)pList->FindObject("MPedestalCam"); 131 if (!fPed) 132 { 133 *fLog << dbginf << "MPedestalCam missing in Parameter List... aborting." << endl; 134 return kFALSE; 135 } 136 */ 126 137 127 memset(fCut, 0, sizeof(fCut)); 138 128
Note:
See TracChangeset
for help on using the changeset viewer.