Changeset 5619 for trunk/MagicSoft/Mars
- Timestamp:
- 12/17/04 11:07:30 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5609 r5619 21 21 -*-*- END OF LINE -*-*- 22 22 23 2004/12/17: Thomas Bretz 24 25 * showplot.cc: 26 - added the error debug-level to some output 27 28 * mcalib/MCalibColorSet.cc: 29 - replaced arbitrary number for run type by correct enum 30 31 32 23 33 2004/12/16: Markus Gaug 24 34 … … 31 41 * mhcalib/MHCalibrationRelTimeCam.[h,cc] 32 42 - fixed bug in display of the averaged cams. 43 33 44 34 45 -
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
r5453 r5619 127 127 // to skip this run. 128 128 // 129 const UShort_t runtype = header->GetRunType(); 130 131 if (runtype == 1) 129 if (header->GetRunType() == MRawRunHeader::kRTPedestal) 132 130 { 133 131 *fLog << warn << "New run is a pedestal run... need intensity calibration to treat this case!" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.