Changeset 3033 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 02/05/04 17:38:36 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MExtractSignal.h
r3010 r3033 45 45 Byte_t fSaturationLimit; 46 46 47 void FindSignal(Byte_t *ptr, Int_t size, Int_t &sum, Byte_t &sat /*, Byte_t* &mid*/) const;47 void FindSignal(Byte_t *ptr, Int_t size, Int_t &sum, Byte_t &sat) const; 48 48 49 49 Int_t PreProcess(MParList *pList); -
trunk/MagicSoft/Mars/manalysis/MExtractSignal2.h
r3003 r3033 27 27 MRawRunHeader *fRunHeader; // RunHeader information 28 28 29 /*30 MArrivalTime *fArrivalTime; // Arrival Time of FADC sample31 */32 33 29 Byte_t fHiGainFirst; // First hi gain to be used 34 30 Byte_t fLoGainFirst; // First lo gain to be used
Note:
See TracChangeset
for help on using the changeset viewer.