Changeset 4863
- Timestamp:
- 09/05/04 18:09:57 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
r4861 r4863 200 200 *fLog << endl; 201 201 202 fHeader->SetCalibrationPattern(fPattern); 202 203 fIsValid = kTRUE; 203 204 … … 205 206 } 206 207 208 // -------------------------------------------------------------------------- 209 // 210 // Sets the pattern to MRawEvtHeader from outside, if fIsValid is set. 211 // 207 212 Int_t MCalibColorSet::Process() 208 213 { 209 if (fIsValid) 210 fHeader->SetCalibrationPattern(fPattern); 211 return kTRUE; 212 } 214 215 if (fIsValid) 216 fHeader->SetCalibrationPattern(fPattern); 217 return kTRUE; 218 }
Note:
See TracChangeset
for help on using the changeset viewer.