Changeset 3033
- Timestamp:
- 02/05/04 17:38:36 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3032 r3033 31 31 32 32 * manalysis/MExtractSignal.[h,cc] 33 - removed uncommented code 33 - removed uncommented code (arrival time) 34 34 - set start byte back by one like it was before TB's changes 35 35 (does not affect the calculation of number of FADC slices) 36 36 37 * manalysis/MExtractSignal2.[h,cc] 38 - removed uncommented code (arrival time) 37 39 38 40 -
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.