]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/misc/AliL3DataHandler.cxx
Merged HLT tag v1-2 with ALIROOT tag v3-09-Release.
[u/mrichter/AliRoot.git] / HLT / misc / AliL3DataHandler.cxx
index 8840525532fb1632dd70b0b416af14858e48a28a..3f46b6ddca75d84c73eb70352aa87e20e2002384 100644 (file)
@@ -1,19 +1,24 @@
-//$Id$
+// @(#) $Id$
 
 // Author: Anders Vestbo <mailto:vestbo@fi.uib.no>
-//*-- Copyright &copy ASV
+//*-- Copyright &copy ALICE HLT Group
 
 #include "AliL3StandardIncludes.h"
 
-#include "AliL3DataHandler.h"
+#include "AliL3RootTypes.h"
+#include "AliL3Logging.h"
+#include "AliL3MemHandler.h"
 #include "AliL3Logging.h"
 #include "AliL3TransBit.h"
 #include "AliL3Transform.h"
+#include "AliL3DataHandler.h"
 
 #if GCCVERSION == 3
 using namespace std;
 #endif
 
+/** \class AliL3DataHandler
+<pre>
 //_____________________________________________________________
 // AliL3DataHandler
 //
@@ -51,6 +56,8 @@ using namespace std;
 //
 // Everything is written using 8 bit;
 // (ROW < 176, PAD < 200, ADC < 255, if(NZEROS > 255) write 2 words;)
+</pre>
+*/
 
 ClassImp(AliL3DataHandler)