]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCDigitDumpComponent.h
minor changes in code documentation
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCDigitDumpComponent.h
index 2c833cfc158c9c5a918292a023885dc1fe62ff89..bf1c299660585b1929749548b8f293656a1905eb 100644 (file)
@@ -24,7 +24,7 @@
 /**
  * @class AliHLTTPCDigitDumpComponent
  * A converter for digit data of the TPC input to ASCII output.
- * Data blocks of type @ref kAliHLTDataTypeDDLRaw and origin 'TPC ' is docoded
+ * Data blocks of type ::kAliHLTDataTypeDDLRaw and origin 'TPC ' is docoded
  * written in readable ASCII format to a file.
  * 
  * Component ID: \b TPCDigitDump <br>
  *
  * Optional arguments: <br>
  * <!-- NOTE: ignore the \li. <i> and </i>: it's just doxygen formating -->
- * \li -rawreadermode  <i> mode   </i> <br>
- *      data mode of the <b>AliHLTTPCDigitReaderRaw</b> 
  * \li -digitreader    <i> reader   </i> <br>
- *      type of the digit reader: <i>unpacked, packed, raw</i> 
+ *      type of the digit reader: <i>unpacked, packed, raw, decoder</i>
+ *      default 'decoder' 
  * \li -rcutrailersize    <i> size   </i> <br>
- *      size of the RCU trailer in 32bit words (default 2)
+ *      size of the RCU trailer in 32bit words (default 2), if digitreader
+ *      'decoder' is used, the trailer size is determined automatically
+ * \li -rawreadermode  <i> mode   </i> <br>
+ *      data mode of the <b>AliHLTTPCDigitReaderRaw</b> 
  * \li -unsorted <br>
  *      unsorted mode of digit readers (default sorted)
  * \li -sorted <br>
  *      sorted mode of digit readers (default)
  *
+ * @ingroup alihlt_tpc_components
  */
 class AliHLTTPCDigitDumpComponent : public AliHLTFileWriter {
  public:
@@ -81,7 +84,8 @@ class AliHLTTPCDigitDumpComponent : public AliHLTFileWriter {
     kDigitReaderInvalid,
     kDigitReaderUnpacked,
     kDigitReaderPacked,
-    kDigitReaderRaw
+    kDigitReaderRaw,
+    kDigitReaderDecoder
   };
 
   /** the mode for the DigitReaderRaw */