Ignore:
Timestamp:
03/16/05 13:27:32 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6743 r6828  
    4141  Float_t fRiseTimeHiGain;              // The usual rise time of the pulse in the high-gain
    4242  Float_t fFallTimeHiGain;              // The usual fall time of the pulse in the high-gain
    43   Float_t fRiseTimeLoGain;              //! The usual rise time of the pulse in the low-gain
    44   Float_t fFallTimeLoGain;              //! The usual fall time of the pulse in the low-gain
     43  Float_t fRiseTimeLoGain;              // The usual rise time of the pulse in the low-gain
     44  Float_t fFallTimeLoGain;              // The usual fall time of the pulse in the low-gain
    4545
    4646  Float_t fLoGainStretch;               // The stretch of the low-gain w.r.t. the high-gain pulse
    4747
    48   Int_t   fRandomIter;                  // Counter used to randomize weights for noise calculation
     48  Int_t   fRandomIter;                  //! Counter used to randomize weights for noise calculation
    4949 
    5050  Int_t   ReadEnv(const TEnv &env, TString prefix, Bool_t print);
     
    100100                               Byte_t &sat, const MPedestalPix &ped, const Bool_t abflag);
    101101
    102   ClassDef(MExtractTimeAndChargeSpline, 3)   // Task to Extract Arrival Times and Charges using a Fast Cubic Spline
     102  ClassDef(MExtractTimeAndChargeSpline, 4)   // Task to Extract Arrival Times and Charges using a Cubic Spline
    103103};
    104104
Note: See TracChangeset for help on using the changeset viewer.