]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveDet/AliEveTOFDigitsInfo.h
Added a getter method for the private variable fGeom
[u/mrichter/AliRoot.git] / EVE / EveDet / AliEveTOFDigitsInfo.h
index 0c16ebde05540a3b96c5eea7f8cef3333339a439..8073409af672a66b08593e9dc17c3409100ce1f9 100644 (file)
@@ -42,6 +42,7 @@ class AliEveTOFDigitsInfo : public TObject, public TEveRefCnt
 
     Int_t IsStripFilled(Int_t iSector, Int_t iPlate, Int_t iStrip);
     Int_t GetTOFInfos() const;
+    AliTOFGeometry * GetTOFgeometry() const {return fGeom;};
     //void GetDigits();
 
     TTree* GetTree() {return fTree;};