]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/SampleLib/AliHLTSampleComponent2.cxx
added code documentation for BASE, SampleLib, TPCLib and build system
[u/mrichter/AliRoot.git] / HLT / SampleLib / AliHLTSampleComponent2.cxx
index a31716a0f262c23cfa81d25adfc69ff6bafb500b..2035926b8e17828a6c1853deb7a4d4885660c2cf 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-///////////////////////////////////////////////////////////////////////////////
-//                                                                           //
-// a sample processing component for the HLT                                 //
-//                                                                           //
-///////////////////////////////////////////////////////////////////////////////
+/** @file   AliHLTSampleComponent2.cxx
+    @author Matthias Richter, Timm Steinbeck
+    @date   
+    @brief  Another sample processing component for the HLT. */
 
 #if __GNUC__== 3
 using namespace std;
@@ -29,7 +28,10 @@ using namespace std;
 #include "AliL3StandardIncludes.h"
 #include "AliHLTSampleComponent2.h"
 
-// this is a global object used for automatic component registration, do not use this
+/**
+ * The global object used for automatic component registration, 
+ * @note DO NOT use this component for calculation!
+ */
 AliHLTSampleComponent2 gAliHLTSampleComponent2;
 
 ClassImp(AliHLTSampleComponent2)