Ignore:
Timestamp:
10/25/06 19:36:26 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8154 r8165  
    4242    Float_t fLoGainStretch;                  // The stretch of the low-gain w.r.t. the high-gain pulse
    4343
    44     Int_t   fRandomIter;                     //! Counter used to randomize weights for noise calculation
     44//    Int_t   fRandomIter;                     //! Counter used to randomize weights for noise calculation
    4545
    4646    Int_t   ReadEnv(const TEnv &env, TString prefix, Bool_t print);
    47     Bool_t  InitArrays();
     47    Bool_t  InitArrays(Int_t n);
    4848
    4949public:
     
    9494    void FindTimeAndChargeHiGain2(const Float_t *firstused, Int_t num, Float_t &sum, Float_t &dsum,
    9595                                  Float_t &time, Float_t &dtime,
    96                                   Byte_t sat, Int_t maxpos);
     96                                  Byte_t sat, Int_t maxpos) const;
    9797
    9898    void FindTimeAndChargeLoGain2(const Float_t *firstused, Int_t num, Float_t &sum,  Float_t &dsum,
    9999                                  Float_t &time, Float_t &dtime,
    100                                   Byte_t sat, Int_t maxpos);
     100                                  Byte_t sat, Int_t maxpos) const;
    101101
    102102    ClassDef(MExtractTimeAndChargeSpline, 4)   // Task to Extract Arrival Times and Charges using a Cubic Spline
Note: See TracChangeset for help on using the changeset viewer.