]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawReaderRoot.cxx
START becomes T0
[u/mrichter/AliRoot.git] / RAW / AliRawReaderRoot.cxx
index 71aabc0b3f4cb4ab74781d85a19760f499d16bfa..f2575dc7c3c4ffae9c83b78ab41b4df4bd6f3e7c 100644 (file)
@@ -186,6 +186,13 @@ AliRawReaderRoot::~AliRawReaderRoot()
   }
 }
 
+const AliRawEventHeaderBase* AliRawReaderRoot::GetEventHeader() const
+{
+  // Get the even header
+  // Return NULL in case of failure
+  if (!fEvent) return NULL;
+  return fEvent->GetHeader();
+}
 
 UInt_t AliRawReaderRoot::GetType() const
 {