Skip to content
Snippets Groups Projects
Commit 8f8b4f00 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Add member functions to receive ThcRawHodoHit information

parent 12b2f80d
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,10 @@ class THcRawHodoHit : public THcRawHit { ...@@ -25,6 +25,10 @@ class THcRawHodoHit : public THcRawHit {
// virtual Bool_t IsSortable () const {return kTRUE; } // virtual Bool_t IsSortable () const {return kTRUE; }
// virtual Int_t Compare(const TObject* obj) const; // virtual Int_t Compare(const TObject* obj) const;
Int_t GetADCPos() {return fADC_pos;}
Int_t GetADCNeg() {return fADC_neg;}
Int_t GetTDCPos() {return fTDC_pos;}
Int_t GetTDCNeg() {return fTDC_neg;}
protected: protected:
Int_t fADC_pos; Int_t fADC_pos;
......
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