Ignore:
Timestamp:
04/08/04 20:44:11 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3683 r3688  
    10451045      qepix.SetQEFFactor    ( qe            , fPulserColor );
    10461046      qepix.SetQEFFactorVar ( qerelvar*qe*qe, fPulserColor );     
    1047       qepix.UpdateFFactorMethod();
     1047      qepix.SetFFactorMethodValid(  kTRUE   , fPulserColor );
     1048
     1049      if (!qepix.UpdateFFactorMethod())
     1050        *fLog << warn << GetDescriptor() << ": Cannot update Quantum efficiencies with the F-Factor Method" << endl;
    10481051    }
    10491052}
Note: See TracChangeset for help on using the changeset viewer.