Changeset 4610
- Timestamp:
- 08/13/04 15:11:45 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r4609 r4610 905 905 SetOutputPath(e1); 906 906 } 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())); 907 926 } 908 927
Note:
See TracChangeset
for help on using the changeset viewer.