diff --git a/src/THcRawAdcHit.h b/src/THcRawAdcHit.h index 4663e12e50f37c7d1d3c6e6ace41ed069c9bd58d..29cbbd1477d4302ead4920094ff4feec2dbcb805 100644 --- a/src/THcRawAdcHit.h +++ b/src/THcRawAdcHit.h @@ -21,6 +21,7 @@ class THcRawAdcHit : public TObject { Int_t GetRawData(UInt_t iPulse=0) const; Double_t GetF250_PeakPedestalRatio() {return fPeakPedestalRatio;}; + Int_t GetF250_NPedestalSamples() {return fNPedestalSamples;}; Double_t GetAverage(UInt_t iSampleLow, UInt_t iSampleHigh) const; Int_t GetIntegral(UInt_t iSampleLow, UInt_t iSampleHigh) const;