Changeset 5947
- Timestamp:
- 01/23/05 14:05:17 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibCalcFromPast.cc
r5863 r5947 210 210 // corresponding IntensityCam 211 211 // 212 /* 212 213 if (pList->FindObject(AddSerialNumber("MHCalibrationHiLoCam"))) 213 214 { … … 223 224 } 224 225 } 225 226 */ 226 227 227 228 fNumCam = 0; -
trunk/MagicSoft/Mars/mcalib/MCalibrateRelTimes.cc
r5307 r5947 156 156 MCalibrationRelTimePix &pix = (MCalibrationRelTimePix&)(*fCalibrations)[pixidx]; 157 157 158 if (fBadPixels && (*fBadPixels)[pixidx].IsUnsuitable( ))158 if (fBadPixels && (*fBadPixels)[pixidx].IsUnsuitable(MBadPixelsPix::kUnsuitableRun)) 159 159 continue; 160 160 -
trunk/MagicSoft/Mars/mcalib/MCalibrationHiLoCam.h
r5749 r5947 20 20 // Prints 21 21 void Print(Option_t *o="") const; 22 22 23 23 // Others 24 24 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const; -
trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc
r5346 r5947 182 182 183 183 if (GetNumExecutions()==0) 184 return k FALSE;184 return kTRUE; 185 185 186 186 MCalibrationTestCam *testcam = fIntensCam
Note:
See TracChangeset
for help on using the changeset viewer.