Skip to content
Snippets Groups Projects
Commit 3b8e2a9e authored by Norbert Herrmann's avatar Norbert Herrmann
Browse files

add Setter for HitIndex

parent a1e9b225
No related branches found
No related tags found
1 merge request!189insert mTOF in mCBM common production
...@@ -69,6 +69,7 @@ public: ...@@ -69,6 +69,7 @@ public:
} }
Int_t GetTofHitIndex(Int_t ind) const { return fTofHit[ind]; } Int_t GetTofHitIndex(Int_t ind) const { return fTofHit[ind]; }
inline void SetTofHitIndex(Int_t ind, Int_t i) { fTofHit[ind]=i; }
CbmTofHit* GetTofHitPointer(Int_t ind) { return &fhit[ind]; } CbmTofHit* GetTofHitPointer(Int_t ind) { return &fhit[ind]; }
Int_t GetTofDetIndex(Int_t ind) const { return fTofDet[ind]; } Int_t GetTofDetIndex(Int_t ind) const { return fTofDet[ind]; }
......
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