]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCRawStreamV3.h
TPC DQM update to have 2d occupancy plot and to disable calib plots from
[u/mrichter/AliRoot.git] / TPC / AliTPCRawStreamV3.h
index 815dc3770a6dcebb63b1b0d8237587d61e215ec1..c9ebdcd10c099f5666e4487cd4c3619447a28ab3 100644 (file)
@@ -32,6 +32,7 @@ class AliTPCRawStreamV3: public AliAltroRawStreamV3 {
     inline Int_t GetPad()        const { return fPad; }        // Provide index of current pad
     inline Int_t GetPrevPad()    const { return fPrevPad; }    // Provide index of previous pad
     inline Bool_t  IsNewPad()    const {return (fPad != fPrevPad) || IsNewRow();};
+    inline Int_t GetPatchIndex() const { return fPatchIndex; }        // Provide index of current patch
 
 
   protected :