Ignore:
Timestamp:
01/31/12 08:35:58 (13 years ago)
Author:
tbretz
Message:
The scale factor was always set to 1, must have been introduced unintentionally in the past.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcalib/MCalibrateData.h

    r8452 r12790  
    114114  void   SetCalibConvMaxLimit( const Float_t f=gkCalibConvMaxLimit ) { fCalibConvMaxLimit = f; }
    115115
    116   void   SetScaleFactor(const Float_t f=1) { fScaleFactor=1; }
     116  void   SetScaleFactor(const Float_t f=1) { fScaleFactor=f; }
    117117
    118118  Bool_t UpdateConversionFactors( const MCalibrationChargeCam *updatecam=NULL);
Note: See TracChangeset for help on using the changeset viewer.