]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/comp/AliHLTTPCCompModelDeflaterComponent.h
adding publishing of histograms, by default all histograms are sent as separate objec...
[u/mrichter/AliRoot.git] / HLT / TPCLib / comp / AliHLTTPCCompModelDeflaterComponent.h
index 3ca8338ffab3d2b3027bf269051842801f97f137..24f54eae8f5e210f4ed082556f67c17b99cf05a7 100644 (file)
@@ -1,10 +1,11 @@
 // XEmacs -*-C++-*-
-// $Id: AliHLTTPCCompModelDeflaterComponent.h,v 1.2 2006/08/10 09:46:51 richterm Exp $
+// $Id$
 
 #ifndef ALIHLTTPCCOMPMODELDEFLATERCOMPONENT_H
 #define ALIHLTTPCCOMPMODELDEFLATERCOMPONENT_H
-/* TPCCompModelDeflaterright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full TPCCompModelDeflaterright notice                               */
+//* This file is property of and copyright by the ALICE HLT Project        * 
+//* ALICE Experiment at CERN, All rights reserved.                         *
+//* See cxx source for full Copyright notice                               *
 
 /** @file   AliHLTTPCCompModelDeflaterComponent.h
     @author Timm Steinbeck
  * @class AliHLTTPCCompModelDeflaterComponent
  * @brief A dummy HLT processing component. 
  *
- * An implementiation of a copy component that just copies its input data
- * to debug a components input data
- * @ingroup alihlt_tutorial
+ * An implementiation of a deflater component that 
+ * compresses the data previously converted with the
+ * converting component. 
+ * 
+ * 
+ * @ingroup alihlt_tpc
  */
 class AliHLTTPCCompModelDeflaterComponent : public AliHLTProcessor
     {
@@ -81,7 +85,7 @@ class AliHLTTPCCompModelDeflaterComponent : public AliHLTProcessor
       int DoDeinit();
 
       /** do event function
-       * @param evt Data     const AliHLTComponent_EventData& to event data
+       * @param evtData      const AliHLTComponent_EventData& to event data
        * @param blocks       const AliHLTComponent_BlockData* to blocks of event data
        * @param trigData     AliHLTComponent_TriggerData& of trigger data
        * @param outputPtr    AliHLTUInt8_t* pointer to output data
@@ -94,12 +98,12 @@ class AliHLTTPCCompModelDeflaterComponent : public AliHLTProcessor
                   AliHLTUInt32_t& size, vector<AliHLTComponent_BlockData>& outputBlocks );
       
       /** member variable for instance of model deflater class */
-      AliHLTTPCCompModelDeflater fModelDeflater;
+      AliHLTTPCCompModelDeflater fModelDeflater; // member variable for instance of model deflater class 
       /** member variable for instance of model converter class */
-      AliHLTTPCCompModelConverter fConverter;
+      AliHLTTPCCompModelConverter fConverter; // member variable for instance of model converter class
       
       /** member variable for forwarding if uncompressed */
-      bool fForwardIfUncompressed;
+      bool fForwardIfUncompressed; // member variable for forwarding if uncompressed
       
     private: