Changeset 5451 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/22/04 18:36:49 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5415 r5451  
    208208    case 25792:
    209209    case 35415:
     210    case 45368:
    210211      //    case 31756:
    211212      color = kBLUE;
     
    228229    }
    229230 
     231  if (num>45000)
     232    {
     233      *fLog << inf << "Assumed 10Led UV..." << endl;
     234      fPattern |= k10LedUV;
     235      fIsValid  = kTRUE;
     236      return kTRUE;
     237    }
     238
    230239  if (color!=kNONE)
    231240    {
Note: See TracChangeset for help on using the changeset viewer.