]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTOUTHandlerChain.h
HLTcalo module
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTOUTHandlerChain.h
index 186f5b5835184152c77839d441501a38b47dc4b1..ec2b9245d81155053e61cd29e7c458160e312190 100644 (file)
@@ -3,15 +3,15 @@
 
 #ifndef ALIHLTOUTHANDLERCHAIN_H
 #define ALIHLTOUTHANDLERCHAIN_H
-//* This file is property of and copyright by the ALICE HLT Project        * 
+//* This file is property of and copyright by the                          * 
 //* ALICE Experiment at CERN, All rights reserved.                         *
 //* See cxx source for full Copyright notice                               *
 
-/** @file   AliHLTOUTHandlerChain.h
-    @author Matthias Richter
-    @date   24.06.2008
-    @brief  HLTOUT handler of type kChain.
-*/
+/// @file   AliHLTOUTHandlerChain.h
+/// @author Matthias Richter
+/// @date   24.06.2008
+/// @brief  HLTOUT handler of type kChain.
+///
 
 #include "AliHLTOUTHandler.h"
 #include "TString.h"
@@ -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);