Changeset 4764 for trunk/MagicSoft/Mars
- Timestamp:
- 08/27/04 15:41:52 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r4763 r4764 1248 1248 // For more details see the class description and the corresponding Getters 1249 1249 // 1250 Bool_t MJCalibration::CheckEnv ()1250 Bool_t MJCalibration::CheckEnvLocal() 1251 1251 { 1252 1252 TString col = GetEnv("Color", ""); … … 1269 1269 SetUsePINDiode(GetEnv("UsePINDiode", IsUsePINDiode())); 1270 1270 1271 return MJob::CheckEnv();1271 return kTRUE; 1272 1272 } 1273 1273
Note:
See TracChangeset
for help on using the changeset viewer.