Ignore:
Timestamp:
12/17/04 11:07:30 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc ΒΆ

    r5453 r5619  
    127127  // to skip this run.
    128128  //
    129   const UShort_t runtype = header->GetRunType();
    130 
    131   if (runtype == 1)
     129  if (header->GetRunType() == MRawRunHeader::kRTPedestal)
    132130    {
    133131      *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.