]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/comp/AliHLTTPCCompModelDeconverterComponent.h
adding more monitoring histograms, correcting axis labels (Alberica)
[u/mrichter/AliRoot.git] / HLT / TPCLib / comp / AliHLTTPCCompModelDeconverterComponent.h
index 37e30286c0338357be5593669a88a85a4ed5bf4a..3aa4b18cee943ae9c6b56d081ea432d14ed789d9 100644 (file)
@@ -1,10 +1,11 @@
 // XEmacs -*-C++-*-
-// $Id: AliHLTTPCCompModelDeconverterComponent.h,v 1.2 2006/08/10 09:46:51 richterm Exp $
+// $Id$
 
 #ifndef ALIHLTTPCCOMPMODELDECONVERTERCOMPONENT_H
 #define ALIHLTTPCCOMPMODELDECONVERTERCOMPONENT_H
-/* TPCCompModelDeconverterright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full TPCCompModelDeconverterright 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   AliHLTTPCCompModelDeconverterComponent.h
     @author Timm Steinbeck
  * @class AliHLTTPCCompModelDeconverterComponent
  * @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 deconverter component that 
+ * deconverts the tracks and clusters from the Vestbo-model
+ * into the standard HLT cluster track format again 
+ * in order to evaluate the loss of the model 
+ * due to the Vestbo-compression 
+ * @ingroup alihlt_tpc
  */
 class AliHLTTPCCompModelDeconverterComponent : public AliHLTProcessor
     {
@@ -80,7 +84,7 @@ class AliHLTTPCCompModelDeconverterComponent : 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
@@ -93,9 +97,9 @@ class AliHLTTPCCompModelDeconverterComponent : public AliHLTProcessor
                   AliHLTUInt32_t& size, vector<AliHLTComponent_BlockData>& outputBlocks );
       
       /** member variable for instance of deconverter class */
-      AliHLTTPCCompModelDeconverter fDeconverter;
+      AliHLTTPCCompModelDeconverter fDeconverter; // member variable for instance of deconverter class
       /** memeber varible for output tracks */
-      bool fOutputTracks;
+      bool fOutputTracks; // memeber varible for output track 
 
     private: