- Timestamp:
- 10/25/06 19:36:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.h
r8154 r8165 42 42 Float_t fLoGainStretch; // The stretch of the low-gain w.r.t. the high-gain pulse 43 43 44 Int_t fRandomIter; //! Counter used to randomize weights for noise calculation44 // Int_t fRandomIter; //! Counter used to randomize weights for noise calculation 45 45 46 46 Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print); 47 Bool_t InitArrays( );47 Bool_t InitArrays(Int_t n); 48 48 49 49 public: … … 94 94 void FindTimeAndChargeHiGain2(const Float_t *firstused, Int_t num, Float_t &sum, Float_t &dsum, 95 95 Float_t &time, Float_t &dtime, 96 Byte_t sat, Int_t maxpos) ;96 Byte_t sat, Int_t maxpos) const; 97 97 98 98 void FindTimeAndChargeLoGain2(const Float_t *firstused, Int_t num, Float_t &sum, Float_t &dsum, 99 99 Float_t &time, Float_t &dtime, 100 Byte_t sat, Int_t maxpos) ;100 Byte_t sat, Int_t maxpos) const; 101 101 102 102 ClassDef(MExtractTimeAndChargeSpline, 4) // Task to Extract Arrival Times and Charges using a Cubic Spline
Note:
See TracChangeset
for help on using the changeset viewer.