Changeset 5677 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
12/22/04 18:57:38 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5642 r5677  
    202202 
    203203  Int_t color = kNONE;
     204  fPattern = 0;
    204205
    205206  switch (num)
     
    313314
    314315      // Possible green combinations
    315       TRegexp gre0("0.1led[sS]?[gG][rR][eE][eE]");
     316      TRegexp gre0("0.1led[sS]?gree");
    316317      if (proj.Contains(gre0))
    317318        { fPattern |= k01LedGreen; color = kGREEN;    }
    318       TRegexp gre1("1led[sS]?[gG][rR][eE][eE]");
     319      TRegexp gre1("1led[sS]?gree");
    319320      if (proj.Contains(gre1))
    320321        { fPattern |= k1LedGreen; color = kGREEN;    }
    321       TRegexp gre2("2led[sS]?[gG][rR][eE][eE]");
     322      TRegexp gre2("2led[sS]?gree");
    322323      if (proj.Contains(gre2))
    323324        { fPattern |= k2LedGreen; color = kGREEN;    }
    324       TRegexp gre3("3led[sS]?[gG][rR][eE][eE]");
     325      TRegexp gre3("3led[sS]?gree");
    325326      if (proj.Contains(gre3))
    326327        { fPattern |= k3LedGreen; color = kGREEN;    }
    327       TRegexp gre5("5led[sS]?[gG][rR][eE][eE]");
     328      TRegexp gre5("5led[sS]?gree");
    328329      if (proj.Contains(gre5))
    329330        { fPattern |= k5LedGreen; color = kGREEN;    }
    330       TRegexp gre6("6led[sS]?[gG][rR][eE][eE]");
     331      TRegexp gre6("6led[sS]?gree");
    331332      if (proj.Contains(gre6))
    332333        { fPattern |= k6LedGreen; color = kGREEN;    }
    333       TRegexp gre7("7led[sS]?[gG][rR][eE][eE]");
     334      TRegexp gre7("7led[sS]?gree");
    334335      if (proj.Contains(gre7))
    335336        { fPattern |= k7LedGreen; color = kGREEN;    }
    336       TRegexp gre8("8led[sS]?[gG][rR][eE][eE]");
     337      TRegexp gre8("8led[sS]?gree");
    337338      if (proj.Contains(gre8))
    338339        { fPattern |= k8LedGreen; color = kGREEN;    }
    339340
    340341      // Possible blue combinations
    341       TRegexp blu0("0.1led[sS]?[bB][lL][uU][eE]");
     342      TRegexp blu0("0.1led[sS]?blue");
    342343      if (proj.Contains(blu0))
    343344        { fPattern |= k01LedBlue; color = kBLUE;    }
    344       TRegexp blu1("1led[sS]?[bB][lL][uU][eE]");
     345      TRegexp blu1("1led[sS]?blue");
    345346      if (proj.Contains(blu1))
    346347        { fPattern |= k1LedBlue; color = kBLUE;    }
    347       TRegexp blu2("2led[sS]?[bB][lL][uU][eE]");
     348      TRegexp blu2("2led[sS]?blue");
    348349      if (proj.Contains(blu2))
    349350        { fPattern |= k2LedBlue; color = kBLUE;    }
    350       TRegexp blu3("3led[sS]?[bB][lL][uU][eE]");
     351      TRegexp blu3("3led[sS]?blue");
    351352      if (proj.Contains(blu3))
    352353        { fPattern |= k3LedBlue; color = kBLUE;    }
    353       TRegexp blu5("5led[sS]?[bB][lL][uU][eE]");
     354      TRegexp blu5("5led[sS]?blue");
    354355      if (proj.Contains(blu5))
    355356        { fPattern |= k5LedBlue1; color = kBLUE;    }
    356       TRegexp blu6("6led[sS]?[bB][lL][uU][eE]");
     357      TRegexp blu6("6led[sS]?blue");
    357358      if (proj.Contains(blu6))
    358359        { fPattern |= k6LedBlue; color = kBLUE;    }
    359       TRegexp blu7("7led[sS]?[bB][lL][uU][eE]");
     360      TRegexp blu7("7led[sS]?blue");
    360361      if (proj.Contains(blu7))
    361362        { fPattern |= k7LedBlue; color = kBLUE;    }
    362       TRegexp blu8("8led[sS]?[bB][lL][uU][eE]");
     363      TRegexp blu8("8led[sS]?blue");
    363364      if (proj.Contains(blu8))
    364365        { fPattern |= k8LedBlue; color = kBLUE;    }
    365       TRegexp blu10("10led[sS]?[bB][lL][uU][eE]");
     366      TRegexp blu10("10led[sS]?blue");
    366367      if (proj.Contains(blu10))
    367368        { fPattern |= k10LedBlue; color = kBLUE;    }
    368       TRegexp blu15("15led[sS]?[bB][lL][uU][eE]");
     369      TRegexp blu15("15led[sS]?blue");
    369370      if (proj.Contains(blu15))
    370371        { fPattern |= k15LedBlue; color = kBLUE;    }
    371       TRegexp blu20("20led[sS]?[bB][lL][uU][eE]");
     372      TRegexp blu20("20led[sS]?blue");
    372373      if (proj.Contains(blu20))
    373374        { fPattern |= k20LedBlue; color = kBLUE;    }
    374       TRegexp blu21("21led[sS]?[bB][lL][uU][eE]");
     375      TRegexp blu21("21led[sS]?blue");
    375376      if (proj.Contains(blu21))
    376377        { fPattern |= k21LedBlue; color = kBLUE;    }
    377       TRegexp blu22("22led[sS]?[bB][lL][uU][eE]");
     378      TRegexp blu22("22led[sS]?blue");
    378379      if (proj.Contains(blu22))
    379380        { fPattern |= k22LedBlue; color = kBLUE;    }
    380       TRegexp blu23("23led[sS]?[bB][lL][uU][eE]");
     381      TRegexp blu23("23led[sS]?blue");
    381382      if (proj.Contains(blu23))
    382383        { fPattern |= k23LedBlue; color = kBLUE;    }
    383384
    384385      // Possible UV combinations
    385       TRegexp uv1("1led[sS]?[U][vV]");
     386      TRegexp uv1("1led[sS]?uv");
    386387      if (proj.Contains(uv1))
    387388        { fPattern |= k1LedUV; color = kUV;    }
    388       TRegexp uv2("2led[sS]?[U][vV]");
     389      TRegexp uv2("2led[sS]?uv");
    389390      if (proj.Contains(uv2))
    390391        { fPattern |= k2LedUV; color = kUV;    }
    391       TRegexp uv3("3led[sS]?[U][vV]");
     392      TRegexp uv3("3led[sS]?uv");
    392393      if (proj.Contains(uv3))
    393394        { fPattern |= k3LedUV; color = kUV;    }
    394       TRegexp uv5("5led[sS]?[U][vV]");
     395      TRegexp uv5("5led[sS]?uv");
    395396      if (proj.Contains(uv5))
    396397        { fPattern |= k5LedUV1; color = kUV;    }
    397       TRegexp uv6("6led[sS]?[U][vV]");
     398      TRegexp uv6("6led[sS]?uv");
    398399      if (proj.Contains(uv6))
    399400        { fPattern |= k6LedUV; color = kUV;    }
    400       TRegexp uv7("7led[sS]?[U][vV]");
     401      TRegexp uv7("7led[sS]?uv");
    401402      if (proj.Contains(uv7))
    402403        { fPattern |= k7LedUV; color = kUV;    }
    403       TRegexp uv8("8led[sS]?[U][vV]");
     404      TRegexp uv8("8led[sS]?uv");
    404405      if (proj.Contains(uv8))
    405406        { fPattern |= k8LedUV; color = kUV;    }
    406       TRegexp uv10("10led[sS]?[U][vV]");
     407      TRegexp uv10("10led[sS]?uv");
    407408      if (proj.Contains(uv10))
    408409        { fPattern |= k10LedUV; color = kUV;    }
    409       TRegexp uv11("11led[sS]?[U][vV]");
     410      TRegexp uv11("11led[sS]?uv");
    410411      if (proj.Contains(uv11))
    411412        { fPattern |= k11LedUV; color = kUV;    }
    412       TRegexp uv12("12led[sS]?[U][vV]");
     413      TRegexp uv12("12led[sS]?uv");
    413414      if (proj.Contains(uv12))
    414415        { fPattern |= k12LedUV; color = kUV;    }
    415       TRegexp uv13("13led[sS]?[U][vV]");
     416      TRegexp uv13("13led[sS]?uv");
    416417      if (proj.Contains(uv13))
    417418        { fPattern |= k13LedUV; color = kUV;    }
Note: See TracChangeset for help on using the changeset viewer.