Changeset 4124


Ignore:
Timestamp:
05/22/04 14:52:15 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4122 r4124  
    2929     - added a debug switch with which you can print out Object
    3030       Allocation (like suggested by TBretz).
     31
     32   * mcalib/MCalibrationRelTimeCalc.cc
     33     - replaced the relative limit for acceptance of the time resolution
     34       by an absolute limit
    3135
    3236
  • trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.h

    r3936 r4124  
    3232private:
    3333
    34   static const Float_t fgRelTimeRelErrLimit;      //! Default for fRelTimeRelErrLimit      (now set to: 6.)
     34  static const Float_t fgRelTimeResolutionLimit; //! Default for fRelTimeResolutionLimit (now set to: 1.)
    3535 
    3636  // Variables
    37   Float_t fRelTimeRelErrLimit;                  // Limit acceptance rel. error mean (in abs. numbers)
    38   Byte_t  fFlags;                              // Bit-field for the flags
     37  Float_t fRelTimeResolutionLimit;              // Limit acceptance rel. time resolution (in FADC slices)
     38  Byte_t  fFlags;                               // Bit-field for the flags
    3939 
    4040  // Pointers
     
    6565  void Clear(const Option_t *o="");
    6666 
    67   void SetRelTimeRelErrLimit ( const Float_t f=fgRelTimeRelErrLimit      ) { fRelTimeRelErrLimit = f;   }
     67  void SetRelTimeResolutionLimit ( const Float_t f=fgRelTimeResolutionLimit    ) { fRelTimeResolutionLimit = f;   }
    6868
    6969  void SkipHiLoGainCalibration ( const Bool_t b=kTRUE )
Note: See TracChangeset for help on using the changeset viewer.