Changeset 8354 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 03/02/07 23:25:59 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc
r8274 r8354 153 153 // If it is no MC file skip this function... 154 154 // 155 fGeom = 0; 155 156 if (!CheckRunType(pList)) 156 157 { … … 384 385 Int_t MMcCalibrationUpdate::Process() 385 386 { 387 // This is the case it is no MC file... 388 if (!fGeom) 389 return kTRUE; 390 386 391 const Int_t num = fCalCam->GetSize(); 387 392 -
trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.h
r7005 r8354 16 16 class MMcFadcHeader; 17 17 class MExtractedSignalCam; 18 19 #include "MCalibrateData.h"20 18 21 19 class MMcCalibrationUpdate : public MTask … … 71 69 72 70 #endif 73 74 75 76 77 78
Note:
See TracChangeset
for help on using the changeset viewer.