Ignore:
Timestamp:
12/14/04 17:15:28 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.h

    r5544 r5593  
    3939  Float_t fFallTime;                     // The usual fall time of the pulse
    4040
    41   UInt_t  fRandomIter;                   // Counter used to randomize weights for noise calculation
     41  Int_t   fRandomIter;                   // Counter used to randomize weights for noise calculation
    4242 
    4343  Byte_t  fFlags;                        // Bit-field to hold the time extraction types
     
    4747  Bool_t InitArrays();
    4848 
    49   void CalcIntegralHiGain(Float_t &sum, Int_t startslice, Int_t lastslice);
    50   void CalcIntegralLoGain(Float_t &sum, Int_t startslice, Int_t lastslice);
     49  void CalcIntegralHiGain(Float_t &sum, Float_t start, Float_t last);
     50  void CalcIntegralLoGain(Float_t &sum, Float_t start, Float_t last);
    5151
    5252public:
     
    8282                               Byte_t &sat, const MPedestalPix &ped, const Bool_t abflag);
    8383
    84   ClassDef(MExtractTimeAndChargeSpline, 0)   // Task to Extract Arrival Times and Charges using a Fast Cubic Spline
     84  ClassDef(MExtractTimeAndChargeSpline, 1)   // Task to Extract Arrival Times and Charges using a Fast Cubic Spline
    8585};
    8686
Note: See TracChangeset for help on using the changeset viewer.