Changeset 4610


Ignore:
Timestamp:
08/13/04 15:11:45 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4609 r4610  
    905905        SetOutputPath(e1);
    906906    }
     907
     908    TString col = fEnv->GetValue("MJCalibration.Color", "");
     909    if (!col.IsNull())
     910    {
     911    }
     912
     913    TString dis = fEnv->GetValue("MJCalibration.Display", "");
     914    if (dis.BeginsWith("Full", TString::kIgnoreCase))
     915        SetFullDisplay();
     916    if (dis.BeginsWith("DataCheck", TString::kIgnoreCase))
     917        SetDataCheckDisplay();
     918    if (dis.BeginsWith("Normal", TString::kIgnoreCase))
     919        SetNormalDisplay();
     920
     921    SetRelTimeCalibration(fEnv->GetValue("MJCalibration.RelTimeCalibration", fRelTimes));
     922    SetDataCheck(fEnv->GetValue("MJCalibration.Datacheck", fDataCheck));
     923    SetDebug(fEnv->GetValue("MJCalibration.Debug", fDebug));
     924    SetUseBlindPixel(fEnv->GetValue("MJCalibration.UseBlindPixel", IsUseBlindPixel()));
     925    SetUsePINDiode(fEnv->GetValue("MJCalibration.UsePINDiode", IsUsePINDiode()));
    907926}
    908927
Note: See TracChangeset for help on using the changeset viewer.