]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
update of class documentation
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Jul 2010 09:21:51 +0000 (09:21 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Jul 2010 09:21:51 +0000 (09:21 +0000)
HLT/BASE/AliHLTOUTHandlerChain.h

index 186f5b5835184152c77839d441501a38b47dc4b1..8a3e780535591063cdfe859ddbbe646f2204a813 100644 (file)
@@ -84,9 +84,8 @@ class AliHLTOUTHandlerChain : public AliHLTOUTHandler {
 
   /**
    * Process a data block.
-   * The handler retrieves the data and it's properties and derives the
-   * equipment id from it. The default behavior returns the specification as
-   * equipment id and does not touch the data itself.
+   * The handler runs a normal HLT chain for processing of the selected blocks.
+   * The input of the chain is provided by the AliHLTOUTPublisher component.
    * @return equipment id the block should be used for.
    */
   virtual int ProcessData(AliHLTOUT* pData);