- Timestamp:
- 12/14/04 17:15:28 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.h
r5544 r5593 39 39 Float_t fFallTime; // The usual fall time of the pulse 40 40 41 UInt_tfRandomIter; // Counter used to randomize weights for noise calculation41 Int_t fRandomIter; // Counter used to randomize weights for noise calculation 42 42 43 43 Byte_t fFlags; // Bit-field to hold the time extraction types … … 47 47 Bool_t InitArrays(); 48 48 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); 51 51 52 52 public: … … 82 82 Byte_t &sat, const MPedestalPix &ped, const Bool_t abflag); 83 83 84 ClassDef(MExtractTimeAndChargeSpline, 0) // Task to Extract Arrival Times and Charges using a Fast Cubic Spline84 ClassDef(MExtractTimeAndChargeSpline, 1) // Task to Extract Arrival Times and Charges using a Fast Cubic Spline 85 85 }; 86 86
Note:
See TracChangeset
for help on using the changeset viewer.