Changeset 6019 for trunk/MagicSoft


Ignore:
Timestamp:
01/26/05 09:20:53 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6018 r6019  
    7979  fStrength = -1.;
    8080  fIsValid  = kFALSE;
    81  
     81
    8282}
    8383
     
    164164    {
    165165      *fLog << warn << "New run is a pedestal run... need intensity calibration to treat this case!" << endl;
    166       fPattern = 0;
     166      fColor = 0;
    167167      fIsValid = kTRUE;     
    168168      return kTRUE;
     
    190190  fColor    = MCalibrationCam::kNONE;
    191191  fStrength = 0.;
    192   fPattern  = 0;
    193192
    194193  switch (num)
     
    400399      if (proj.Contains(slotnr))
    401400      {
    402           fPattern = 0;
    403401          proj.Replace(2,99,"");
    404402          proj.ReplaceAll("u","");
Note: See TracChangeset for help on using the changeset viewer.