Changeset 3688 for trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
- Timestamp:
- 04/08/04 20:44:11 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r3683 r3688 1045 1045 qepix.SetQEFFactor ( qe , fPulserColor ); 1046 1046 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; 1048 1051 } 1049 1052 }
Note:
See TracChangeset
for help on using the changeset viewer.