Changeset 6828 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 03/16/05 13:27:32 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.h
r6743 r6828 41 41 Float_t fRiseTimeHiGain; // The usual rise time of the pulse in the high-gain 42 42 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-gain44 Float_t fFallTimeLoGain; // !The usual fall time of the pulse in the low-gain43 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 45 45 46 46 Float_t fLoGainStretch; // The stretch of the low-gain w.r.t. the high-gain pulse 47 47 48 Int_t fRandomIter; // Counter used to randomize weights for noise calculation48 Int_t fRandomIter; //! Counter used to randomize weights for noise calculation 49 49 50 50 Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print); … … 100 100 Byte_t &sat, const MPedestalPix &ped, const Bool_t abflag); 101 101 102 ClassDef(MExtractTimeAndChargeSpline, 3) // Task to Extract Arrival Times and Charges using a FastCubic Spline102 ClassDef(MExtractTimeAndChargeSpline, 4) // Task to Extract Arrival Times and Charges using a Cubic Spline 103 103 }; 104 104
Note:
See TracChangeset
for help on using the changeset viewer.