Skip to content
Snippets Groups Projects
Commit 9c6fb3be authored by Mark K Jones's avatar Mark K Jones Committed by GitHub
Browse files

Merge pull request #173 from MarkKJones/rawadc

Add method to THcRawAdcHit
parents a6cd0389 ea2682a3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment