Ignore:
Timestamp:
11/16/04 14:56:32 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5405 r5412  
    16751675      qepix.SetFFactorMethodValid(  kTRUE   , fPulserColor );
    16761676
    1677       if (!qepix.UpdateFFactorMethod( qecam->GetPlexiglassQE(), qecam->GetPlexiglassQERelVar() ))
     1677      if (!qepix.UpdateFFactorMethod( qecam->GetPlexiglassQE() ))
    16781678        *fLog << warn << GetDescriptor()
    16791679              << ": Cannot update Quantum efficiencies with the F-Factor Method" << endl;
     
    19031903      qepix.SetBlindPixelMethodValid(  kTRUE   , fPulserColor );
    19041904
    1905       if (!qepix.UpdateBlindPixelMethod( qecam->GetPlexiglassQE(), qecam->GetPlexiglassQERelVar() ))
     1905      if (!qepix.UpdateBlindPixelMethod( qecam->GetPlexiglassQE()))
    19061906        *fLog << warn << GetDescriptor()
    19071907              << ": Cannot update Quantum efficiencies with the Blind Pixel Method" << endl;
Note: See TracChangeset for help on using the changeset viewer.