Changeset 4944
- Timestamp:
- 09/10/04 21:51:25 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4933 r4944 19 19 20 20 -*-*- END OF LINE -*-*- 21 22 2004/09/10: Markus Gaug 23 24 * mhcalib/ 25 * mcalib/ 26 moved all MHCalibration* classes to new directory mhcalib/ 27 21 28 22 29 2004/09/10: Antonio Stamerra -
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
r4899 r4944 229 229 230 230 // Possible green combinations 231 TRegexp gre0(" [0.1][lL]?[eE]?[dD]?[sS]?[gG][rR][eE][eE]");231 TRegexp gre0("0.1[lL]?[eE]?[dD]?[sS]?[gG][rR][eE][eE]"); 232 232 if (proj.Contains(gre0)) 233 233 { fPattern |= k01LedGreen; color = kGREEN; } -
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.