]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MFT/AliMFTSegmentation.h
OCDB details added in runSimulation.C and runReconstruction.C
[u/mrichter/AliRoot.git] / MFT / AliMFTSegmentation.h
index 9600a3d24efb1da296300e1cbae560d03075a60a..5072bae6e8b060ddc52a200cb1d97411fa9036d8 100644 (file)
@@ -48,6 +48,8 @@ public:
   Int_t GetNPlanes() const { return fMFTPlanes->GetEntries(); }
 
   AliMFTPlane* GetPlane(Int_t iPlane) const { if (iPlane>=0 && iPlane<fMFTPlanes->GetEntries()) return (AliMFTPlane*) fMFTPlanes->At(iPlane); else return NULL; }
+
+  Bool_t DoesPixelExist(Int_t detElemID, Int_t xPixel, Int_t yPixel);
  
 protected: