Changeset 3190 for trunk/MagicSoft


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3189 r3190  
    99     - changed type of fTotalEntries from ULong_t to UInt_t
    1010     - fixed documentation of fTotalEntries
     11
     12   * manalysis/MPedCalcPedRun.h
     13     - changed type of fNumSamplesTot from ULong_t to UInt_t
     14   
     15   * mcalib/MCalibrationConfig.h
     16     - removed gkConversionHiLo and gkConversionHiLoErr which is now
     17       directly in the class MCalibrationPix
    1118
    1219
     
    7784   * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
    7885     - fixed usage of logging stream output levels
    79 
    8086
    8187
  • trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.h

    r3014 r3190  
    2424    Byte_t   fNumHiGainSamples;
    2525    UShort_t fNumPixels;
    26     ULong_t  fNumSamplesTot;
     26    UInt_t   fNumSamplesTot;
    2727
    2828    MRawEvtData         *fRawEvt;     // raw event data (time slices)
     
    4343
    4444    void Clear(const Option_t *o="");
    45 
     45    void SetNumHiGainSamples(const Byte_t n)      { fNumHiGainSamples = n;   }
     46   
    4647    ClassDef(MPedCalcPedRun, 0)   // Task to calculate pedestals from pedestal runs raw data
    4748};
  • trunk/MagicSoft/Mars/manalysis/MPedestalCam.h

    r3188 r3190  
    1818
    1919  TClonesArray *fArray;  // FIXME: Change TClonesArray away from a pointer?
    20  
    21   UInt_t fTotalEntries;
     20  UInt_t fTotalEntries;  // Total number of times, the Process was executed (to estimate the error of pedestal)
    2221 
    2322public:
Note: See TracChangeset for help on using the changeset viewer.