Changeset 3192 for trunk/MagicSoft


Ignore:
Timestamp:
02/16/04 13:57:13 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3190 r3192  
    1212   * manalysis/MPedCalcPedRun.h
    1313     - changed type of fNumSamplesTot from ULong_t to UInt_t
     14
     15   * mcalib/MHGausEvents.h
     16     - changed type of fCurrentSize from ULong_t to UInt_t
    1417   
    1518   * mcalib/MCalibrationConfig.h
  • trunk/MagicSoft/Mars/mcalib/MCalibrationConfig.h

    r3077 r3192  
    1111//
    1212/////////////////////////////////////////////////////////////////////////////
    13 
    14 // The conversion factor between High Gain and Low Gain
    15 const Float_t gkConversionHiLo      = 10.;
    16 const Float_t gkConversionHiLoError = 2.5;
    17 
    1813// ----- BLIND PIXEL ----------------------//
    1914
  • trunk/MagicSoft/Mars/mcalib/MHGausEvents.h

    r3170 r3192  
    5353  Byte_t fFlags;                       //   Byte to hold the bits fit result bits
    5454 
    55   ULong_t  fCurrentSize;               //   Current size of the array fEvents
     55  UInt_t fCurrentSize;                 //   Current size of the array fEvents
    5656 
    5757protected:
Note: See TracChangeset for help on using the changeset viewer.