+ Bool_t TestBlockAttribute(Int_t index) const
+ {if (fHeader) return fHeader->TestAttribute(index);
+ else return kFALSE;};
+ UChar_t GetBlockAttributes() const
+ {if (fHeader) return fHeader->GetAttributes();
+ else return 0;};
+ UInt_t GetStatusBits() const
+ {if (fHeader) return fHeader->GetStatus();
+ else return 0;};
+ const AliRawDataHeader* GetDataHeader() const
+ {return fHeader;}