Changeset 6701 for trunk/MagicSoft
- Timestamp:
- 03/02/05 11:59:20 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalib.cc
r6699 r6701 61 61 SetCheckedPixId(GetEnv("CheckedPixId",fCheckedPixId)); 62 62 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 63 76 if (!HasEnv("DataType")) 64 77 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.