Changeset 3198 for trunk/MagicSoft/Mars/mcalib/MExtractBlindPixel.h
- Timestamp:
- 02/16/04 15:32:07 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MExtractBlindPixel.h
r3196 r3198 29 29 static const Byte_t fgLast; 30 30 31 MPedestalCam *fPedestals; // Pedestals of all pixels in the camera32 31 MExtractedSignalBlindPixel *fBlindPixel; // Extracted signal of the Blind Pixel 33 32 … … 43 42 UInt_t fBlindPixelIdx; 44 43 45 Float_t fPedestal;46 Float_t fPedRms;47 48 void FindSignal(Byte_t *ptr, Int_t size, UInt_t &sum, UInt_t &sum2, UInt_t &sat, UInt_t &max) const;49 50 44 Int_t PreProcess(MParList *pList); 51 45 Int_t Process();
Note:
See TracChangeset
for help on using the changeset viewer.