Changeset 6054 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/27/05 17:42:22 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6004 r6054  
    102102    // been called just before
    103103    if (fRunHeader->GetFormatVersion()<5)
    104         return kTRUE;
     104      return kTRUE;
    105105
    106106    UInt_t pattern = fEvtHeader->GetCalibrationPattern();
     
    114114
    115115    if ((pulserpattern & kGreenAndBlue) || (pulserpattern & kBlueAndUV) || (pulserpattern & kGreenAndUV))
    116       fPattern->fPulserStrength =  MCalibrationCam::kNONE;
     116      fPattern->fPulserColor =  MCalibrationCam::kNONE;
    117117    if (pulserpattern & kCT1Pulser)
    118       fPattern->fPulserStrength =  MCalibrationCam::kCT1;
     118      fPattern->fPulserColor =  MCalibrationCam::kCT1;
    119119    if (pulserpattern & kAnyUV)
    120       fPattern->fPulserStrength =  MCalibrationCam::kUV;
     120      fPattern->fPulserColor =  MCalibrationCam::kUV;
    121121    if (pulserpattern & kAnyGreen)
    122       fPattern->fPulserStrength =  MCalibrationCam::kGREEN;
     122      fPattern->fPulserColor =  MCalibrationCam::kGREEN;
    123123    if (pulserpattern & kAnyBlue)
    124       fPattern->fPulserStrength =  MCalibrationCam::kBLUE;
     124      fPattern->fPulserColor =  MCalibrationCam::kBLUE;
    125125
    126126    Float_t strength = 0.;
Note: See TracChangeset for help on using the changeset viewer.