Changeset 4944 for trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
- Timestamp:
- 09/10/04 21:51:25 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r4909 r4944 546 546 // for the datacheck, fix the ranges!! 547 547 // 548 // obj3->SetMinimum(fgChargeMin);548 obj3->SetMinimum(0.); 549 549 // obj3->SetMaximum(fgChargeMax); 550 550 // … … 1554 1554 if (n0!=n1) 1555 1555 { 1556 *fLog << err << "ERROR - Number of files found (" << n0 << ") doesn't match number of files in sequence (" << n1 << ")" << endl; 1556 *fLog << err << "ERROR - Number of files found (" 1557 << n0 << ") doesn't match number of files in sequence (" 1558 << n1 << ")" << endl; 1557 1559 return kFALSE; 1558 1560 }
Note:
See TracChangeset
for help on using the changeset viewer.