Changeset 4863 for trunk


Ignore:
Timestamp:
09/05/04 18:09:57 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc

    r4861 r4863  
    200200  *fLog << endl;
    201201 
     202  fHeader->SetCalibrationPattern(fPattern);
    202203  fIsValid = kTRUE;
    203204 
     
    205206}
    206207
     208// --------------------------------------------------------------------------
     209//
     210// Sets the pattern to MRawEvtHeader from outside, if fIsValid is set.
     211//
    207212Int_t MCalibColorSet::Process()
    208213{
    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.