diff --git a/src/THcRawAdcHit.h b/src/THcRawAdcHit.h index 82a1922aae6956f38243d609c4ad13ed6dc8069a..86c565cf5f3b2f509c07073e2ddd3fa52b75f989 100644 --- a/src/THcRawAdcHit.h +++ b/src/THcRawAdcHit.h @@ -19,6 +19,7 @@ class THcRawAdcHit : public TObject { ); Int_t GetRawData(UInt_t iPulse=0) const; + Double_t GetF250_PeakPedestalRatio() {return fPeakPedestalRatio;}; Double_t GetAverage(UInt_t iSampleLow, UInt_t iSampleHigh) const; Int_t GetIntegral(UInt_t iSampleLow, UInt_t iSampleHigh) const;