Skip to content
Snippets Groups Projects
Commit 41b472e9 authored by Mark Jones's avatar Mark Jones
Browse files

updated THcrawAdcHit.h

parent 183df33c
Branches
Tags
1 merge request!1Update april2020
...@@ -21,6 +21,7 @@ class THcRawAdcHit : public TObject { ...@@ -21,6 +21,7 @@ class THcRawAdcHit : public TObject {
Int_t GetRawData(UInt_t iPulse=0) const; Int_t GetRawData(UInt_t iPulse=0) const;
Double_t GetF250_PeakPedestalRatio() {return fPeakPedestalRatio;}; Double_t GetF250_PeakPedestalRatio() {return fPeakPedestalRatio;};
Int_t GetF250_NPedestalSamples() {return fNPedestalSamples;};
Double_t GetAverage(UInt_t iSampleLow, UInt_t iSampleHigh) const; Double_t GetAverage(UInt_t iSampleLow, UInt_t iSampleHigh) const;
Int_t GetIntegral(UInt_t iSampleLow, UInt_t iSampleHigh) const; Int_t GetIntegral(UInt_t iSampleLow, UInt_t iSampleHigh) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment