Changeset 6019
- Timestamp:
- 01/26/05 09:20:53 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
r6018 r6019 79 79 fStrength = -1.; 80 80 fIsValid = kFALSE; 81 81 82 82 } 83 83 … … 164 164 { 165 165 *fLog << warn << "New run is a pedestal run... need intensity calibration to treat this case!" << endl; 166 f Pattern= 0;166 fColor = 0; 167 167 fIsValid = kTRUE; 168 168 return kTRUE; … … 190 190 fColor = MCalibrationCam::kNONE; 191 191 fStrength = 0.; 192 fPattern = 0;193 192 194 193 switch (num) … … 400 399 if (proj.Contains(slotnr)) 401 400 { 402 fPattern = 0;403 401 proj.Replace(2,99,""); 404 402 proj.ReplaceAll("u","");
Note:
See TracChangeset
for help on using the changeset viewer.