Changeset 5146 for trunk/MagicSoft/Mars/msignal/MExtractTime.h
- Timestamp:
- 09/29/04 23:16:47 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTime.h
r4723 r5146 12 12 { 13 13 private: 14 14 15 static const Float_t fgOffsetLoGain; // Default for fOffsetLoGain (now set to 1.51 (= 5ns) 15 16 16 Int_t PreProcess(MParList *pList);17 Bool_t ReInit(MParList *pList);18 Int_t Process();19 20 17 protected: 18 21 19 Float_t fOffsetLoGain; // Offset of the low-gain signal w.r.t. the High-Gain slices 22 20 … … 27 25 virtual void FindTimeLoGain(Byte_t *firstused, Float_t &time, Float_t &dtime, 28 26 Byte_t &sat, const MPedestalPix &ped) const; 27 28 Int_t PreProcess( MParList *pList ); 29 Bool_t ReInit ( MParList *pList ); 30 Int_t Process (); 29 31 30 32 Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);
Note:
See TracChangeset
for help on using the changeset viewer.