Changeset 2949 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 01/28/04 18:44:15 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.