- Timestamp:
- 01/28/04 18:44:15 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2948 r2949 13 13 14 14 * mcalib/MCalibrate.[h.cc] 15 - corrected Int_t ReInit to Bool_t ReInit15 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList) 16 16 17 17 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]: -
trunk/MagicSoft/Mars/mcalib/MCalibrate.cc
r2945 r2949 120 120 // different one in case of need 121 121 // 122 Int_t MCalibrate::ReInit() 123 { 122 Bool_t MCalibrate::ReInit(MParList *pList) 123 { 124 124 125 if(fCalibrationMode == kBlindPixel && !fCalibrations->IsBlindPixelMethodValid()) 125 126 { … … 133 134 fCalibrationMode = kFfactor; 134 135 } 136 135 137 return kTRUE; 136 138 } -
trunk/MagicSoft/Mars/mcalib/MCalibrate.h
r2945 r2949 30 30 31 31 Int_t PreProcess(MParList *pList); 32 Bool_t ReInit(MParList *pList); 32 33 Int_t Process(); 33 Int_t ReInit();34 34 35 35 public:
Note:
See TracChangeset
for help on using the changeset viewer.