Changeset 3107 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/12/04 00:25:01 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3106 r3107  
    3535     - remove fEvents which are not necessary any more after the shift
    3636       to MFCosmics.
     37
     38   * mcalib/MHCalibration(Blind)Pixel.[h,cc]
     39     - show the fourier spectrum now with axes in frequency [Hz] instead
     40       of inverted events.
     41
    3742
    3843
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc

    r3106 r3107  
    116116const Byte_t MCalibrationCalc::fgSaturationLimit = 254;
    117117const Byte_t MCalibrationCalc::fgBlindPixelFirst = 3;
    118 const Byte_t MCalibrationCalc::fgBlindPixelLast  = 8;
     118const Byte_t MCalibrationCalc::fgBlindPixelLast  = 12;
    119119
    120120// --------------------------------------------------------------------------
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.h

    r3081 r3107  
    2727
    2828  static const Int_t   fPSDNbins;
    29  
     29  static const Int_t   fPulserFrequency;
     30
    3031  Int_t fPixId;                  // Pixel Nr
    3132
Note: See TracChangeset for help on using the changeset viewer.