Changeset 3103 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 02/11/04 18:39:06 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MExtractSignal2.h
r3033 r3103 19 19 static const Byte_t fgFirst; 20 20 static const Byte_t fgLast; 21 static const Byte_t fgWindow ;21 static const Byte_t fgWindowSize; 22 22 23 23 MPedestalCam *fPedestals; // Pedestals of all pixels in the camera … … 27 27 MRawRunHeader *fRunHeader; // RunHeader information 28 28 29 /* 30 MArrivalTime *fArrivalTime; // Arrival Time of FADC sample 31 */ 32 29 33 Byte_t fHiGainFirst; // First hi gain to be used 30 34 Byte_t fLoGainFirst; // First lo gain to be used … … 33 37 Byte_t fNumLoGainSamples; // Number of lo gain to be used 34 38 35 Byte_t fWindow ; // Number of gains in window36 Float_t fWindowS qrt; // Sqaure root of number of gains in window39 Byte_t fWindowSize; // Number of gains in window 40 Float_t fWindowSizeSqrt; // Sqaure root of number of gains in window 37 41 38 42 Byte_t fSaturationLimit; … … 46 50 MExtractSignal2(const char *name=NULL, const char *title=NULL); 47 51 48 void SetRange(Byte_t hifirst=fgFirst, Byte_t hilast=fgLast, Byte_t window=fgWindow);52 void SetRange(Byte_t hifirst=fgFirst, Byte_t hilast=fgLast, Byte_t lofirst=fgFirst, Byte_t lolast=fgLast, Byte_t window_size=fgWindowSize); 49 53 void SetSaturationLimit(Byte_t lim) { fSaturationLimit = lim; } 50 54
Note:
See TracChangeset
for help on using the changeset viewer.