Changeset 5619 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 12/17/04 11:07:30 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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.