diff --git a/src/THcRawHodoHit.h b/src/THcRawHodoHit.h index 7e5614b4865fc4bb8478dc013f46e695c37d81a6..1299bdffb82d22319a8f5d4fcee32cc95fd4a353 100644 --- a/src/THcRawHodoHit.h +++ b/src/THcRawHodoHit.h @@ -25,6 +25,10 @@ class THcRawHodoHit : public THcRawHit { // virtual Bool_t IsSortable () const {return kTRUE; } // 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: Int_t fADC_pos;