Changeset 6701 for trunk/MagicSoft


Ignore:
Timestamp:
03/02/05 11:59:20 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalib.cc

    r6699 r6701  
    6161        SetCheckedPixId(GetEnv("CheckedPixId",fCheckedPixId));
    6262
     63    if (HasEnv("StorageType"))
     64      {
     65        TString type = GetEnv("StorageType", "");
     66        type = type.Strip(TString::kBoth);
     67        type.ToLower();
     68
     69        if (type == (TString)"hists")
     70          SetHistsStorage();
     71       
     72        if (type == (TString)"no" || type == (TString)"nostorage")
     73          SetNoStorage();
     74      }
     75
    6376    if (!HasEnv("DataType"))
    6477        return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.