]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCRawDataUnpackerComponent.h
code documantation and minor cleanup
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCRawDataUnpackerComponent.h
index 7be86c50686d9baedfa77f1d21f28526dbde07cb..ec5c5c71eaf666f1f66ceac30dad81614b6cf55e 100644 (file)
@@ -3,14 +3,9 @@
 
 #ifndef ALIHLTTPCRAWDATAUNPACKERCOMPONENT_H
 #define ALIHLTTPCRAWDATAUNPACKERCOMPONENT_H
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
-
-// see below for class documentation
-// or
-// refer to README to build package
-// or
-// visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
+//* 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                               *
 
 #include "AliHLTProcessor.h"
 
@@ -20,6 +15,11 @@ class AliTPCRawStream;
 /**
  * @class AliHLTTPCRawDataUnpackerComponent
  * Unpacker component for TPC RAW data.
+ *
+ * @note Old remnant and never used in the new online interface. Became
+ *       obsolete with the introduction of DigitReaders. Maybe we want to
+ *       convert this component into a tool.
+ * @ingroup alihlt_tpc_components
  */
 class AliHLTTPCRawDataUnpackerComponent : public AliHLTProcessor
     {