Changeset 5619 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
12/17/04 11:07:30 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5609 r5619  
    2121                                                 -*-*- END OF LINE -*-*-
    2222
     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
    2333 2004/12/16: Markus Gaug
    2434
     
    3141   * mhcalib/MHCalibrationRelTimeCam.[h,cc]
    3242     - fixed bug in display of the averaged cams.
     43
    3344
    3445
  • 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.