Changeset 8354
- Timestamp:
- 03/02/07 23:25:59 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 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 -
trunk/MagicSoft/Mars/mextralgo/MExtralgoSpline.h
r8316 r8354 6 6 #endif 7 7 8 #include <iostream>9 8 class TComplex; 10 9 … … 324 323 xmax = xmax3; 325 324 } 326 */ } 325 */ 326 } 327 327 328 328 inline Bool_t GetMax(Int_t i, Float_t &xmax, Float_t &ymax, Float_t min=0, Float_t max=1) const
Note:
See TracChangeset
for help on using the changeset viewer.