]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTMessage.h
documentation; deprecated defines deleted
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTMessage.h
index a3754a36c5b45c19ebc60e10687dc733987d0ce9..eee183671359f0aaef0d4a2008ff79d18fda5d73 100644 (file)
  * chain.
  * This is the original Root TMessage implementation with a few minor
  * modifications.
- * - the AliHLTMessage(void *buf, Int_t bufsize) constructor has been made
- *   public in order to be used externally.
+ * - the <tt> AliHLTMessage(void *buf, Int_t bufsize)</tt> constructor has been
+ *   made public in order to be used externally.
+ *
+ * The class can be used to extract an object from an input data block, or a
+ * data block received via the HOMER interface or from the file writer.
+ * <pre>
+ *  AliHLTMessage msg(buffer, size);
+ *  TObject pObj=msg.ReadObject(msg.GetClass());
+ * </pre>
  */
 class AliHLTMessage 
 :