Changeset 3033 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/05/04 17:38:36 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3032 r3033  
    3131
    3232   * manalysis/MExtractSignal.[h,cc]
    33      - removed uncommented code
     33     - removed uncommented code (arrival time)
    3434     - set start byte back by one like it was before TB's changes
    3535       (does not affect the calculation of number of FADC slices)
    3636
     37   * manalysis/MExtractSignal2.[h,cc]
     38     - removed uncommented code (arrival time)
    3739
    3840
  • trunk/MagicSoft/Mars/manalysis/MExtractSignal.h

    r3010 r3033  
    4545    Byte_t  fSaturationLimit;
    4646
    47     void   FindSignal(Byte_t *ptr, Int_t size, Int_t &sum, Byte_t &sat/*, Byte_t* &mid*/) const;
     47    void   FindSignal(Byte_t *ptr, Int_t size, Int_t &sum, Byte_t &sat) const;
    4848
    4949    Int_t  PreProcess(MParList *pList);
  • trunk/MagicSoft/Mars/manalysis/MExtractSignal2.h

    r3003 r3033  
    2727    MRawRunHeader       *fRunHeader;    // RunHeader information
    2828
    29     /*
    30      MArrivalTime        *fArrivalTime;  // Arrival Time of FADC sample
    31      */
    32  
    3329    Byte_t  fHiGainFirst;       // First hi gain to be used
    3430    Byte_t  fLoGainFirst;       // First lo gain to be used
Note: See TracChangeset for help on using the changeset viewer.