Changeset 3106 for trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.h
- Timestamp:
- 02/12/04 00:22:58 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.h
r3084 r3106 53 53 MTime *fEvtTime; // Time of the event 54 54 55 Int_t fEvents; // Number of events56 57 55 Byte_t fNumHiGainSamples; 58 56 Byte_t fNumLoGainSamples; 59 57 Float_t fSqrtHiGainSamples; 58 59 Byte_t fBlindPixelFirst; 60 Byte_t fBlindPixelLast; 60 61 61 62 Float_t fConversionHiLo; … … 69 70 kHiLoGainCalibration, 70 71 kHiGainOverFlow, kLoGainOverFlow }; 71 72 72 73 public: 73 74 … … 83 84 Int_t PostProcess(); 84 85 85 Bool_t CalcSignalBlindPixel(Byte_t *ptr, Float_t &signal , const Float_t ped) const;86 Bool_t CalcSignalBlindPixel(Byte_t *ptr, Float_t &signal) const; 86 87 87 88 public: … … 105 106 void SetConversionHiLo(Float_t conv) { fConversionHiLo = conv; } 106 107 108 void SetBlindPixelRange(Byte_t first=fgBlindPixelFirst, Byte_t last=fgBlindPixelLast); 109 107 110 // Getters 108 111 MCalibrationBlindPix *GetBlindPixel() const;
Note:
See TracChangeset
for help on using the changeset viewer.